Skip to content

Commit

Permalink
Release ruby_event_store-oubox 0.0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
porbas committed Apr 12, 2024
1 parent 07472eb commit a2a041d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions contrib/ruby_event_store-outbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
### unreleased
### 0.0.26 2024-04-12

* stop testing with sidekiq 5, start testing with sidekiq 7
* get rid of deprecation warnings from sidekiq 7
* predictable redis failures (like timeout errors) are now retried (once) instead of being treated like any other error (being logged)
* instead of immediately starting with processing full batch size, exponential progress is implemented so that big messages OOMing the infrastructure can be pushed through

### 0.0.25
### 0.0.25 2022-05-27

* added ORDER BY when cleaning up with limit #1338

Expand Down

0 comments on commit a2a041d

Please sign in to comment.