Skip to content
This repository has been archived by the owner on Aug 29, 2022. It is now read-only.

Latest commit

 

History

History
61 lines (39 loc) · 3.17 KB

RELEASE.md

File metadata and controls

61 lines (39 loc) · 3.17 KB

Release X.X.X

Breaking Changes

  • <THIS SECTION SHOULD CONTAIN API, ABI AND BEHAVIORAL BREAKING CHANGES>

Known Caveats

  • <CAVEATS REGARDING THE RELEASE (BUT NOT BREAKING CHANGES). E.G. ADDING A NEW DEPENDENCY, BUMPING A DEPENDENCY NUMBER, LACK OF SUPPORT ON SOME PLATFORM, ETC>

Major Features and Improvements

  • <INSERT MAJOR FEATURE HERE, USING MARKDOWN SYNTAX>
  • <IF RELEASE CONTAINS MULTIPLE FEATURES FROM SAME AREA, GROUP THEM TOGETHER>

Bug Fixes and Other Changes

  • <SIMILAR TO ABOVE SECTION, BUT FOR OTHER IMPORTANT CHANGES / BUG FIXES>
  • <IF A CHANGE CLOSES A GITHUB ISSUE, IT SHOULD BE DOCUMENTED HERE>

Release 2.1.0

Bug fixes

Major Features and Improvements

  • 223 Added authentication for mongo, and redis containers
    Lazy loading for conversations API and UI
    Changes In Routes (Separate for each component eg: Actions, Conversations, Projects, etc.)
    CSS Tweaks in Conversations Chat Components Added Entity Display feature respective to the intent selected in the chat

Bug Fixes and Other Changes

  • 213 Updated documentation
  • 214 Spinner was continously spinning in loop even after the training had completed and getting the completed status in the front end.
  • 215 npm dependancy in package.json file upgraded from 6.13.4 to 6.14.6
  • 216 and 217 loadash dependancy in package.json file upgraded from 4.17.15 to 4.17.19
  • 218 and 219 changes in populating default actions for projects
  • 220 elliptic dependancy in package-lock.json upgraded from 6.5.2 to 6.5.3.
  • 221 removed Credentials yml file from rasa container, presence of this caused rasa to assume channels are used.
  • 222 Sorted Conversations in descending order with respect to timestamp of comversation date and added Full Date on the right side panel in try now page

Release 2.0.3

Bug fixes

Major Features and Improvements

  • 209 Rasa version upgrade to 1.10.3

Bug Fixes and Other Changes

  • 207 changes to UI
  • 210 Spinner issue on Manage Project Page has now been resolved, earlier there was a delay in showing the spinner. Conversations Chat was not displaying the slot values earlier, now the issue is fixed.
  • 211 Displaying Conversations In Descending Order so that the latest conversation would be displayed first in the list.