changelog

This commit is contained in:
Davidson Gomes 2024-06-08 21:31:02 -03:00
parent 1f817df5f6
commit 2002e1c38d

View File

@ -1,7 +1,11 @@
# 1.8.1 (develop) # 1.8.1 (develop)
### Feature ### Feature
* New method of saving sessions to a file using worker, made in partnership with [codechat](https://github.com/code-chat-br/whatsapp-api) * New method of saving sessions to a file using worker, made in partnership with [codechat](https://github.com/code-chat-br/whatsapp-api)
### Fixed
* Correction of variables breaking lines in typebot * Correction of variables breaking lines in typebot
# 1.8.0 (2024-05-27 16:10) # 1.8.0 (2024-05-27 16:10)
@ -13,12 +17,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
@ -30,6 +36,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
@ -40,6 +47,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