From b29c8886d09fabffa10888e2bc49c6f1569d2408 Mon Sep 17 00:00:00 2001 From: ricwo Date: Wed, 9 Oct 2019 08:15:45 +0200 Subject: [PATCH] move to 1.2.10 changelog --- CHANGELOG.rst | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3acc67eba974..62d1ef5edf40 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ----- @@ -31,7 +24,6 @@ Changed Removed ------- - [1.3.8] - 2019-10-08 ^^^^^^^^^^^^^^^^^^^^ @@ -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 ^^^^^^^^^^^^^^^^^^^^