Skip to content

Commit 6b81eb6

Browse files
authored
Merge branch 'EvolutionAPI:develop' into develop
2 parents 89fa5a4 + cdf0666 commit 6b81eb6

19 files changed

Lines changed: 551 additions & 471 deletions

.github/workflows/check_code_quality.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v5
16+
with:
17+
submodules: recursive
1618

1719
- name: Install Node
1820
uses: actions/setup-node@v5

.github/workflows/publish_docker_image.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v5
18+
with:
19+
submodules: recursive
1820

1921
- name: Docker meta
2022
id: meta

.github/workflows/publish_docker_image_homolog.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v5
18+
with:
19+
submodules: recursive
1820

1921
- name: Docker meta
2022
id: meta

.github/workflows/publish_docker_image_latest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v5
18+
with:
19+
submodules: recursive
1820

1921
- name: Docker meta
2022
id: meta

.github/workflows/security.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
steps:
2727
- name: Checkout repository
2828
uses: actions/checkout@v5
29+
with:
30+
submodules: recursive
2931

3032
- name: Initialize CodeQL
3133
uses: github/codeql-action/init@v3
@@ -47,5 +49,7 @@ jobs:
4749
steps:
4850
- name: Checkout Repository
4951
uses: actions/checkout@v5
52+
with:
53+
submodules: recursive
5054
- name: Dependency Review
5155
uses: actions/dependency-review-action@v4

CHANGELOG.md

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
# 2.3.5 (develop)
1+
# 2.3.5 (2025-10-15)
2+
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
29

310
### Fixed
411

@@ -7,9 +14,28 @@
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

7.8 KB
Loading

manager/dist/assets/index-CO3NSIFj.js

Lines changed: 485 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-DJ2Q5K8k.js

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

0 commit comments

Comments
 (0)