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: redis/node-redis
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: redis@5.7.0
Choose a base ref
...
head repository: redis/node-redis
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: redis@5.8.0
Choose a head ref
  • 9 commits
  • 20 files changed
  • 3 contributors

Commits on Aug 4, 2025

  1. Add support svs vamana index creation (#3025)

    * feat(search): add SVS-VAMANA vector index algorithm support
    
    - Add VAMANA algorithm with compression and tuning parameters
    - Include comprehensive test coverage for various configurations
    - Fix parameter validation to handle falsy values correctly
    
    * feat(search): add additional VAMANA compression algorithms
    
    - Add LVQ4, LVQ4x4, LVQ4x8, LeanVec4x8, and LeanVec8x8 compression options
    - Update test to use LeanVec4x8 compression algorithm
    
    * chore: update Redis version from 8.2-rc1 to 8.2-rc2-pre
    PavelPashov authored Aug 4, 2025
    Configuration menu
    Copy the full SHA
    66638fc View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2025

  1. Configuration menu
    Copy the full SHA
    0f709d0 View commit details
    Browse the repository at this point in the history
  2. Release client@5.8.0

    actions-user committed Aug 5, 2025
    Configuration menu
    Copy the full SHA
    de5e916 View commit details
    Browse the repository at this point in the history
  3. Release bloom@5.8.0

    actions-user committed Aug 5, 2025
    Configuration menu
    Copy the full SHA
    42ec771 View commit details
    Browse the repository at this point in the history
  4. Release json@5.8.0

    actions-user committed Aug 5, 2025
    Configuration menu
    Copy the full SHA
    cf16f8b View commit details
    Browse the repository at this point in the history
  5. Release search@5.8.0

    actions-user committed Aug 5, 2025
    Configuration menu
    Copy the full SHA
    1436a6e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4b6a3d1 View commit details
    Browse the repository at this point in the history
  7. Release entraid@5.8.0

    actions-user committed Aug 5, 2025
    Configuration menu
    Copy the full SHA
    0916d33 View commit details
    Browse the repository at this point in the history
  8. Release redis@5.8.0

    actions-user committed Aug 5, 2025
    Configuration menu
    Copy the full SHA
    12f7d8a View commit details
    Browse the repository at this point in the history
Loading