Skip to content

Commit 0b33a76

Browse files
committed
changelog v2.3.0
1 parent 6a0b024 commit 0b33a76

File tree

6 files changed

+1140
-1361
lines changed

6 files changed

+1140
-1361
lines changed

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="[email protected]"
99

Lines changed: 32 additions & 32 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-DCygoDJP.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)