Skip to content

Commit

Permalink
Prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Jun 30, 2020
1 parent ab6f165 commit d298574
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
7 changes: 6 additions & 1 deletion Ent-Changes.md
Expand Up @@ -4,9 +4,14 @@

Please see [sidekiq.org](https://sidekiq.org) for more details and how to buy.

HEAD
2.1.0
-------------

- Move historical metrics to use tags rather than interpolating name [#4377]
```
sidekiq.enqueued.#{name} -> sidekiq.queue.size with tag queue:#{name}
sidekiq.latency.#{name} -> sidekiq.queue.latency with tag queue:#{name}
```
- Remove `concurrent-ruby` gem dependency [#4586]
- Add systemd `Type=notify` support for swarm [#4511]
- Length swarm's boot timeout to 60 sec [#4544]
Expand Down
8 changes: 7 additions & 1 deletion Pro-Changes.md
Expand Up @@ -4,9 +4,15 @@

Please see [sidekiq.org](https://sidekiq.org/) for more details and how to buy.

HEAD
5.1.0
---------

- Remove old Statsd metrics with `WorkerName` in the name [#4377]
```
job.WorkerName.count -> job.count with tag worker:WorkerName
job.WorkerName.perform -> job.perform with tag worker:WorkerName
job.WorkerName.failure -> job.failure with tag worker:WorkerName
```
- Remove `concurrent-ruby` gem dependency [#4586]
- Update `constantize` for batch callbacks. [#4469]
- Add queue tag to `jobs.recovered.fetch` metric [#4594]
Expand Down

0 comments on commit d298574

Please sign in to comment.