Releases: iKonoTelecomunicaciones/menuflow
Releases · iKonoTelecomunicaciones/menuflow
v0.4.2
What's Changed
- fix: 🪱 Fix errors rendering jinja templates by @egalvis39 in #157
- feat: ✨ Added support for base64 format in media node by @egalvis39 in #159
- feat: ✨ Converted jinja render to json in http requests by @egalvis39 in #161
- fix: 🐛 Fixed recursion error in nodes without conections by @egalvis39 in #163
- chore: 🔧 Add missing users to the ignore messages list by @jcardenas3 in #165
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
- feat(api): ✨ Added new endpoint to get middlewares by @egalvis39 in #152
- feat: ✨ Added field type to return value in get middlewares endpoint by @egalvis39 in #153
- fix: 🐛 Fixed error in update client flow endpoint by @egalvis39 in #155
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- build: ⬆️ Updated dependencies by @egalvis39 in #124
- feat(Email servers): ✨ Created endpoint to get email servers by @jcardenas3 in #128
- feat: Get stacks variable in ci by @jcardenas3 in #130
- feat: ✨ Enable/disable menuflow bots by @egalvis39 in #126
- feat: ✨ Improved send message formatted body by @egalvis39 in #133
- fix: 🐛 Fixed disable client on invalid access token error by @egalvis39 in #137
- feat: 🔨 Updated project docker compose by @egalvis39 in #135
- feat: ✨ Manage list responses allowed in HTTP requests by @egalvis39 in #139
- fix: 🐛 Fixed saving variables with \n by @egalvis39 in #141
- fix: 🐛 Fixed recursion error by @egalvis39 in #143
- feat: ✨ Added swagger documentation to menuflow management API by @egalvis39 in #144
- fix(API): 🐛 Fixed error in update flow endpoint response by @egalvis39 in #147
- feat: ✨ Upgraded gpt_assistant node by @egalvis39 in #148
- feat: ✨ Added the option to save request status in a variable by @egalvis39 in #150
Full Changelog: v0.3.4...v0.4.0
v0.3.4
What's Changed
- fix(middlewares): 🐛 Error executing multi-middleware in input node by @egalvis39 in #109
- feat(Flow): ✨ Added new table flow by @egalvis39 in #111
- refactor: ♻️ Refactored bot flow load by @egalvis39 in #112
- feat(api): ✨ Added new endpoints for flows administration by @egalvis39 in #114
- feat(api): ✨ Added cors config to api by @egalvis39 in #116
- feat(node): ✨ Added new node GPT assistant by @egalvis39 in #118
- feat(api): ✨ Updated create client endpoint by @egalvis39 in #120
- fix(api): 🐛 Fixed set external variables endpoint by @egalvis39 in #122
Full Changelog: v0.3.3...v0.3.4
v0.3.3
What's Changed
- chore(deps-dev): bump black from 23.1.0 to 24.3.0 by @dependabot
- feat(Delay node): ✨ Create a delay node by @jcardenas3
v0.3.2
What's Changed
- 🐛 Unloking the menu when arrive an INVITE event by @jcardenas3 in #86
- ✨ New middleware for image recognition by @egalvis39 in #89
- ✨ New middleware for llm in input nodes by @egalvis39 in #90
- ✨ Middleware to proccess audio by @jcardenas3 in #91
- ✨ Added new middleware for text translation by @egalvis39 in #94
- ✨ Added multi-middleware support by @egalvis39 in #95
- 🐛 Fixed bug with interactive options by @jcardenas3 in #97
- 📝 Transform nats stream parameter to uppercase by @dbedoya in #99
- ✨ Ignore back-to-back messages by @egalvis39 in #101
- 🐛 Fixed saving of variables in case-by-case validation by @egalvis39 in #103
New Contributors
- @jcardenas3 made their first contribution in #86
- @dbedoya made their first contribution in #99
Full Changelog: v0.3.0...v03.2
v0.3.1
v0.3.0
- ✨ Events are generated in each node with information about the chat flow
- 🧾 Improved chatbot flow load
- ♻️ Room handling separated by each client
- ♻️ Variables by scope in bot flows (room, route, flow)
- ✨ Added node leave
- ✨ Added node invite user
- ✨ Added node set_vars to save, modify or delete variables
- ✨ New endpoint to set variables in a menuflow room
- ✨ Advanced validations are added to the switch node with Jinja
- ✨ Added authentication for NATs publisher