Skip to content

Commit

Permalink
release(v1.7.8): gemini release v1.7.8
Browse files Browse the repository at this point in the history
Memory leak issue fix
  • Loading branch information
soyacz committed Feb 2, 2023
1 parent c350bbe commit 51c1f65
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
## [1.7.8] - 2023-02-02

- Fix issue: memory leak due golang maps are not shrinking when you do delete on them ([#267](https://github.com/scylladb/gemini/issues/267))

## [1.7.7] - 2022-08-24

- Fix issue: max-partition-keys should align with Scylla's --max-partition-key-restrictions-per-query and --max-clustering-key-restrictions-per-query configuration options([#271](https://github.com/scylladb/gemini/issues/271))
Expand Down

0 comments on commit 51c1f65

Please sign in to comment.