mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-14 09:51:24 -06:00
changelog
This commit is contained in:
parent
e7b0bb53b9
commit
81a62373f8
@ -8,11 +8,13 @@
|
|||||||
* Now you can register several typebots with triggers
|
* Now you can register several typebots with triggers
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
* Removed excessive verbose logs
|
* Removed excessive verbose logs
|
||||||
* Optimization in instance registration
|
* Optimization in instance registration
|
||||||
* Now in typebot we wait until the terminal block to accept the user's message, if it arrives before the block is sent, it is ignored
|
* Now in typebot we wait until the terminal block to accept the user's message, if it arrives before the block is sent, it is ignored
|
||||||
|
|
||||||
### Break changes
|
### Break changes
|
||||||
|
|
||||||
* jwt authentication removed
|
* jwt authentication removed
|
||||||
* Connection to mongodb removed
|
* Connection to mongodb removed
|
||||||
* Standardized all request bodies to use camelCase
|
* Standardized all request bodies to use camelCase
|
||||||
@ -47,12 +49,14 @@
|
|||||||
* Build in docker for linux/amd64, linux/arm64 platforms
|
* Build in docker for linux/amd64, linux/arm64 platforms
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
* Correction in message formatting when generated by AI as markdown in typebot
|
* Correction in message formatting when generated by AI as markdown in typebot
|
||||||
* Security fix in fetch instance with client key when not connected to mongodb
|
* Security fix in fetch instance with client key when not connected to mongodb
|
||||||
|
|
||||||
# 1.7.5 (2024-05-21 08:50)
|
# 1.7.5 (2024-05-21 08:50)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
* Add merge_brazil_contacts function to solve nine digit in brazilian numbers
|
* Add merge_brazil_contacts function to solve nine digit in brazilian numbers
|
||||||
* Optimize ChatwootService method for updating contact
|
* Optimize ChatwootService method for updating contact
|
||||||
* Fix swagger auth
|
* Fix swagger auth
|
||||||
@ -64,6 +68,7 @@
|
|||||||
# 1.7.4 (2024-04-28 09:46)
|
# 1.7.4 (2024-04-28 09:46)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
* Adjusts in proxy on fetchAgent
|
* Adjusts in proxy on fetchAgent
|
||||||
* Recovering messages lost with redis cache
|
* Recovering messages lost with redis cache
|
||||||
* Log when init redis cache service
|
* Log when init redis cache service
|
||||||
@ -74,6 +79,7 @@
|
|||||||
# 1.7.3 (2024-04-18 12:07)
|
# 1.7.3 (2024-04-18 12:07)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
* Revert fix audio encoding
|
* Revert fix audio encoding
|
||||||
* Recovering messages lost with redis cache
|
* Recovering messages lost with redis cache
|
||||||
* Adjusts in redis for save instances
|
* Adjusts in redis for save instances
|
||||||
|
Loading…
Reference in New Issue
Block a user