Skip to content

Commit 44ccf2b

Browse files
committed
Release v0.99.50
1 parent 1e9ea2e commit 44ccf2b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,20 @@ The format is based on [Keep a Changelog][], and this project adheres to [Semant
1010
[Keep a Changelog]: https://keepachangelog.com/en/1.1.0/
1111
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
1212

13+
## [v0.99.50] - 2024-09-11
14+
15+
### Changed
16+
17+
#### `Contract`
18+
19+
- Simplify `StreamWrapper` and related interfaces
20+
21+
#### `Cache`
22+
23+
- Remove problematic `$maxAge` parameters from cache store methods
24+
- Rename `getAllKeys()` to `getItemKeys()` for consistency
25+
- Rename `CacheStoreInterface` to `CacheInterface`
26+
1327
## [v0.99.49] - 2024-09-10
1428

1529
### Added
@@ -3492,6 +3506,7 @@ This is the final release of `lkrms/util`. It is moving to [Salient](https://git
34923506

34933507
- Allow `CliOption` value names to contain arbitrary characters
34943508

3509+
[v0.99.50]: https://github.com/salient-labs/toolkit/compare/v0.99.49...v0.99.50
34953510
[v0.99.49]: https://github.com/salient-labs/toolkit/compare/v0.99.48...v0.99.49
34963511
[v0.99.48]: https://github.com/salient-labs/toolkit/compare/v0.99.47...v0.99.48
34973512
[v0.99.47]: https://github.com/salient-labs/toolkit/compare/v0.99.46...v0.99.47

0 commit comments

Comments
 (0)