Skip to content

Commit

Permalink
fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ricwo committed Oct 10, 2019
1 parent d37f324 commit 55348bd
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,27 @@ Added

Fixed
-----
- fixed the hanging HTTP call with ``ner_duckling_http`` pipeline
- Fixed text processing of ``intent`` attribute inside ``CountVectorFeaturizer``.

Changed
-------

Removed
-------

[1.3.9] - 2019-10-09
[1.3.9] - 2019-10-10
^^^^^^^^^^^^^^^^^^^^

Added
-----
- port of 1.2.10 (support for RabbitMQ TLS authentication and ``port`` key in
event broker endpoint config)
- port of 1.2.11 (support for passing a CA file for SSL certificate verification via the
--ssl-ca-file flag)
- Port of 1.2.10 (support for RabbitMQ TLS authentication and ``port`` key in
event broker endpoint config).
- Port of 1.2.11 (support for passing a CA file for SSL certificate verification via the
--ssl-ca-file flag).

Fixed
-----
- Fixed the hanging HTTP call with ``ner_duckling_http`` pipeline.
- Fixed text processing of ``intent`` attribute inside ``CountVectorFeaturizer``.

[1.3.8] - 2019-10-08
^^^^^^^^^^^^^^^^^^^^
Expand Down Expand Up @@ -61,6 +64,7 @@ Fixed

[1.3.6] - 2019-09-21
^^^^^^^^^^^^^^^^^^^^

Added
-----
- Added the ability for users to specify a conversation id to send a message to when
Expand Down Expand Up @@ -92,6 +96,9 @@ Fixed
for every given attribute. Non-content-bearing samples are converted to empty
``Doc``-objects. The resulting lists are merged with their preserved order and
properly returned.
- asyncio warnings are now only printed if the callback takes more than 100ms
(up from 1ms).
- ``agent.load_model_from_server`` no longer affects logging.

Changed
-------
Expand All @@ -101,12 +108,6 @@ Changed
(default behavior) or in a temporary directory by specifying the
``save_to_default_model_directory`` field in the training request.

Fixed
-----
- asyncio warnings are now only printed if the callback takes more than 100ms
(up from 1ms)
- ``agent.load_model_from_server`` no longer affects logging

[1.3.3] - 2019-09-13
^^^^^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit 55348bd

Please sign in to comment.