Skip to content

Commit

Permalink
move to 1.2.10 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ricwo committed Oct 9, 2019
1 parent 5b5f3d2 commit b29c888
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,8 @@ This project adheres to `Semantic Versioning`_ starting with version 1.0.

Added
-----
- Added support for RabbitMQ TLS authentication. The following environment variables
need to be set:
``RABBITMQ_SSL_CLIENT_CERTIFICATE`` - path to the SSL client certificate (required)
``RABBITMQ_SSL_CLIENT_KEY`` - path to the SSL client key (required)
``RABBITMQ_SSL_CA_FILE`` - path to the SSL CA file (optional, for certificate
verification)
``RABBITMQ_SSL_KEY_PASSWORD`` - SSL private key password (optional)
- Added ability to define the RabbitMQ port using the ``port`` key in the
``event_broker`` endpoint config.
- port of 1.2.10 (support for RabbitMQ TLS authentication and ``port`` key in
event broker endpoint config)

Fixed
-----
Expand All @@ -31,7 +24,6 @@ Changed
Removed
-------


[1.3.8] - 2019-10-08
^^^^^^^^^^^^^^^^^^^^

Expand Down Expand Up @@ -227,6 +219,18 @@ Removed
-------
- Removed ``--report`` argument from ``rasa test nlu``. All output files are stored in the ``--out`` directory.

[1.2.10] - 2019-09-17
^^^^^^^^^^^^^^^^^^^^

- Added support for RabbitMQ TLS authentication. The following environment variables
need to be set:
``RABBITMQ_SSL_CLIENT_CERTIFICATE`` - path to the SSL client certificate (required)
``RABBITMQ_SSL_CLIENT_KEY`` - path to the SSL client key (required)
``RABBITMQ_SSL_CA_FILE`` - path to the SSL CA file (optional, for certificate
verification)
``RABBITMQ_SSL_KEY_PASSWORD`` - SSL private key password (optional)
- Added ability to define the RabbitMQ port using the ``port`` key in the
``event_broker`` endpoint config.

[1.2.9] - 2019-09-17
^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit b29c888

Please sign in to comment.