Skip to content

Release 0.2.3 version

Compare
Choose a tag to compare
@unixsurfer unixsurfer released this 13 Apr 13:04
· 6 commits to master since this release
0.2.3
6cf8318

In this release we added support for HAPEE >= 2.1 in the sanity check we have in place, thanks to @crovner. We also moved all internal classes to dedicated module per class as having all internal classes one file(internal.py) was wrong. Last but not least, we had few documentation changes, made configurable the socket timeout and ignore any differences in the port of a server across multiple haproxy processes when we return only the IP address of the server.

Changelog:

  • connected_socket(): fix validation check for HAPEE >= 2.1
  • Remove debugging code
  • Add support for setting the timeout
  • DOC: Update TODO
  • Split internal classes to individual modules
  • Try to smarter when we return address/port
  • Remove useless object inheritance
  • setup.cfg: We don't need psutil anymore
  • DOC: Update docstrings