Skip to content

Commit bc029f3

Browse files
committed
Merge tag '2.3.0' into develop
* Add support to get Catalogs and Collections with new routes: '{{baseUrl}}/chat/fetchCatalogs' and '{{baseUrl}}/chat/fetchCollections' * Add NATS integration support to the event system * Add message location support meta * Add S3_SKIP_POLICY env variable to disable setBucketPolicy for incompatible providers * Add EvoAI integration with models, services, and routes * Add N8n integration with models, services, and routes * Shell injection vulnerability * Update Baileys Version v6.7.18 * Audio send duplicate from chatwoot * Chatwoot csat creating new conversation in another language * Refactor SQS controller to correct bug in sqs events by instance * Adjustin cloud api send audio and video * Preserve animation in GIF and WebP stickers * Preventing use conversation from other inbox for the same user * Ensure full WhatsApp compatibility for audio conversion (libopus, 48kHz, mono) * Enhance message fetching and processing logic * Added lid on whatsapp numbers router * Now if the CONFIG_SESSION_PHONE_VERSION variable is not filled in it automatically searches for the most updated version
2 parents d921ad7 + 3960624 commit bc029f3

File tree

63 files changed

+5362
-10875
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+5362
-10875
lines changed

.env.example

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ SERVER_PORT=8080
33
# Server URL - Set your application url
44
SERVER_URL=http://localhost:8080
55

6+
SSL_CONF_PRIVKEY=/path/to/cert.key
7+
SSL_CONF_FULLCHAIN=/path/to/cert.crt
8+
69
SENTRY_DSN=
710

811
# Cors - * for all or set separate by commas - ex.: 'yourdomain1.com, yourdomain2.com'
@@ -47,6 +50,7 @@ DATABASE_DELETE_MESSAGE=true
4750
RABBITMQ_ENABLED=false
4851
RABBITMQ_URI=amqp://localhost
4952
RABBITMQ_EXCHANGE_NAME=evolution
53+
RABBITMQ_FRAME_MAX=8192
5054
# Global events - By enabling this variable, events from all instances are sent in the same event queue.
5155
RABBITMQ_GLOBAL_ENABLED=false
5256
# Prefix key to queue name
@@ -176,14 +180,23 @@ WEBHOOK_EVENTS_TYPEBOT_CHANGE_STATUS=false
176180
WEBHOOK_EVENTS_ERRORS=false
177181
WEBHOOK_EVENTS_ERRORS_WEBHOOK=
178182

183+
WEBHOOK_REQUEST_TIMEOUT_MS=60000
184+
WEBHOOK_RETRY_MAX_ATTEMPTS=10
185+
WEBHOOK_RETRY_INITIAL_DELAY_SECONDS=5
186+
WEBHOOK_RETRY_USE_EXPONENTIAL_BACKOFF=true
187+
WEBHOOK_RETRY_MAX_DELAY_SECONDS=300
188+
WEBHOOK_RETRY_JITTER_FACTOR=0.2
189+
# Comma separated list of HTTP status codes that should not trigger retries
190+
WEBHOOK_RETRY_NON_RETRYABLE_STATUS_CODES=400,401,403,404,422
191+
179192
# Name that will be displayed on smartphone connection
180193
CONFIG_SESSION_PHONE_CLIENT=Evolution API
181194
# Browser Name = Chrome | Firefox | Edge | Opera | Safari
182195
CONFIG_SESSION_PHONE_NAME=Chrome
183196

184197
# Whatsapp Web version for baileys channel
185198
# https://web.whatsapp.com/check-update?version=0&platform=web
186-
CONFIG_SESSION_PHONE_VERSION=2.3000.1015901307
199+
# CONFIG_SESSION_PHONE_VERSION=2.3000.1023204200
187200

188201
# Set qrcode display limit
189202
QRCODE_LIMIT=30
@@ -275,4 +288,4 @@ LANGUAGE=en
275288
# PROXY_PORT=80
276289
# PROXY_PROTOCOL=http
277290
# PROXY_USERNAME=
278-
# PROXY_PASSWORD=
291+
# PROXY_PASSWORD=

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 2.3.0 (develop)
1+
# 2.3.0 (2025-06-17 09:19)
22

33
### Feature
44

@@ -12,7 +12,7 @@
1212
### Fixed
1313

1414
* Shell injection vulnerability
15-
* Update Baileys Version v6.7.17
15+
* Update Baileys Version v6.7.18
1616
* Audio send duplicate from chatwoot
1717
* Chatwoot csat creating new conversation in another language
1818
* Refactor SQS controller to correct bug in sqs events by instance
@@ -21,6 +21,8 @@
2121
* Preventing use conversation from other inbox for the same user
2222
* Ensure full WhatsApp compatibility for audio conversion (libopus, 48kHz, mono)
2323
* Enhance message fetching and processing logic
24+
* Added lid on whatsapp numbers router
25+
* Now if the CONFIG_SESSION_PHONE_VERSION variable is not filled in it automatically searches for the most updated version
2426

2527
### Security
2628

Docker/swarm/evolution_api_v2.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.7"
22

33
services:
44
evolution_v2:
5-
image: evoapicloud/evolution-api:latest
5+
image: atendai/evolution-api:v2.2.3
66
volumes:
77
- evolution_instances:/evolution/instances
88
networks:
@@ -94,7 +94,7 @@ services:
9494
- WEBHOOK_EVENTS_ERRORS_WEBHOOK=
9595
- CONFIG_SESSION_PHONE_CLIENT=Evolution API V2
9696
- CONFIG_SESSION_PHONE_NAME=Chrome
97-
- CONFIG_SESSION_PHONE_VERSION=2.3000.1015901307
97+
- CONFIG_SESSION_PHONE_VERSION=2.3000.1023204200
9898
- QRCODE_LIMIT=30
9999
- OPENAI_ENABLED=true
100100
- DIFY_ENABLED=true

manager/dist/assets/index-CXH2BdD4.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

manager/dist/assets/index-D-oOjDYe.js

Lines changed: 381 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

manager/dist/assets/index-DNOCacL_.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

manager/dist/assets/index-mxi8bQ4k.js

Lines changed: 0 additions & 381 deletions
This file was deleted.

manager/dist/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<link rel="icon" type="image/png" href="https://evolution-api.com/files/evo/favicon.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>Evolution Manager</title>
8-
<script type="module" crossorigin src="/assets/index-mxi8bQ4k.js"></script>
9-
<link rel="stylesheet" crossorigin href="/assets/index-DNOCacL_.css">
8+
<script type="module" crossorigin src="/assets/index-D-oOjDYe.js"></script>
9+
<link rel="stylesheet" crossorigin href="/assets/index-CXH2BdD4.css">
1010
</head>
1111
<body>
1212
<div id="root"></div>

0 commit comments

Comments
 (0)