Releases: rwth-acis/las2peer-social-bot-manager-service
Releases · rwth-acis/las2peer-social-bot-manager-service
Release 2.2.0
The following new features have been added
- An option to rate the responses of the bot.
- Use intent label instead of intent keyword for the activity name in logging.
- Update xAPI URLs and set the homepage URL as an environment variable for future adaptations.
- An option to set an asynchronous flag when a service should be called asynchronously.
- By calling the service asynchronously, a callback function replaces the old message with the new service response.
What's Changed
- Releases/1.7.0 by @samuelvkwong in #223
- Releases/1.7.0 by @samuelvkwong in #226
- Rate responses by @AlexanderNeumann in #229
- Rate responses by @AlexanderNeumann in #230
- NP Fix by @AlexanderNeumann in #231
- Use state labels by @lakhoune in #232
- update telegram jar, fix issue206 by @Yinnii in #234
- Biwibot by @Yinnii in #236
- xAPI Definition by @Yinnii in #239
- xAPI update, asynchronous Flag, Callback function by @Yinnii in #240
New Contributors
Full Changelog: 2.1.0...v2.2.0
Release 2.1.0
The following new features are added:
- Adds logging that is conform with the XES standard. These logs can be used to apply process mining for bots
- Able to enhance messages using OpenAI by using the personalize function of the OpenAI wrapper service https://github.com/rwth-acis/las2peer-openai-service #193
- Bot actions can trigger another bot action, meaning the text response from the first bot action can be passed to the second bot action. For example, a response from a bot action can be passed to the personalize function of the OpenAI wrapper service. #208
- Bot actions can lead to an incoming message so that if a request fails the state is not automatically advanced and errors can be handled appropriately. rwth-acis/Social-Bot-Framework#101
What's Changed
- Ma lakhoune by @lakhoune in #209
- Sequentialprocess by @samuelvkwong in #216
- fix merge conflicts from release/1.7.0 by @samuelvkwong in #217
- bot parser added missing trigger from ba to ba, also added missing bo… by @samuelvkwong in #218
- added all leadsTo messages to the followup messages of an incoming me… by @samuelvkwong in #219
- remove log messages and remove conditional branch from setContextToBasic by @samuelvkwong in #221
- remove more log messages by @samuelvkwong in #222
- resolve request changes for release 1.7 by @samuelvkwong in #224
- Openai simple request by @samuelvkwong in #214
- Sequentialprocess by @samuelvkwong in #225
- Releases/2.1.0 by @lakhoune in #215
Full Changelog: v2.0.2...2.1.0
Patch Release 2.0.2
Patch Release 2.0.2
- Fixed default message not being sent in case of no fitting intent found.
- Fixed #202
Release 2.0.1
Fixed feature:
- Triggering of messages via entity value
Release 2.0.0!
VERSION 2.0.0!
Breaking Changes:
- Chat Response and VLE Instance Elements removed
New Features
- RESTFulChat Interface
- Commands usable anywhere in conversation path
- Storing of recognized entities in db
- Retrieval of entities from db as variables usable in chat and service call
- Service calls using form parameters
Patch Release v1.5.1
Changes:
- Updated Deprecated Slack Library for Java to newer version: https://github.com/slackapi/java-slack-sdk
Fixes:
- Fixed Slack bot reconnection-logic
- User email address gets extracted correctly if the group is in a group channel (Slack)
Version 1.5.0
New Features:
- Added Interactive Slack buttons with webhooks
- Better Error Handling when submitting bots (Authentication Handling, Bot Name Agent error....)
Improvements:
- Refactored delete function
- Repo clean up
Version 1.4.0
Updates:
- Java 17
- Las2peer version 1.2.0
Bug fixes:
- Two empty leadsTo arrows (isFile checked on one of the incoming message elements) handled correctly (fixes #100)
- When file is sent by service, text message will be appended to file message (fixes #98)
Improvements:
- Email added when user edits rocket chat message
Version 1.3.0
New Features:
- Bots can also communicate with non-las2peer services (iff they support swagger)
- Consecutive bot actions can be triggered without user input
- Build with gradle instead of ant
- Telegram button support
- Support for editing Slack or Telegram messages
Fixes:
- Rocketchat bots can upload json files
- Moodle forum mediator fix
Version 1.2.0
New Features:
- Telegram + Moodle (Chat and Forum) Bots
- Bots automatically restart after service restart
- Delete Bot http call added
- Interactive messages (buttons) for slack bots
Improvements:
- Supports Rasa 2.8 and yaml nlu models
- Uses most recent l2p version
- Increased size for storing bot models
- Stored models don't get lost after a restart
- Added some documentation