File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
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+
316## v1.4.7
417
518### Enhancements
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule EventStore.Mixfile do
22 use Mix.Project
33
44 @ source_url "https://github.com/commanded/eventstore"
5- @ version "1.4.7 "
5+ @ version "1.4.8 "
66
77 def project do
88 [
You can’t perform that action at this time.
0 commit comments