From c1b8eba18f6f943416f26f78310f4785d0e5d680 Mon Sep 17 00:00:00 2001 From: Mike Perham Date: Wed, 30 Mar 2022 15:06:39 -0700 Subject: [PATCH] changes --- Pro-Changes.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Pro-Changes.md b/Pro-Changes.md index d8484bb5..49177a31 100644 --- a/Pro-Changes.md +++ b/Pro-Changes.md @@ -7,6 +7,8 @@ Please see [sidekiq.org](https://sidekiq.org/) for more details and how to buy. HEAD --------- +- DEPRECATION: remove support for statsd-ruby via `Sidekiq::Pro.statsd`. + dogstatsd-ruby will be the only supported statsd library in 6.0. [#5212] - Add `Sidekiq.via` API for targeting shards [#5269] ```ruby SHARD1 = ConnectionPool.new { Redis.new(db: 0) } @@ -15,7 +17,7 @@ Sidekiq.via(SHARD2) do Sidekiq::Queue.all.sum(&:size) end ``` -- Excise "worker" from codebase [#4955] +- Excise "worker" terminology from codebase [#4955] - Ensure batch callback metrics are always fired [#5217] - Added `error_type` tag for `job.failures` metrics [#5211]