--------------
Released on March 5, 2019
.. warning::
This release fixes a critical bug where commands were not automatically
being replayed via the CLI. All users are urged to upgrade to this version
as soon as possible if it is being used in production.
* Refactor CLI to accept ``on`` or ``off`` instead of ``true`` or ``false``.
This better aligns with the experience that a user would have if they were
to flip a kill switch in the LaunchDarkly UI.
* Fix a critical bug where commands were not being replayed properly via
the playback command.
* Add support for python 3.5, 3.6, and 3.7 - due to an upstream issue with
swagger and python 3.7 we were not able to use the LD API wrapper in versions
greater than 3.6. This is no longer the case.
* Add integration tests to test out the general flow of the run book on all
supported python versions during CI.
* Add new command to generate a relay proxy configuration for a given project.