Skip to content

Releases: iKonoTelecomunicaciones/menuflow

v0.3.5

25 Jul 21:20
40eb736
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.4...v0.3.5

v0.3.4

06 Jun 16:40
318028e
Compare
Choose a tag to compare

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

16 Apr 15:56
355548f
Compare
Choose a tag to compare

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

05 Mar 18:18
c339ff9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v03.2

v0.3.1

25 Jan 23:02
Compare
Choose a tag to compare

feat: 🐛 Fixed unlocking room when menu leaves room

v0.3.0

16 Jan 21:07
Compare
Choose a tag to compare
  • ✨ 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

v0.1.0

09 Feb 04:12
Compare
Choose a tag to compare

Initial tagged release.