Skip to content

Commit c627211

Browse files
authored
add changelog for v2.0.0 (#416)
1 parent 8f5d2c4 commit c627211

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,35 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project will adhere to [Semantic Versioning](http://semver.org/spec/v2.0.0.html) starting v1.0.0.
66

7+
8+
## [v2.0.0] - 2024-11-11
9+
10+
### Breaking
11+
12+
- [Support generic API](https://github.com/dgraph-io/ristretto/pull/321)
13+
- [Restrict generic key type to only those supported](https://github.com/dgraph-io/ristretto/pull/371)
14+
15+
### Added
16+
17+
- [Fix build with GOOS=js GOARCH=wasm](https://github.com/dgraph-io/ristretto/pull/375)
18+
19+
### Fixed
20+
21+
- [Disable mmap size check on arm arch as well as arm64](https://github.com/dgraph-io/ristretto/pull/366)
22+
- [Upgrade xxhash dependency to v2.2.0](https://github.com/dgraph-io/ristretto/pull/367)
23+
- [fix: race in close](https://github.com/dgraph-io/ristretto/pull/384)
24+
- [Fix some memory leaks in TTL implementation](https://github.com/dgraph-io/ristretto/pull/358)
25+
- [stop using rand.Seed()](https://github.com/dgraph-io/ristretto/pull/385)
26+
- [chore(deps): bump the actions group with 4 updates](https://github.com/dgraph-io/ristretto/pull/392)
27+
- [chore(deps): bump the minor group with 3 updates](https://github.com/dgraph-io/ristretto/pull/391)
28+
- [chore(deps): bump golang.org/x/sys from 0.25.0 to 0.26.0 in the minor group](https://github.com/dgraph-io/ristretto/pull/402)
29+
- [Remove the policy interface](https://github.com/dgraph-io/ristretto/pull/393)
30+
- [Perform validation to ensure that the three parameters, NumCounters, …](https://github.com/dgraph-io/ristretto/pull/410)
31+
- [set min version to go 1.21 in go.mod](https://github.com/dgraph-io/ristretto/pull/411)
32+
33+
**Full Changelog**: https://github.com/dgraph-io/ristretto/compare/v0.2.0...v2.0.0
34+
35+
736
## [v1.0.0]
837

938
**This release is deprecated**

0 commit comments

Comments
 (0)