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: jellydator/ttlcache
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.2.0
Choose a base ref
...
head repository: jellydator/ttlcache
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.3.0
Choose a head ref
  • 17 commits
  • 7 files changed
  • 6 contributors

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    04ef41f View commit details
    Browse the repository at this point in the history
  2. Bump golang.org/x/sync from 0.1.0 to 0.6.0 (#133)

    Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.1.0 to 0.6.0.
    - [Commits](golang/sync@v0.1.0...v0.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sync
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    ae73e5d View commit details
    Browse the repository at this point in the history
  3. Bump github.com/stretchr/testify from 1.8.2 to 1.9.0 (#130)

    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.2 to 1.9.0.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.8.2...v1.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    72bcbcd View commit details
    Browse the repository at this point in the history
  4. Bump go.uber.org/goleak from 1.2.1 to 1.3.0 (#132)

    Bumps [go.uber.org/goleak](https://github.com/uber-go/goleak) from 1.2.1 to 1.3.0.
    - [Release notes](https://github.com/uber-go/goleak/releases)
    - [Changelog](https://github.com/uber-go/goleak/blob/master/CHANGELOG.md)
    - [Commits](uber-go/goleak@v1.2.1...v1.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: go.uber.org/goleak
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    ef8286d View commit details
    Browse the repository at this point in the history
  5. Bump actions/checkout from 3 to 4 (#131)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    5cff594 View commit details
    Browse the repository at this point in the history
  6. Bump actions/setup-go from 3 to 5 (#129)

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 5.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v3...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    5ed191f View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Bump golang.org/x/sync from 0.6.0 to 0.7.0

    Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.6.0 to 0.7.0.
    - [Commits](golang/sync@v0.6.0...v0.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sync
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    0c89a3b View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    d62194a View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. add test for update of expired items

    Signed-off-by: Vladislav Yarmak <[email protected]>
    Snawoot authored and swithek committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    9ca4fc0 View commit details
    Browse the repository at this point in the history
  2. fix double insertion into expiration queue

    Signed-off-by: Vladislav Yarmak <[email protected]>
    Snawoot authored and swithek committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    62c3733 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Bump golang.org/x/sync from 0.7.0 to 0.8.0

    Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.7.0 to 0.8.0.
    - [Commits](golang/sync@v0.7.0...v0.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sync
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and swithek committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    66d8e52 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Fix data race in Items()

    hongkuancn authored and swithek committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    2371d93 View commit details
    Browse the repository at this point in the history
  2. use value directly when range map

    hongkuancn authored and swithek committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    f4a6991 View commit details
    Browse the repository at this point in the history
  3. remove size when initializing map

    hongkuancn authored and swithek committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    1e6fd11 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d22fb9e View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Add RangeBackwards method

    k1LoW authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    923d329 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09bb8f4 View commit details
    Browse the repository at this point in the history
Loading