Changelog for eventstore-0.9.0.0
0.9.0.0
- Rewrite entirely the internals.
- Implement integration tests.
- Rename every
ExpectedVersionsmart constructors. - Improve internal and public documentation.
- Improve failure reports when the connection dropped.
- Implement more robust internal connection.
0.8.0.0
- Implement competing consumers.
- Expose an uniform API among all kind of subscriptions.
- Rewrite internal subscription management.
- Add missing
EqorShowinstances for exposed datatypes. - Add
streamMetadataCustomPropertyValueandstreamMetadataCustomProperty. - Add logging capability.
0.7.2.1
- Fix compilation issue
0.7.2.0
- Add
setStreamMetadata - Add
getStreamMetadata
0.7.1.0
- Internal connection changes
- Allow creating an event with an existing ID
0.7.0.1
- Tight package channnel to connection instance in order to prevent loss on connection drops.
Connectionhas asynchronous operation for real now.
0.7.0.0
- Fix date conversion.
recordedEventCreateEpochis no longer exposed. - Add
waitTillCatchupandhasCaughtUpfunctions. - Add
exactStreamExpectedVersionsmart constructor. As the result,ExpectedVersionconstructors are no longer exposed. You have to useanyStream,noStream,emptyStreamorexactStreaminstead.
0.6.0.1
No changes
0.6.0.0
- Support
keepRetryingreconnection strategy.