Skip to content
This repository has been archived by the owner on Apr 28, 2021. It is now read-only.

Latest commit

 

History

History
200 lines (109 loc) · 7.54 KB

CHANGELOG.mdx

File metadata and controls

200 lines (109 loc) · 7.54 KB
id sidebar_label title
changelog
Rasa For Botfront Changelog
Rasa For Botfront Changelog

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning starting with version 1.0.

[2.3.3-bf.5] - 2021-03-30

Improvements

  • #55: Configure the botfront tracker store to call event brokers.

[2.3.3-bf.4] - 2021-03-22

Features

  • #51: Conditions in Botfront forms can now be written in pypred. The old format still works too.

[2.3.3-bf.3] - 2021-03-17

Improvements

  • #49: Model auto load after using /model/train route.

Bugfixes

  • #50: Fix entity comparision in regression test channel.

[2.3.3-bf.2] - 2021-03-10

Improvements

  • #48: Load local endpoints/credentials files if present.
  • #47: Allow training from CLI.

[2.3.3-bf.1] - 2021-02-25

Improvements

  • #43: Support for securing Rasa API with auth token with an env var.

[2.2.5-bf.3] - 2021-01-29

Bugfixes

  • #39: Fix bot regression tests always use fallback lang.

[2.2.5-bf.1] - 2021-01-19

Bugfixes

  • fe8d0d3: Better outdated model handling.

[2.1.3-bf.7] - 2021-01-15

Bugfixes

  • e8ee72e: Don't collect form results if it's a regression test run.

[2.1.3-bf.5] - 2021-01-06

Bugfixes

  • #36: Fix regression testing of forms.
  • 8af1c75: Fix training of outdated models.

[2.1.3-bf.4] - 2020-12-23

Features

  • #36: Add an input channel to which Botfront can POST chatbot regression tests.

Improvements

  • #37: Preparse nlu yaml to avoid ruamel performance issue.

Bugfixes

  • 78e397a: Train when old model is corrupted.

[2.1.3-bf.3] - 2020-12-16

Bugfixes

  • b1ad997: Temporarily fix bf forms by skipping Rasa form validation.

[2.1.3-bf.2] - 2020-12-15

Bugfixes

  • 6369098: Fix bug where non-structured NLU data (e.g. synonyms) caused a crash.

Improvements

  • a241685: NLU data spec/styling: language as intent-level metadata, rest as example level.

[2.1.3-bf.1] - 2020-12-14

Misc

[1.10.16-bf.3] - 2020-11-25

Bugfixes

  • #35: Fix form submission, where exiting form with no SlotSet instruction caused a TypeError.

[1.10.16-bf.2] - 2020-11-12

Bugfixes

  • #34: Use "from_text" extraction when none specified.

Features

  • #33: Allow setting a slot at the end of a form.

[1.10.16-bf.1] - 2020-10-27

Improvements

  • #32: Move graphql slot interpolation to Rasa.
  • #29: Add support for the augmentation factor in the train route.

[1.10.10-bf.4] - 2020-09-18

Features

  • #28: Determine required slots programmatically from graph.

[1.10.10-bf.3] - 2020-08-19

Bugfixes

  • bd8b860: Fix language not associated with right model at training time.

[1.10.10-bf.2] - 2020-08-17

Features

  • #27: Include entity misclassifications in /model/test/intents route response.

[1.10.10-bf.1] - 2020-08-12

Improvements

  • 6fe19b2: Make output_channel param of /trigger_intent route define input channel of triggered intent.
  • 2210d2e: Use full rasa installation in Dockerfile (use flag --extras full).
  • 1227e21: Allow instance to boot regardless of exceptions incurred during initial model loading.
  • 6e728d7: Move multilingual interpreter logic to ensemble interpreter class.

[1.10.3-bf.3] - 2020-07-22

Features

  • d16e75f: Support for image url text replacements in BotfrontTemplatedNaturalLanguageGenerator and GraphQLNaturalLanguageGenerator.

Improvements

  • cbff36b: Re-allow Rasa container to be run as non-root.

[1.10.3-bf.2] - 2020-07-13

Bugfixes

  • #25: Fix story fingerprinting resulting in overeager Core retraining. Base it off story file text content instead of StoryGraph.

[1.10.3-bf.1] - 2020-07-01

Bugfixes

  • 82ca6d7: Fix error when bf_forms slot is not defined.
  • 63ab95f: Fix behavior of custom key in messages in Webchat and Rest channels.

Improvements

  • 29ed2fe: Forward bot messages to output channel when using /conversations/<conversation_id>/tracker/events route.
  • 1d37e10: Make RestPlus and WebchatPlus channels aliases of Rest and Webchat.

[1.10.1-bf.1] - 2020-06-17

Features

  • #73: Read and handle automated forms from Botfront.

Improvements

  • #24: Move rasa-addons repo to rasa-for-botfront.