-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Comparing changes
Open a pull request
base repository: EvolutionAPI/evolution-api
base: main
head repository: EvolutionAPI/evolution-api
compare: develop
- 20 commits
- 16 files changed
- 4 contributors
Commits on Dec 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 52fa931 - Browse repository at this point
Copy the full SHA 52fa931View commit details -
Add poll vote decryption endpoint and logic
Introduces a new API endpoint and supporting logic to decrypt WhatsApp poll votes. Adds DecryptPollVoteDto, validation schema, controller method, and service logic to process and aggregate poll vote results based on poll creation message key.
Configuration menu - View commit details
-
Copy full SHA for 5faf3d1 - Browse repository at this point
Copy the full SHA 5faf3d1View commit details -
Refactor DecryptPollVoteDto and schema structure
Updated DecryptPollVoteDto to use a nested message.key structure and moved remoteJid to the top level. Adjusted the controller and validation schema to match the new structure for consistency and clarity.
Configuration menu - View commit details
-
Copy full SHA for 076449e - Browse repository at this point
Copy the full SHA 076449eView commit details
Commits on Dec 11, 2025
-
Merge pull request #2296 from caiobleggi/main
feat(channel): add support for @newsletter in sendMessage and findChannels
Configuration menu - View commit details
-
Copy full SHA for 604c9f9 - Browse repository at this point
Copy the full SHA 604c9f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67c4aa6 - Browse repository at this point
Copy the full SHA 67c4aa6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fee505 - Browse repository at this point
Copy the full SHA 2fee505View commit details
Commits on Dec 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6ede76f - Browse repository at this point
Copy the full SHA 6ede76fView commit details -
Merge pull request #2297 from oriondesign2015/develop
Feature: Endpoint para Descriptografar e Visualizar Votos de Enquetes
Configuration menu - View commit details
-
Copy full SHA for 3325044 - Browse repository at this point
Copy the full SHA 3325044View commit details -
fix(chat): clean up code formatting by removing unnecessary blank lin…
…es in chat controller
Configuration menu - View commit details
-
Copy full SHA for 6f2bef6 - Browse repository at this point
Copy the full SHA 6f2bef6View commit details
Commits on Dec 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2e3c818 - Browse repository at this point
Copy the full SHA 2e3c818View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72b0833 - Browse repository at this point
Copy the full SHA 72b0833View commit details -
Configuration menu - View commit details
-
Copy full SHA for f46699e - Browse repository at this point
Copy the full SHA f46699eView commit details -
Merge pull request #2319 from Vitordotpy/fix/remotejid-wrong-format
fix(baileys): normalize remote JIDs for consistent database lookups
Configuration menu - View commit details
-
Copy full SHA for c7b7a99 - Browse repository at this point
Copy the full SHA c7b7a99View commit details -
fix: normalize remoteJid in message updates and handle race condition…
… in contact cache
Configuration menu - View commit details
-
Copy full SHA for 52a8d9e - Browse repository at this point
Copy the full SHA 52a8d9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb41e65 - Browse repository at this point
Copy the full SHA cb41e65View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb831d5 - Browse repository at this point
Copy the full SHA bb831d5View commit details -
Merge pull request #2321 from Vitordotpy/fix/remotejid-normalization-…
…and-cache-race fix: normalize remoteJid in message updates and handle race condition in contact cache
Configuration menu - View commit details
-
Copy full SHA for b1b07b7 - Browse repository at this point
Copy the full SHA b1b07b7View commit details -
feat(baileys): enhance logout process and connection handling
- Introduced a flag to prevent reconnection during instance deletion. - Improved logging for connection updates and errors during logout. - Added a delay before reconnection attempts to avoid rapid loops. - Enhanced webhook headers for better tracking and debugging. - Updated configuration to support manual Baileys version setting.
Configuration menu - View commit details
-
Copy full SHA for 933a28d - Browse repository at this point
Copy the full SHA 933a28dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2534ec2 - Browse repository at this point
Copy the full SHA 2534ec2View commit details -
chore: increase token length in Instance model across MySQL, PostgreS…
…QL, and PSQL Bouncer schemas
Configuration menu - View commit details
-
Copy full SHA for 6efa879 - Browse repository at this point
Copy the full SHA 6efa879View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...develop