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: spinframework/spin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.1
Choose a base ref
...
head repository: spinframework/spin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.2
Choose a head ref
  • 4 commits
  • 7 files changed
  • 1 contributor

Commits on Jan 13, 2025

  1. fix #2974 -- use redis::aio::ConnectionManager

    Signed-off-by: Brian H <brian.hardock@fermyon.com>
    (cherry picked from commit ec11ba2)
    fibonacci1729 committed Jan 13, 2025
    Copy the full SHA
    a02e430 View commit details
  2. Merge pull request #2978 from fermyon/backport-2976-to-v3.1

    [Backport v3.1] fix #2974 -- use redis::aio::ConnectionManager
    fibonacci1729 authored Jan 13, 2025
    Copy the full SHA
    9c34ab5 View commit details
  3. Bump version for 3.1.2

    Signed-off-by: Brian H <brian.hardock@fermyon.com>
    fibonacci1729 committed Jan 13, 2025
    Copy the full SHA
    9afee47 View commit details
  4. Merge pull request #2979 from fibonacci1729/v3.1

    Bump version for 3.1.2
    fibonacci1729 authored Jan 13, 2025
    Copy the full SHA
    3d37bd8 View commit details
Showing with 176 additions and 158 deletions.
  1. +90 −56 Cargo.lock
  2. +1 −1 Cargo.toml
  3. +13 −6 crates/factor-key-value/src/host.rs
  4. +4 −0 crates/factor-key-value/src/util.rs
  5. +1 −1 crates/key-value-redis/Cargo.toml
  6. +28 −55 crates/key-value-redis/src/store.rs
  7. +39 −39 examples/spin-timer/Cargo.lock
Loading