Skip to content

Releases: epoplavskis/photon-pump

python 3.10 support

01 Feb 09:06
Compare
Choose a tag to compare
v0.9.5.2

Change travis build sequence

Fix deprecation warnings

06 Jul 14:51
b2ca80b
Compare
Choose a tag to compare

Fix deprecation warning cause by Google's protobuf. Update the minimum required protobuf version to 3.12.0.

Fix authentication

05 May 10:10
50a0bf5
Compare
Choose a tag to compare

Make sure we pass through credential in all the major API calls.

Improvements to retry policy

07 Nov 10:27
Compare
Choose a tag to compare
  • 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

27 May 11:18
ff0736c
Compare
Choose a tag to compare
0.8.0 alpha 2 Pre-release
Pre-release

Release with fix for MessageWriter Connection lost

0.8.0 alpha

13 Apr 16:27
Compare
Choose a tag to compare
0.8.0 alpha Pre-release
Pre-release

Adds get_all, iter_all, and subscribe_all methods.
Makes a horrible mess.

v0.6.0

03 Jan 17:56
Compare
Choose a tag to compare
Fix version tag 0.6.0

Fix: CreatePersistentSubscription conversation never cleaned up

09 Nov 12:23
b186404
Compare
Choose a tag to compare
v0.6.0-alpha-5

Fix changelog and version

Add selectors to discovery

17 Sep 10:24
4361adf
Compare
Choose a tag to compare
Pre-release
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.

17 Sep 09:03
Compare
Choose a tag to compare
Pre-release

This release adds support for catch-up subscriptions.