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: valkey-io/valkey-py
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.2.0rc1
Choose a base ref
...
head repository: valkey-io/valkey-py
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.2.0rc2
Choose a head ref
  • 13 commits
  • 8 files changed
  • 5 contributors

Commits on Feb 8, 2026

  1. build(deps): bump rojopolis/spellcheck-github-actions

    Bumps [rojopolis/spellcheck-github-actions](https://github.com/rojopolis/spellcheck-github-actions) from 0.56.0 to 0.58.0.
    - [Release notes](https://github.com/rojopolis/spellcheck-github-actions/releases)
    - [Changelog](https://github.com/rojopolis/spellcheck-github-actions/blob/master/CHANGELOG.md)
    - [Commits](rojopolis/spellcheck-github-actions@0.56.0...0.58.0)
    
    ---
    updated-dependencies:
    - dependency-name: rojopolis/spellcheck-github-actions
      dependency-version: 0.58.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and mkmkme committed Feb 8, 2026
    Configuration menu
    Copy the full SHA
    8d6a04c View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2026

  1. Merge pull request #260 from valkey-io/dependabot/github_actions/rojo…

    …polis/spellcheck-github-actions-0.58.0
    
    build(deps): bump rojopolis/spellcheck-github-actions from 0.56.0 to 0.58.0
    mkmkme authored Feb 28, 2026
    Configuration menu
    Copy the full SHA
    ecd6cee View commit details
    Browse the repository at this point in the history
  2. [docs] Make readme examples copy/paste possible by removing >>> and a…

    …dding # to preserve output to preserve meaning
    
    Signed-off-by: chrisjsimpson <chris.j.simpson@live.co.uk>
    chrisjsimpson authored and mkmkme committed Feb 28, 2026
    Configuration menu
    Copy the full SHA
    7385ba4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #251 from chrisjsimpson/main

    [docs] Make readme examples copy/paste possible by removing >>> and a…
    mkmkme authored Feb 28, 2026
    Configuration menu
    Copy the full SHA
    cd3b9be View commit details
    Browse the repository at this point in the history
  4. fix(async-cluster): prevent reinitialization after explicit aclose()

    Make async `ValkeyCluster` treat user-initiated `aclose()` as terminal
    by tracking closed state and raising a clear `ValkeyClusterException` on
    further use. Preserve inte`rnal retry/reinitialize behavior by
    introducing a private reset path used by command and pipeline retry
    flows, and add regression tests for post-close command/initialize calls.
    
    fixes #223
    
    Signed-off-by: Mikhail Koviazin <github@mkmk.aleeas.com>
    mkmkme committed Feb 28, 2026
    Configuration menu
    Copy the full SHA
    cb4e41a View commit details
    Browse the repository at this point in the history
  5. test-async: fix teardown behaviour

    If the cluster was closed, don't try to flushdb on it in order to not
    raise an exception
    
    Signed-off-by: Mikhail Koviazin <github@mkmk.aleeas.com>
    mkmkme committed Feb 28, 2026
    Configuration menu
    Copy the full SHA
    3d94e1e View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2026

  1. Merge pull request #268 from valkey-io/mkmkme/async-cluster-connectio…

    …n-after-close
    
    fix(async-cluster): prevent reinitialization after explicit aclose()
    bogdanp05 authored Mar 16, 2026
    Configuration menu
    Copy the full SHA
    910e51d View commit details
    Browse the repository at this point in the history
  2. build(deps): bump actions/upload-artifact from 6 to 7

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v6...v7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-version: '7'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and bogdanp05 committed Mar 16, 2026
    Configuration menu
    Copy the full SHA
    de12054 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2026

  1. Merge pull request #269 from valkey-io/dependabot/github_actions/acti…

    …ons/upload-artifact-7
    
    build(deps): bump actions/upload-artifact from 6 to 7
    mkmkme authored Mar 17, 2026
    Configuration menu
    Copy the full SHA
    1de50c7 View commit details
    Browse the repository at this point in the history
  2. Prevent pip version check warnings in CI

    Signed-off-by: Kurt McKee <contactme@kurtmckee.org>
    kurtmckee committed Mar 17, 2026
    Configuration menu
    Copy the full SHA
    fdfa5d0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #274 from kurtmckee/prevent-pip-version-check-warn…

    …ings
    
    Prevent pip version check notices in CI
    mkmkme authored Mar 17, 2026
    Configuration menu
    Copy the full SHA
    cca695f View commit details
    Browse the repository at this point in the history
  4. v6.2.0rc2

    Signed-off-by: Mikhail Koviazin <github@mkmk.aleeas.com>
    mkmkme committed Mar 17, 2026
    Configuration menu
    Copy the full SHA
    9c21825 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2026

  1. Merge pull request #277 from valkey-io/mkmkme/6.2.0-rc2

    v6.2.0rc2
    mkmkme authored Mar 18, 2026
    Configuration menu
    Copy the full SHA
    81323e6 View commit details
    Browse the repository at this point in the history
Loading