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: crystal-cache/cache
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.15.1
Choose a base ref
...
head repository: crystal-cache/cache
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0
Choose a head ref
  • 16 commits
  • 13 files changed
  • 2 contributors

Commits on Jul 8, 2025

  1. Configuration menu
    Copy the full SHA
    3ae2d5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d776318 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89b098f View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

    mamantoha committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    3c24c5d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #42 from crystal-cache/FileStore-compress

    implement compression for FileStore
    mamantoha authored Jul 8, 2025
    Configuration menu
    Copy the full SHA
    af23a00 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2025

  1. Bump actions/checkout from 4 to 5

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 11, 2025
    Configuration menu
    Copy the full SHA
    9c928b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2025

  1. Merge pull request #43 from crystal-cache/dependabot/github_actions/a…

    …ctions/checkout-5
    
    Bump actions/checkout from 4 to 5
    mamantoha authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    b2da94d View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2025

  1. Configuration menu
    Copy the full SHA
    ac78c5b View commit details
    Browse the repository at this point in the history
  2. Update README.md

    mamantoha committed Aug 21, 2025
    Configuration menu
    Copy the full SHA
    1c288f9 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    mamantoha committed Aug 21, 2025
    Configuration menu
    Copy the full SHA
    fb97839 View commit details
    Browse the repository at this point in the history
  4. 1.0.0 note

    mamantoha committed Aug 21, 2025
    Configuration menu
    Copy the full SHA
    6448ac5 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2025

  1. Configuration menu
    Copy the full SHA
    e11fabb View commit details
    Browse the repository at this point in the history
  2. Update README.md

    mamantoha committed Aug 22, 2025
    Configuration menu
    Copy the full SHA
    65627cd View commit details
    Browse the repository at this point in the history
  3. Update README.md

    mamantoha committed Aug 22, 2025
    Configuration menu
    Copy the full SHA
    5e69b08 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2025

  1. Merge pull request #44 from crystal-cache/cache-v2

    Store(K, V) → Store(V) where keys are always String
    mamantoha authored Sep 2, 2025
    Configuration menu
    Copy the full SHA
    47c54f5 View commit details
    Browse the repository at this point in the history
  2. v1.0.0

    mamantoha committed Sep 2, 2025
    Configuration menu
    Copy the full SHA
    c8ba236 View commit details
    Browse the repository at this point in the history
Loading