Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.1 KB

0.3.3.rst

File metadata and controls

46 lines (32 loc) · 1.1 KB

tsr 0.3.3 release notes

Welcome to tsr 0.3.3!

These release notes cover the 0.3.3 :ref:`new features <new-0.3.3>`.

What's new in tsr 0.3.3

Queue

  • Add an option to use Redis instead of beanstalkd for work queue

In order to use Redis, you need to change the configuration file:

queue: redis
redis-queue:
  host: "localhost"
  port: 6379
  db: 4
  password: "your-password"

All settings are optional (queue will still default to "beanstalkd"), refer to :doc:`configuration docs </reference/config>` for more details.

Other improvements and bugfixes

  • Do not depend on Docker code
  • Improve the layout of the documentation
  • Fix multiple data races in tests
  • [BUGFIX] fix bug with unit-add and application image
  • [BUGFIX] fix image replication on docker nodes