| id | changelog |
|---|---|
| sidebar_label | Rasa For Botfront Changelog |
| title | 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.
- #55: Configure the botfront tracker store to call event brokers.
- #51: Conditions in Botfront forms can now be written in pypred. The old format still works too.
- #49: Model auto load after using
/model/trainroute.
- #50: Fix entity comparision in regression test channel.
- #43: Support for securing Rasa API with auth token with an env var.
- #39: Fix bot regression tests always use fallback lang.
- fe8d0d3: Better outdated model handling.
- e8ee72e: Don't collect form results if it's a regression test run.
- #36: Add an input channel to which Botfront can POST chatbot regression tests.
- #37: Preparse nlu yaml to avoid ruamel performance issue.
- 78e397a: Train when old model is corrupted.
- b1ad997: Temporarily fix bf forms by skipping Rasa form validation.
- 6369098: Fix bug where non-structured NLU data (e.g. synonyms) caused a crash.
- a241685: NLU data spec/styling: language as intent-level metadata, rest as example level.
- c694727: Rasa 2.0!
- #35: Fix form submission, where exiting form with no SlotSet instruction caused a TypeError.
- #34: Use "from_text" extraction when none specified.
- #33: Allow setting a slot at the end of a form.
- #32: Move graphql slot interpolation to Rasa.
- #29: Add support for the augmentation factor in the train route.
- #28: Determine required slots programmatically from graph.
- bd8b860: Fix language not associated with right model at training time.
- #27: Include entity misclassifications in
/model/test/intentsroute response.
- 6fe19b2: Make
output_channelparam of/trigger_intentroute 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.
- d16e75f: Support for image url text replacements in
BotfrontTemplatedNaturalLanguageGeneratorandGraphQLNaturalLanguageGenerator.
- cbff36b: Re-allow Rasa container to be run as non-root.
- #25: Fix story fingerprinting resulting in overeager Core retraining. Base it off story file text content instead of StoryGraph.
- 82ca6d7: Fix error when
bf_formsslot is not defined. - 63ab95f: Fix behavior of custom key in messages in Webchat and Rest channels.
- 29ed2fe: Forward bot messages to output channel when using
/conversations/<conversation_id>/tracker/eventsroute. - 1d37e10: Make RestPlus and WebchatPlus channels aliases of Rest and Webchat.
- #73: Read and handle automated forms from Botfront.
- #24: Move
rasa-addonsrepo torasa-for-botfront.