Skip to content

Releases: KushalP/serfclient-py

v1.2.0

08 Jan 19:32
Compare
Choose a tag to compare
  • Deprecate support for Python 2.6
  • Implemented client.stream() - #34
  • Added support for Python 3.5 and 3.6 - #35
  • Change msgpack-python requirement to msgpack - #36

v1.1.0

17 Aug 22:16
Compare
Choose a tag to compare
  • Provide a way to close connections - #31
  • Add mock as a test dependency - #30

v1.0.0

29 May 21:20
Compare
Choose a tag to compare
  • Support serf v0.7 - #28
  • Breaking change with v0.7.1 which can be seen in the issue above

v0.7.1

25 May 10:12
Compare
Choose a tag to compare
  • Bugfix for packed IPv4 addresses - #25

v0.7.0

29 Nov 19:25
Compare
Choose a tag to compare
  • Add a stats command, which provides debugging information about the running serf agent - #22

v0.6.0

19 Sep 17:54
Compare
Choose a tag to compare
  • Add a custom msgpack data unpacker for the Addr field - #21

v0.5.0

23 Jun 19:16
Compare
Choose a tag to compare
  • Support RPC auth token when communicating with secure serf members - #12
  • Added EnvironmentConfig object that can read Serf environment variables in an easy way - #17

v0.4.0

10 Jan 15:05
Compare
Choose a tag to compare
  • Fix for spinning forever doing a socket recv after serf stops/restarts - #7
  • Fixing dependency on serfclient.__version__ in setup.py - #8

v0.3.0

03 Jun 16:46
Compare
Choose a tag to compare
  • SerfClient object available as serfclient.SerfClient instead of serfclient.client.SerfClient - #4
  • No longer using a fixed size to read from the RPC socket - #5
  • Add support for filtering the members list - #6

Bump version to v0.2.0

06 Apr 14:06
Compare
Choose a tag to compare
Pre-release

Correctly provided support for the members() function.