8000 Comparing v3.0.1...main · predis/predis · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000
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: predis/predis
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.1
Choose a base ref
...
head repository: predis/predis
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 8 commits
  • 40 files changed
  • 5 contributors

Commits on May 16, 2025

  1. bump dev version

    tillkruss authored May 16, 2025
    Configuration menu
    Copy the full SHA
    afa8b55 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2025

  1. Backport #1503 (#1545)

    * Backport #1503
    
    * Update CHANGELOG.md
    
    ---------
    
    Co-authored-by: Till Krüss <tillkruss@users.noreply.github.com>
    vladvildanov and tillkruss authored May 27, 2025
    Configuration menu
    Copy the full SHA
    4218276 View commit details
    Browse the repository at this point in the history
  2. Backport #1546 (#1547)

    * Fix return type for ZCOUNT (#1546)
    
    * Fix return type for ZCOUNT
    
    ZCOUNT returns an `int`:
    
    > Integer reply: the number of members in the specified score range.
    
    * Update CHANGELOG.md
    
    ---------
    
    Co-authored-by: Till Krüss <tillkruss@users.noreply.github.com>
    
    * Added changelog entry
    
    ---------
    
    Co-authored-by: Tim Düsterhus <timwolla@googlemail.com>
    Co-authored-by: Till Krüss <tillkruss@users.noreply.github.com>
    3 people authored May 27, 2025
    Configuration menu
    Copy the full SHA
    87e08a3 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    tillkruss authored May 27, 2025
    Configuration menu
    Copy the full SHA
    2372b5c View commit details
    Browse the repository at this point in the history

Commits on May 28, 2025

  1. Treat LOADING Errors as Connection Failures to Retry with Next Replica (

    #1536)
    
    * fix(sentinel-replication): Treat LOADING error responses as ConnectionException to allow retry mechanism to discard the current replica and switch to the next available one.
    
    * fix(sentinel-replication): add changelog entries for LOADING response handling
    
    * Update CHANGELOG.md
    
    * Update CHANGELOG.md
    
    ---------
    
    Co-authored-by: Mustafa AKBEL <mustafa.akbel@pusula.net.tr>
    Co-authored-by: Till Krüss <tillkruss@users.noreply.github.com>
    3 people authored May 28, 2025
    Configuration menu
    Copy the full SHA
    6021daf View commit details
    Browse the repository at this point in the history

Commits on May 30, 2025

  1. fix(stream): Fixed throwing CommunicationException when stream is E…

    …OF (#1548)
    
    * fix(stream): Fixed return type to match function signature
    
    * Updated CHANGELOG.md
    
    * Fix syntax error
    
    * Updated CHANGELOG.md entry
    vladvildanov authored May 30, 2025
    Configuration menu
    Copy the full SHA
    d7f6009 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2025

  1. feat(commands): Add support for VectorSet commands (#1550)

    * feat(commands): Add support for VectorSet commands
    
    * Codestyle fixes
    
    * Fixed test
    
    * Added logging for test purposes
    
    * Marked tests as relay incompatible
    
    * Missing incompatible tests
    
    * Updated CHANGELOG to reflect experimental nature of feature
    
    * Marked properties as nullable
    
    * Changed static variables to constants
    
    * Codestyle fixe
    
    * Revert changes
    
    * Update CHANGELOG.md
    
    ---------
    
    Co-authored-by: Till Krüss <tillkruss@users.noreply.github.com>
    vladvildanov and tillkruss authored Jun 5, 2025
    Configuration menu
    Copy the full SHA
    30e48f5 View commit details
    Browse the repository at this point in the history
  2. Backport #1551 (#1552)

    * fix(conn): Removed automatic conn_uid assignment (#1551)
    
    * fix(conn): Removed automatic conn_uid assignment
    
    * Restrict redis version
    
    * Updated CHANGELOG.md
    
    * Added test case
    
    * Update CHANGELOG.md
    
    ---------
    
    Co-authored-by: Till Krüss <tillkruss@users.noreply.github.com>
    
    * Removed duplicated disconnect
    
    * Updated CHANGELOg.md
    
    ---------
    
    Co-authored-by: Till Krüss <tillkruss@users.noreply.github.com>
    vladvildanov and tillkruss authored Jun 5, 2025
    Configuration menu
    Copy the full SHA
    c2b95df View commit details
    Browse the repository at this point in the history
Loading
0