Skip to content

Latest commit

 

History

History
103 lines (75 loc) · 3.49 KB

CHANGELOG.rst

File metadata and controls

103 lines (75 loc) · 3.49 KB

Changelog

4.1.1 (2020-07-28)

  • Improved exception handling for errors coming from redis. Now timeouts show the server as "DOWN" and other errors don't result in a 500 page.

4.1.0 (2020-07-23)

  • Fixed a KeyError that could occur on fast changing databases. Contributed by Rand01ph in #39.
  • Added a port filter. Contributed by Rick van Hattem in #41.
  • Added support for Django 3. Contributed by Alireza Amouzadeh in #43.
  • Fixed issues that could occur when running the redisboard CLI with newer Django (migrations will run now).
  • Fixed ugettext deprecation.
  • Added a favicon.ico and handler in the redisboard CLI.

4.0.0 (2018-11-01)

  • Fixed typo in inspect.html template to reflect out.
  • Added Django 2.0 support. Contributed by Erik Telepovský in #33.
  • Converted the run_redisboard.py script to a redisboard bin and fixed Django 2.x issues.
  • Dropped support for Django older than 1.11.
  • Dropped support for Python older than 3.4 or 2.7.
  • Fixed issues with data being displayed as binary strings.
  • Fixed unwanted tag escaping. Contributed by Gilles Lavaux in #37.

3.0.2 (2017-01-19)

  • Fixed UnicodeDecodeError in "redisboard/admin.py" (fixes issue #15). Contributed by Erik Telepovský in #29.
  • Fixed TypeError in "redisboard/admin.py". Contributed by gabn88 in #28.

3.0.1 (2016-09-12)

  • Add supportfor Django 1.10. Contributed by Vincenzo Demasi in #26.

3.0.0 (2015-12-17)

  • Drop support for Django < 1.8
  • Add support for Django 1.9. Contributed by gabn88 in #25.

2.0.0 (2015-11-08)

  • Fix error handling in couple places. Now pages don't return 500 errors if there's something bad going on with the redis connection.
  • Remove key stats that came from DEBUG OBJECT (LRU, Address, Length etc). Now OBJECT [REFCOUNT|ENCODING|IDLETIME] is used instead. BACKWARDS INCOMPATIBLE

1.2.2 (2015-10-11)

  • Exception handling for AWS ElastiCache Redis or any Redis that does not have DEBUG OBJECT command.
  • Enabled Redis keys to be inspected despite not having details from DEBUG OBJECT command.

1.2.1 (2015-06-30)

  • Fixed a bug on Python 3 (no xrange).
  • Fixed some issues the run_redisboard.py bootstrapper had with virtualenv.

1.2.0 (2015-02-21)

  • Add REDISBOARD_SOCKET_TIMEOUT, REDISBOARD_SOCKET_CONNECT_TIMEOUT, REDISBOARD_SOCKET_KEEPALIVE and REDISBOARD_SOCKET_KEEPALIVE_OPTIONS options.

1.1.0 (2015-01-21)

  • Fix broken slowlog display.

1.0.0 (2014-12-10)

  • Show slowlog and cpu usage and more memory stats (contributed by Rick van Hattem)
  • Use pipelines to send commands for faster response (contributed by Rick van Hattem)
  • Added Python 3.3 and 3.4 support.
  • Added a test suite and other minor fixes.

0.2.7 (?)

  • N/A.