Tags

Tags give the ability to mark specific points in history as being important
  • v0.7.0

    3cc3cf0c · Merge branch... ·
    - feat: ✨ Manage messages intra applications by @jcardenas4773819 in a4adbb0e
    - feat(api): ✨ Add endpoint to set user nickname with validation and error handling by @jlopez59 in 7494f855
    - refactor: 🔥 Remove business hours code by @jcardenas4773819 in 92c912fb
    - feat: ✨ Added set pin endpoint by @jcardenas4773819 in 04205209
    - feat: ✨ Add new endpoint to update a whatsapp cloud bridge by @jcardenas4773819 in a22f50be
    - fix: Remove menubot condition from user display name update logic by @jlopez59 in 08070e1b
    - fix: 🐛 Fix error initializing CommandProcessor by @jcardenas4773819 in 7002b688
    - refactor: ♻️ Remove the agent in command restartAction by @jcardenas4773819 in 1653fd07
    - feat: ✨ Clean up the menu variables when the room is resolved by @jcardenas4773819 in 1d83a211
    - fix: 🐛 Improved order of remove_fom_queue of acd command and added add_to_queue
  • v0.7.0rc2

    * fix: 🐛 Fix error initializing CommandProcessor by @jcardenas4773819 in 7002b688
    * refactor: ♻️ Remove the agent in command restartAction by @jcardenas4773819 in 1653fd07
    * feat: ✨ Clean up the menu variables when the room is resolved by @jcardenas4773819 in 1d83a211
  • v0.6.4

    feat: ✨ Clean up the menu variables when the room is resolved by @jcardenas4773819 in edf3c076
  • v0.7.0rc1

    feat: ✨ Manage messages intra applications by @jcardenas4773819 in a4adbb0e
    feat(api): ✨ Add endpoint to set user nickname with validation and error handling by @jlopez59 in 7494f855
    refactor: 🔥 Remove business hours code by @jcardenas4773819 in 92c912fb
    feat: ✨ Added set pin endpoint by @jcardenas4773819 in 04205209
    feat: ✨ Add new endpoint to update a whatsapp cloud bridge by @jcardenas4773819 in a22f50be
    fix: Remove menubot condition from user display name update logic by @jlopez59 in 08070e1b
  • v0.6.3

    - fix(Fix): 🎨 Improved get permissions funtion to use with regular expression for admin and supervisor users by @dflorez1 in 34558f29
    - refactor(Fix): 🎨 Improved code to invite supervisors to spaces and set permissions without config invitees by @dflorez1 in 4ca64541
    - refactor: ♻️ Delete forbidden error when the shared_secret is not set by @jcardenas4773819 in 5fcadc92
    - feat(endpoint): ✨ Added endpoint to get the principal bot mxid by the given acd mxid by @dflorez1 in d01c3d0c
    - feat: ✨ Added validation to allow bic with BSUID by @jcardenas4773819 in f46ac374
    - feat: ✨ Send username to menuflow by @jcardenas4773819 in cc328a95
    - refactor: ♻️ Allow bic with username by @jcardenas4773819 in 484c6c93
    - fix: 🐛 Fix the error when validating usernames in the bic command  by @jcardenas4773819 in 3d5fc4e2
  • v0.6.3rc1

    - fix(Fix): 🎨 Improved get permissions funtion to use with regular expression for admin and supervisor users by @dflorez1 in 34558f29
    - refactor(Fix): 🎨 Improved code to invite supervisors to spaces and set permissions without config invitees by @dflorez1 in 4ca64541
    - refactor: ♻️ Delete forbidden error when the shared_secret is not set by @jcardenas4773819 in 5fcadc92
    - feat(endpoint): ✨ Added endpoint to get the principal bot mxid by the given acd mxid by @dflorez1 in d01c3d0c
    - feat: ✨ Added validation to allow bic with BSUID by @jcardenas4773819 in f46ac374
    - feat: ✨ Send username to menuflow by @jcardenas4773819 in cc328a95
    - refactor: ♻️ Allow bic with username by @jcardenas4773819 in 484c6c93
    - fix: 🐛 Fix the error when validating usernames in the bic command  by @jcardenas4773819 in 3d5fc4e2
  • v0.6.2rc3

    - fix: 🐛 Fix error updating room name with bsuid by @jcardenas4773819 in 065abef8
    - feat: ✨ Send username to menuflow by @jcardenas4773819 in 684ec9af
    - feat: ✨ Allow bic with username and return username in room_info endpoint by @jcardenas4773819 in 07424e84
  • v0.6.2rc2

    5ee43aab · Merge branch... ·
    - fix(Fix): 🎨 Added except to avoid error while setting set-pl user :: @dflorez1
    - fix(Fix): 🎨 Delete forbidden error when the shared_secret is not set :: @jcardenas4773819 & @dflorez1
  • v0.6.1.post2

    * fix: 🐛 Remove the invited agent if the room changes the queue by @jcardenas4773819 in d4171332
  • v0.6.1.post1

    * fix: 🐛 Handle errors when initialising groups. by @jcardenas4773819 in 128e35bf
  • v0.6.2rc1

    - feat: ✨ Added endpoint to get the bridge status :: @jcardenas4773819
    - feat: ✨ Implement internal API configuration and authentication decorator :: @jzapataikono
    - fix: 🐛 Remove the invited agent if the room changes the queue :: @jcardenas4773819
  • v0.6.1

    - feat: ✨ Add new authorization management by @jcardenas4773819 in db6b10d3
    - refactor(Fix): ♻️ Improved dequeue endpoint, added QueueLeave event and improved added get initial message function by @dflorez1 in 80838426
    - fix(Fix): 🎨 Use selected option instead of queue room id in conversation rate and queue leave events by @dflorez1 in 1a605731
    - fix(Fix): 🐛 Fix get initial message function to use as staticmethod by @dflorez1 in 9af0acc3
    - fix: 🐛 Manage comment message in get initial message by @jcardenas4773819 in bfdd3792
  • v0.6.1rc1

    * feat: ✨ Add new authorization management by @jcardenas4773819 in db6b10d3
    * refactor(Fix): ♻️ Improved dequeue endpoint, added QueueLeave event and improved added get initial message function by @dflorez1 in 80838426
    * fix(Fix): 🎨 Use selected option instead of queue room id in conversation rate and queue leave events by @dflorez1 in 1a605731
    * fix(Fix): 🐛 Fix get initial message function to use as staticmethod by @dflorez1 in 9af0acc3
    * fix: 🐛 Manage comment message in get initial message by @jcardenas4773819 in bfdd3792
  • v0.6.0.post2

    8e818851 · Merge branch... ·
    fix: 🐛 Use initial message as reason when handling join and send menu variables @jcardenas4773819 and @dflorez1 in fb9ffb56
  • v0.6.0.post1

    feat: ✨ Added new authorization manage by @jcardenas4773819 in 51ed7f4b
  • v0.5.23.post1

    * feat: ✨ Added new authorization manage by @jcardenas4773819 in 854d07bb
  • v0.6.0

    * refactor: ♻️ Event management within groups and spaces has been improved by @jcardenas4773819 in 19febf29
    * feat: ✨ Added endpoint to activate and deactivate agents by @jcardenas4773819 in 83ecd4b8
    * fix(endpoint): 🚑 Added validation to avoid error with invalid or nonexisten uuid by @dflorez1 in d7f29cf4
    * refactor: ♻️ Use asyncio Lock to block portals by @jcardenas4773819 in 988b248d
    * fix(Fix): 🐛 Fixed blocked rooms by @dflorez1 in f633f8e3
    * fix: 🐛 Fixed bug sending transfer notices when transferring to queues by @jcardenas4773819 in 45883765
  • v0.6.0rc3

    * fix: 🐛 Fixed bug sending transfer notices when transferring to queues by @jcardenas4773819 in 45883765
  • v0.6.0rc2

    fix(Fix): 🐛 Fixed blocked rooms by @dflorez1 in f633f8e3
  • v0.6.0rc1

    * refactor: ♻️ Event management within groups and spaces has been improved by @jcardenas4773819 in 19febf29
    * feat: ✨ Added endpoint to activate and deactivate agents by @jcardenas4773819 in 83ecd4b8
    * fix(endpoint): 🚑 Added validation to avoid error with invalid or nonexisten uuid by @dflorez1 in d7f29cf4
    * refactor: ♻️ Use asyncio Lock to block portals by @jcardenas4773819 in 988b248d