Releases: KushalP/serfclient-py
Releases · KushalP/serfclient-py
v1.2.0
- 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
- Provide a way to close connections - #31
- Add
mock
as a test dependency - #30
v1.0.0
- Support serf v0.7 - #28
- Breaking change with
v0.7.1
which can be seen in the issue above
v0.7.1
- Bugfix for packed IPv4 addresses - #25
v0.7.0
- Add a
stats
command, which provides debugging information about the running serf agent - #22
v0.6.0
- Add a custom msgpack data unpacker for the Addr field - #21
v0.5.0
- 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
- 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
- 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
Correctly provided support for the members()
function.