File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 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
15
+
3
16
## v1.4.7
4
17
5
18
### Enhancements
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule EventStore.Mixfile do
2
2
use Mix.Project
3
3
4
4
@ source_url "https://github.com/commanded/eventstore"
5
- @ version "1.4.7 "
5
+ @ version "1.4.8 "
6
6
7
7
def project do
8
8
[
You can’t perform that action at this time.
0 commit comments