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: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
1
1
# Changelog
2
2
3
+
## v1.4.8
4
+
5
+
### Bug fixes
6
+
7
+
* Stream.stream_forward and Stream.stream_backward should handle gaps by @lachiemurray in https://github.com/commanded/eventstore/pull/297
8
+
* Use event count based on the batch by @yordis in https://github.com/commanded/eventstore/pull/302
9
+
* Remove status from sort_by options by @yordis in https://github.com/commanded/eventstore/pull/304
10
+
* Start pubsub supervisor before subscriptions supervisor by @drteeth in https://github.com/commanded/eventstore/pull/300
11
+
12
+
### Enhancements
13
+
14
+
* Add documentation for deleting streams by @quarterpi in https://github.com/commanded/eventstore/pull/305
0 commit comments