Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: EvolutionAPI/evolution-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: EvolutionAPI/evolution-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 16 files changed
  • 4 contributors

Commits on Dec 9, 2025

  1. Configuration menu
    Copy the full SHA
    52fa931 View commit details
    Browse the repository at this point in the history
  2. 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.
    oriondesign2015 committed Dec 9, 2025
    Configuration menu
    Copy the full SHA
    5faf3d1 View commit details
    Browse the repository at this point in the history
  3. 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.
    oriondesign2015 committed Dec 9, 2025
    Configuration menu
    Copy the full SHA
    076449e View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2025

  1. Merge pull request #2296 from caiobleggi/main

    feat(channel): add support for @newsletter in sendMessage and findChannels
    DavidsonGomes authored Dec 11, 2025
    Configuration menu
    Copy the full SHA
    604c9f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67c4aa6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2fee505 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2025

  1. Configuration menu
    Copy the full SHA
    6ede76f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2297 from oriondesign2015/develop

    Feature: Endpoint para Descriptografar e Visualizar Votos de Enquetes
    DavidsonGomes authored Dec 12, 2025
    Configuration menu
    Copy the full SHA
    3325044 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f2bef6 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2025

  1. Configuration menu
    Copy the full SHA
    2e3c818 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72b0833 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f46699e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2319 from Vitordotpy/fix/remotejid-wrong-format

    fix(baileys): normalize remote JIDs for consistent database lookups
    DavidsonGomes authored Dec 16, 2025
    Configuration menu
    Copy the full SHA
    c7b7a99 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    52a8d9e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cb41e65 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bb831d5 View commit details
    Browse the repository at this point in the history
  8. 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
    DavidsonGomes authored Dec 16, 2025
    Configuration menu
    Copy the full SHA
    b1b07b7 View commit details
    Browse the repository at this point in the history
  9. 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.
    DavidsonGomes committed Dec 16, 2025
    Configuration menu
    Copy the full SHA
    933a28d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2534ec2 View commit details
    Browse the repository at this point in the history
  11. chore: increase token length in Instance model across MySQL, PostgreS…

    …QL, and PSQL Bouncer schemas
    DavidsonGomes committed Dec 16, 2025
    Configuration menu
    Copy the full SHA
    6efa879 View commit details
    Browse the repository at this point in the history
Loading