|
1 | 1 | # 2.3.5 (develop) |
2 | 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 |
| 9 | + |
3 | 10 | ### Fixed |
4 | 11 |
|
5 | 12 | * **Kafka Migration**: Fixed PostgreSQL migration error for Kafka integration |
6 | 13 | - Corrected table reference from `"public"."Instance"` to `"Instance"` in foreign key constraint |
7 | 14 | - Fixed `ERROR: relation "public.Instance" does not exist` issue in migration `20250918182355_add_kafka_integration` |
8 | 15 | - Aligned table naming convention with other Evolution API migrations for consistency |
9 | 16 | - 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 |
12 | 36 |
|
| 37 | +* **Exponential Backoff**: Implement exponential backoff patterns and extract magic numbers to constants |
| 38 | +* **TypeScript Build**: Update TypeScript build process and dependencies |
13 | 39 |
|
14 | 40 | ### |
15 | 41 |
|
|
0 commit comments