Skip to content

Commit

Permalink
Release 0.93.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lupko committed May 4, 2023
1 parent 5f3a5d2 commit 01e3c49
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ to the original package.

## Changelog

### 0.93.0

- Allow `timeout_override` on all calls
- The timeout specified when client is created is used by default for all calls
- On per-call basis, it is possible to override this and use different value
- You may find this useful if you normally keep the timeouts low and aggressive but then have
a few outlier calls that are expected to take longer.

### 0.92.0

- Allow `get` calls on particular revision
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.92.0"
version = "0.93.0"
description = "Python client for the etcd3"
authors = ["GoodData Inc. <[email protected]>", "etcd3 authors"]
readme = "README.md"
Expand Down

0 comments on commit 01e3c49

Please sign in to comment.