All Versions
28
Latest Version
Avg Release Cycle
81 days
Latest Release
-
Changelog History
Page 3
Changelog History
Page 3
-
v0.6.1 Changes
September 30, 2016- Removed PersistentSubscription related proto messages since when compiled they generate files longer then 100 characters and as such release can't be built
-
v0.6.0 Changes
September 27, 2016- Added Extreme.Listener
-
v0.5.5 Changes
- Removed PersistentSubscription related proto messages since when compiled they generate files longer then 100 characters and as such release can't be built
-
v0.5.4 Changes
- Read events backward (see example in test file)
- Some code cleanup and proto file updated (thanks to @mindreframer)
- Tested with Elixir 1.3.2 and EventStore 3.9.0
-
v0.5.3 Changes
July 31, 2016- Tested with Elixir 1.3.2 and EventStore 3.6.2
-
v0.5.2 Changes
- Minor improvements
- Upgraded depencey versions
- Tested with Elixir 1.3.0 and EventStore 3.6.2
-
v0.5.1 Changes
- Stop Extreme process when tcp is closed by EventStore
- Adding Dns cluster connection support for configuration
- Tested with Elixir 1.2.5 and EventStore 3.5.0
-
v0.5.0 Changes
- You can subscribe to non-existing stream now with subscribe_to/4 and read_and_stay_subscribed/7 functions. If you do such thing however, you'll be sent message {:extreme, severity, problem, stream}. If you don't have catch all handle_info/2 in your receiver this is breaking change.
- More tests added
- Tested with Elixir 1.2.3 and EventStore 3.4.0