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