mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-19 17:59:12 -06:00
version: 1.6.0
This commit is contained in:
parent
ff06cd7643
commit
379855714e
11
CHANGELOG.md
11
CHANGELOG.md
@ -1,4 +1,10 @@
|
|||||||
# 1.6.0 (develop)
|
# 1.6.1 (develop)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
* Fixed Lid Messages
|
||||||
|
|
||||||
|
# 1.6.0 (2023-12-12 17:24)
|
||||||
|
|
||||||
### Feature
|
### Feature
|
||||||
* Added AWS SQS Integration
|
* Added AWS SQS Integration
|
||||||
@ -13,7 +19,6 @@
|
|||||||
* Adjusts in proxy
|
* Adjusts in proxy
|
||||||
* Adjusts in start session for Typebot
|
* Adjusts in start session for Typebot
|
||||||
* Added mimetype field when sending media
|
* Added mimetype field when sending media
|
||||||
* Fixed lids messages
|
|
||||||
* Ajusts in validations to messages.upsert
|
* Ajusts in validations to messages.upsert
|
||||||
* Fixed messages not received: error handling when updating contact in chatwoot
|
* Fixed messages not received: error handling when updating contact in chatwoot
|
||||||
* Fix workaround to manage param data as an array in mongodb
|
* Fix workaround to manage param data as an array in mongodb
|
||||||
@ -32,7 +37,7 @@
|
|||||||
### Integrations
|
### Integrations
|
||||||
|
|
||||||
- Chatwoot: v3.3.1
|
- Chatwoot: v3.3.1
|
||||||
- Typebot: v2.16.0
|
- Typebot: v2.20.0
|
||||||
|
|
||||||
# 1.5.4 (2023-10-09 20:43)
|
# 1.5.4 (2023-10-09 20:43)
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@
|
|||||||
"@figuro/chatwoot-sdk": "^1.1.16",
|
"@figuro/chatwoot-sdk": "^1.1.16",
|
||||||
"@hapi/boom": "^10.0.1",
|
"@hapi/boom": "^10.0.1",
|
||||||
"@sentry/node": "^7.59.2",
|
"@sentry/node": "^7.59.2",
|
||||||
"@whiskeysockets/baileys": "github:WhiskeySockets/Baileys#fix-lids",
|
"@whiskeysockets/baileys": "^6.5.0",
|
||||||
"amqplib": "^0.10.3",
|
"amqplib": "^0.10.3",
|
||||||
"aws-sdk": "^2.1499.0",
|
"aws-sdk": "^2.1499.0",
|
||||||
"axios": "^1.3.5",
|
"axios": "^1.3.5",
|
||||||
|
@ -303,7 +303,7 @@ export class ConfigService {
|
|||||||
COLOR: process.env.QRCODE_COLOR || '#198754',
|
COLOR: process.env.QRCODE_COLOR || '#198754',
|
||||||
},
|
},
|
||||||
TYPEBOT: {
|
TYPEBOT: {
|
||||||
API_VERSION: process.env?.TYPEBOT_API_VERSION || 'v1',
|
API_VERSION: process.env?.TYPEBOT_API_VERSION || 'old',
|
||||||
},
|
},
|
||||||
AUTHENTICATION: {
|
AUTHENTICATION: {
|
||||||
TYPE: process.env.AUTHENTICATION_TYPE as 'apikey',
|
TYPE: process.env.AUTHENTICATION_TYPE as 'apikey',
|
||||||
|
@ -147,7 +147,7 @@ QRCODE:
|
|||||||
COLOR: "#198754"
|
COLOR: "#198754"
|
||||||
|
|
||||||
TYPEBOT:
|
TYPEBOT:
|
||||||
API_VERSION: 'latest' # old | latest
|
API_VERSION: 'old' # old | latest
|
||||||
|
|
||||||
# Defines an authentication type for the api
|
# Defines an authentication type for the api
|
||||||
# We recommend using the apikey because it will allow you to use a custom token,
|
# We recommend using the apikey because it will allow you to use a custom token,
|
||||||
|
Loading…
Reference in New Issue
Block a user