Skip to content

Commit

Permalink
Release 0.94.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lupko committed May 18, 2023
1 parent ff1a150 commit 7d0f90e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ to the original package.

## Changelog

### 0.94.0

- Reduce memory usage for watches and events
- Watch internals now use classes with __slots__ for objects with high cardinality
- Switched to lazy get of value / prev_kv value in events

### 0.93.0

- Allow `timeout_override` on all calls
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "etcd3-client"
version = "0.93.0"
version = "0.94.0"
description = "Python client for the etcd3"
authors = ["GoodData Inc. <[email protected]>", "etcd3 authors"]
readme = "README.md"
Expand Down

0 comments on commit 7d0f90e

Please sign in to comment.