Skip to content

Releases: jhunt/hatop

HATop v0.8.2

21 May 15:01
Compare
Choose a tag to compare

This point release fixes a crash in the CLI mode of hatop, on Python 2.x when using the down arrow to move forward through history.
Thanks to @alpody for the bug report!

HATop v0.8.1

14 Apr 15:50
Compare
Choose a tag to compare

This point release updates the backend F1/F2 hot keys so that they affect all instances of the backend, regardless of what frontend you are currently focused on. In most configurations, this is expected to be a noop, but in some edge cases, the actual desired behavior is to pull a node out of service. The legacy behavior has been moved to F9/F10. See #4 (and #5), and a big thank you to @tili41 for the legwork on landing this feature!

HATop 0.8.0

30 Jul 11:43
Compare
Choose a tag to compare

HATop is now compatible with Python 3 🎉 🎉!!

James Hunt has officially taken over maintainership of this project.
Work will continue on GitHub at https://github.com/jhunt/hatop.

Improvements

  • Support for Python3

  • Bump max services from 100 -> 1000

  • Support for connecting to HAProxy via a TCP socket.
    (Thanks, @ahayworth)