Skip to content

Commit 6ad33df

Browse files
committed
chore(changelog): update CHANGELOG for version 2.3.5
- Added features for Chatwoot enhancements, participants data handling, and LID to phone number conversion. - Updated Docker configurations to include Kafka and frontend services. - Fixed PostgreSQL migration errors and improved message handling in Baileys and Chatwoot services. - Refactored TypeScript build process and implemented exponential backoff patterns.
1 parent 82c0ead commit 6ad33df

File tree

4 files changed

+53
-23
lines changed

4 files changed

+53
-23
lines changed

CHANGELOG.md

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,41 @@
11
# 2.3.5 (develop)
22

3+
### Features
4+
5+
* **Chatwoot Enhancements**: Comprehensive improvements to message handling, editing, deletion and i18n
6+
* **Participants Data**: Add participantsData field maintaining backward compatibility for group participants
7+
* **LID to Phone Number**: Convert LID to phoneNumber on group participants
8+
* **Docker Configurations**: Add Kafka and frontend services to Docker configurations
9+
310
### Fixed
411

512
* **Kafka Migration**: Fixed PostgreSQL migration error for Kafka integration
613
- Corrected table reference from `"public"."Instance"` to `"Instance"` in foreign key constraint
714
- Fixed `ERROR: relation "public.Instance" does not exist` issue in migration `20250918182355_add_kafka_integration`
815
- Aligned table naming convention with other Evolution API migrations for consistency
916
- Resolved database migration failure that prevented Kafka integration setup
10-
* **Update Baileys Version**: v7.0.0-rc.4
11-
* Refactor connection with PostgreSQL and improve message handling
17+
* **Update Baileys Version**: v7.0.0-rc.5 with compatibility fixes
18+
- Fixed assertSessions signature compatibility using type assertion
19+
- Fixed incompatibility in voice call (wavoip) with new Baileys version
20+
- Handle undefined status in update by defaulting to 'DELETED'
21+
* **Chatwoot Improvements**: Multiple fixes for enhanced reliability
22+
- Correct chatId extraction for non-group JIDs
23+
- Resolve webhook timeout on deletion with 5+ images
24+
- Improve error handling in Chatwoot messages
25+
- Adjust conversation verification logic and cache
26+
- Optimize conversation reopening logic and connection notification
27+
- Fix conversation reopening and connection loop
28+
* **Baileys Message Handling**: Enhanced message processing
29+
- Add warning log for messages not found
30+
- Fix message verification in Baileys service
31+
- Simplify linkPreview handling in BaileysStartupService
32+
* **Media Validation**: Fix media content validation
33+
* **PostgreSQL Connection**: Refactor connection with PostgreSQL and improve message handling
34+
35+
### Code Quality & Refactoring
1236

37+
* **Exponential Backoff**: Implement exponential backoff patterns and extract magic numbers to constants
38+
* **TypeScript Build**: Update TypeScript build process and dependencies
1339

1440
###
1541

Lines changed: 20 additions & 20 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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-BVwyLnkB.js"></script>
8+
<script type="module" crossorigin src="/assets/index-Cv80sTx-.js"></script>
99
<link rel="stylesheet" crossorigin href="/assets/index-ScT-CzQp.css">
1010
</head>
1111
<body>

manager_install.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#! /bin/bash
2+
3+
rm -rf manager/dist
4+
cp -r evolution-manager-v2/dist manager/dist

0 commit comments

Comments
 (0)