Releases: epoplavskis/photon-pump
Releases · epoplavskis/photon-pump
python 3.10 support
v0.9.5.2 Change travis build sequence
Fix deprecation warnings
Fix deprecation warning cause by Google's protobuf. Update the minimum required protobuf version to 3.12.0
.
Fix authentication
Make sure we pass through credential
in all the major API calls.
Improvements to retry policy
- Fixed reconnection issue when clustered eventstore losses master node
- Now one can set your own retry policy via the client
0.8.0 alpha 2
Release with fix for MessageWriter Connection lost
0.8.0 alpha
Adds get_all, iter_all, and subscribe_all methods.
Makes a horrible mess.
v0.6.0
Fix version tag 0.6.0
Fix: CreatePersistentSubscription conversation never cleaned up
v0.6.0-alpha-5 Fix changelog and version
Add selectors to discovery
Feature/configurable discovery (#67) This commit adds a `selector` parameter to the connect function. The selector is a function that chooses a node from the list returned by gossip. By default we `select_random` but we also provide functions for `prefer_master` and `prefer_replica`
0.6 alpha: catch-up subscriptions.
This release adds support for catch-up subscriptions.