build(deps): bump cached from 0.44.0 to 0.51.1
Bumps cached from 0.44.0 to 0.51.1.
Changelog
Sourced from cached's changelog.
[0.51.1]
Added
- Update documentation and add missing methods to
ExpiringSizedCache(clear, configuration methods)Changed
ExpiringSizedCache: When allocating usingwith_capacity, allocate enough space to account for the default max number of tombstone entriesRemoved
[0.51.0]
Added
- Add
ExpiringSizedCacheintended for high read scenarios. Currently incompatible with the cached trait and macros.Changed
Removed
[0.50.0 / [cached_proc_macro[0.21.0]] ]
Added
- Add
DiskCacheBuilder::set_sync_to_disk_on_cache_changeto specify that the cache changes should be written to disk on every cache change.- Add
sync_to_disk_on_cache_changeto#[io_cached]to allow settingDiskCacheBuilder::set_sync_to_disk_on_cache_changefrom the proc macro.- Add
DiskCacheBuilder::set_connection_configto give more control over the sled connection.- Add
connection_configto#[io_cached]to allow settingDiskCacheBuilder::set_connection_configfrom the proc macro.- Add
DiskCache::connection()andDiskCache::connection_mut()to give access to the underlying sled connection.- Add
cache_unset_lifespanto cached traits for un-setting expiration on types that support itChanged
- [Breaking]
typeattribute is nowty- Upgrade to syn2
- Corrected a typo in DiskCacheError (de)serialization variants
- Signature or
DiskCache::remove_expired_entries: this now returnsResult<(), DiskCacheError>instead of(), returning anErr(sled::Error)on removing and flushing from the connection.Removed
[0.49.3]
Added
Changed
- Fix
DiskCacheexpired value logicRemoved
[0.49.2]
Added
Changed
- While handling cache refreshes in
DiskCache::cache_get, treat deserialization failures as non-existent valuesRemoved
[0.49.1]
Added
Changed
- Fix
DiskCache::remove_expired_entriessignatureRemoved
[0.49.0 / [cached_proc_macro[0.20.0]] ]
Added
- Add DiskCache store
... (truncated)
Commits
- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: dependabot[bot] Once this PR has been reviewed and has the lgtm label, please assign wking for approval. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
@dependabot[bot]: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:
| Test name | Commit | Details | Required | Rerun command |
|---|---|---|---|---|
| ci/prow/customrust-e2e | 26d265bf284cafe8b6341cf09a33d4f80816ec80 | link | true | /test customrust-e2e |
| ci/prow/images | 26d265bf284cafe8b6341cf09a33d4f80816ec80 | link | true | /test images |
| ci/prow/customrust-images | 26d265bf284cafe8b6341cf09a33d4f80816ec80 | link | true | /test customrust-images |
| ci/prow/e2e | 26d265bf284cafe8b6341cf09a33d4f80816ec80 | link | true | /test e2e |
Full PR test history. Your PR dashboard.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.
/uncc
Superseded by #917.