mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-13 07:04:50 -06:00
changelog v2.3.0
This commit is contained in:
parent
6a0b024b13
commit
0b33a76394
25
CHANGELOG.md
25
CHANGELOG.md
@ -1,8 +1,31 @@
|
|||||||
# 2.2.4 (hotfix)
|
# 2.3.0 (develop)
|
||||||
|
|
||||||
|
### Feature
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
* Shell injection vulnerability
|
* Shell injection vulnerability
|
||||||
|
* Update Baileys Version v6.7.17
|
||||||
|
* 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
|
||||||
|
|
||||||
|
### Security
|
||||||
|
|
||||||
|
* Change execSync to execFileSync
|
||||||
|
* Enhance WebSocket authentication and connection handling
|
||||||
|
|
||||||
# 2.2.3 (2025-02-03 11:52)
|
# 2.2.3 (2025-02-03 11:52)
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ FROM node:20-alpine AS builder
|
|||||||
RUN apk update && \
|
RUN apk update && \
|
||||||
apk add --no-cache git ffmpeg wget curl bash openssl
|
apk add --no-cache git ffmpeg wget curl bash openssl
|
||||||
|
|
||||||
LABEL version="2.2.3" description="Api to control whatsapp features through http requests."
|
LABEL version="2.3.0" description="Api to control whatsapp features through http requests."
|
||||||
LABEL maintainer="Davidson Gomes" git="https://github.com/DavidsonGomes"
|
LABEL maintainer="Davidson Gomes" git="https://github.com/DavidsonGomes"
|
||||||
LABEL contact="contato@evolution-api.com"
|
LABEL contact="contato@evolution-api.com"
|
||||||
|
|
||||||
|
File diff suppressed because one or more lines are too long
4
manager/dist/index.html
vendored
4
manager/dist/index.html
vendored
@ -2,10 +2,10 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<link rel="icon" type="image/png" href="/assets/images/evolution-logo.png" />
|
<link rel="icon" type="image/png" href="https://evolution-api.com/files/evo/favicon.svg" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Evolution Manager</title>
|
<title>Evolution Manager</title>
|
||||||
<script type="module" crossorigin src="/assets/index-DCygoDJP.js"></script>
|
<script type="module" crossorigin src="/assets/index-mxi8bQ4k.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-DNOCacL_.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-DNOCacL_.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
2394
package-lock.json
generated
2394
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "evolution-api",
|
"name": "evolution-api",
|
||||||
"version": "2.2.3",
|
"version": "2.3.0",
|
||||||
"description": "Rest api for communication with WhatsApp",
|
"description": "Rest api for communication with WhatsApp",
|
||||||
"main": "./dist/main.js",
|
"main": "./dist/main.js",
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
|
Loading…
Reference in New Issue
Block a user