v3.0.0-rc.10
·
18 commits
to master
since this release
What's Changed
- feat: bound trait
Errortypes, addcache_contains,peek/resetaliases by @jaemk in #290 - feat: require unbounded
cache_contains, peek-basedcontainsparity, remove inherentTtlSortedCache::set_ttlby @jaemk in #291 - release: 3.0.0-rc.9 by @jaemk in #292
- feat: remove
CacheSetError, renameTtlSortedCacheinsert*toset*, wrap order-method values inCacheValueby @jaemk in #293 - feat: sharded
peek, buildernew(), ext alias parity, concurrentcache_try_get_or_set_with,retainon map stores by @jaemk in #294 - docs: fix
cache_containsimplementor listing and docsrs gate, noteArc<T>return pattern, addpeekrecency test by @jaemk in #295 - fix: clear
Cloneerror for#[cached]return types,async_coredocsrs badges, doc and spec corrections by @jaemk in #296 - feat:
TtlSortedCache::set_withbuilder,ConcurrentCachePeek,ConcurrentCachedExt::try_get_or_set_withby @jaemk in #297 - feat:
retainonTtlSortedCacheand the six sharded stores by @jaemk in #298 - perf: in-memory and sharded store speedups; promote on
cache_setoverwrite by @jaemk in #299 - feat: derive default shard count from
max_size, makecache_containsdyn-callable by @jaemk in #300 - feat: count evictions before
on_evict, clearCloneerror for#[once], no-callbackretainfast path by @jaemk in #301 - 3.0.0-rc.10:
retainreturns removed count,ConcurrentCachePeekAsync, MSRV 1.92 by @jaemk in #302
Full Changelog: cached_proc_macro_types-v3.0.0-rc.8...v3.0.0-rc.10