Skip to content

Releases: KushalP/serfclient-py

v1.2.0

Choose a tag to compare

@KushalP KushalP released this 08 Jan 19:32
  • 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

Choose a tag to compare

@KushalP KushalP released this 17 Aug 22:16
  • Provide a way to close connections - #31
  • Add mock as a test dependency - #30

v1.0.0

Choose a tag to compare

@KushalP KushalP released this 29 May 21:20
  • Support serf v0.7 - #28
  • Breaking change with v0.7.1 which can be seen in the issue above

v0.7.1

Choose a tag to compare

@KushalP KushalP released this 25 May 10:12
  • Bugfix for packed IPv4 addresses - #25

v0.7.0

Choose a tag to compare

@KushalP KushalP released this 29 Nov 19:25
  • Add a stats command, which provides debugging information about the running serf agent - #22

v0.6.0

Choose a tag to compare

@KushalP KushalP released this 19 Sep 17:54
  • Add a custom msgpack data unpacker for the Addr field - #21

v0.5.0

Choose a tag to compare

@KushalP KushalP released this 23 Jun 19:16
  • 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

Choose a tag to compare

@KushalP KushalP released this 10 Jan 15:05
  • 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

Choose a tag to compare

@KushalP KushalP released this 03 Jun 16:46
  • 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

Pre-release

Choose a tag to compare

@KushalP KushalP released this 06 Apr 14:06

Correctly provided support for the members() function.