Skip to content

Commit dbc185e

Browse files
authored
Add changelog. (#142)
1 parent ff325ad commit dbc185e

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5+
and this project will adhere to [Semantic Versioning](http://semver.org/spec/v2.0.0.html) starting v1.0.0.
6+
7+
## Unreleased
8+
9+
### Changed
10+
11+
### Added
12+
13+
### Fixed
14+
15+
## [0.0.2] - 2020-02-24
16+
17+
[0.0.2]: https://github.com/dgraph-io/ristretto/compare/v0.0.1..v0.0.2
18+
19+
### Added
20+
21+
- Sets with TTL. ([#122][])
22+
23+
### Fixed
24+
25+
- Fix the way metrics are handled for deletions. ([#111][])
26+
- Support nil `*Cache` values in `Clear` and `Close`. ([#119][])
27+
- Delete item immediately. ([#113][])
28+
- Remove key from policy after TTL eviction. ([#130][])
29+
30+
[#111]: https://github.com/dgraph-io/ristretto/issues/111
31+
[#113]: https://github.com/dgraph-io/ristretto/issues/113
32+
[#119]: https://github.com/dgraph-io/ristretto/issues/119
33+
[#122]: https://github.com/dgraph-io/ristretto/issues/122
34+
[#130]: https://github.com/dgraph-io/ristretto/issues/130
35+
36+
## 0.0.1
37+
38+
First release. Basic cache functionality based on a LFU policy.

0 commit comments

Comments
 (0)