Skip to content

Commit 0a04fb3

Browse files
authored
Merge branch 'EvolutionAPI:develop' into develop
2 parents 297579c + 0b33a76 commit 0a04fb3

21 files changed

Lines changed: 3356 additions & 1710 deletions

File tree

.env.example

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,12 @@ OPENAI_ENABLED=false
213213
# Dify - Environment variables
214214
DIFY_ENABLED=false
215215

216+
# n8n - Environment variables
217+
N8N_ENABLED=false
218+
219+
# EvoAI - Environment variables
220+
EVOAI_ENABLED=false
221+
216222
# Cache - Environment variables
217223
# Redis Cache enabled
218224
CACHE_REDIS_ENABLED=true

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,31 @@
1-
# 2.2.4 (hotfix)
1+
# 2.3.0 (develop)
2+
3+
### Feature
4+
5+
* Add support to get Catalogs and Collections with new routes: '{{baseUrl}}/chat/fetchCatalogs' and '{{baseUrl}}/chat/fetchCollections'
6+
* Add NATS integration support to the event system
7+
* Add message location support meta
8+
* Add S3_SKIP_POLICY env variable to disable setBucketPolicy for incompatible providers
9+
* Add EvoAI integration with models, services, and routes
10+
* Add N8n integration with models, services, and routes
211

312
### Fixed
413

514
* Shell injection vulnerability
15+
* Update Baileys Version v6.7.17
16+
* Audio send duplicate from chatwoot
17+
* Chatwoot csat creating new conversation in another language
18+
* Refactor SQS controller to correct bug in sqs events by instance
19+
* Adjustin cloud api send audio and video
20+
* Preserve animation in GIF and WebP stickers
21+
* Preventing use conversation from other inbox for the same user
22+
* Ensure full WhatsApp compatibility for audio conversion (libopus, 48kHz, mono)
23+
* Enhance message fetching and processing logic
24+
25+
### Security
26+
27+
* Change execSync to execFileSync
28+
* Enhance WebSocket authentication and connection handling
629

730
# 2.2.3 (2025-02-03 11:52)
831

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM node:20-alpine AS builder
33
RUN apk update && \
44
apk add --no-cache git ffmpeg wget curl bash openssl
55

6-
LABEL version="2.2.3" description="Api to control whatsapp features through http requests."
6+
LABEL version="2.3.0" description="Api to control whatsapp features through http requests."
77
LABEL maintainer="Davidson Gomes" git="https://github.com/DavidsonGomes"
88
LABEL contact="contato@evolution-api.com"
99

manager/dist/assets/index-CFAZX6IV.js

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

manager/dist/assets/index-mxi8bQ4k.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/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/png" href="/assets/images/evolution-logo.png" />
5+
<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-CFAZX6IV.js"></script>
8+
<script type="module" crossorigin src="/assets/index-mxi8bQ4k.js"></script>
99
<link rel="stylesheet" crossorigin href="/assets/index-DNOCacL_.css">
1010
</head>
1111
<body>

0 commit comments

Comments
 (0)