You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contrib/ruby_event_store-outbox/CHANGELOG.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,11 @@
1
-
### unreleased
1
+
### 0.0.26 2024-04-12
2
2
3
+
* stop testing with sidekiq 5, start testing with sidekiq 7
4
+
* get rid of deprecation warnings from sidekiq 7
3
5
* predictable redis failures (like timeout errors) are now retried (once) instead of being treated like any other error (being logged)
4
6
* instead of immediately starting with processing full batch size, exponential progress is implemented so that big messages OOMing the infrastructure can be pushed through
5
7
6
-
### 0.0.25
8
+
### 0.0.25 2022-05-27
7
9
8
10
* added ORDER BY when cleaning up with limit #1338
0 commit comments