-
Notifications
You must be signed in to change notification settings - Fork 276
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6c5af25
commit a3e41d3
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Changelog | ||
|
||
## v0.3.0 (21 Jan 2022) | ||
|
||
* Add `WithContext(ctx)` variants to all methods of `Client` and `Node` and migrate existing methods | ||
to use `context.Background()`. The existing methods without a context are deprecated and starting | ||
with v0.5.0 we will drop the `WithContext(ctx)` prefix and all `Client` and `Node` methods will | ||
require a `context`. (#541, #542, #548, #549) | ||
|
||
## v0.2.7 (18 Jan 2022) | ||
|
||
* Add a `FindNamespace` method to `Client`. (#546) | ||
|
||
## v0.2.6 (4 Jan 2022) | ||
|
||
* Fix invalid session id regression introduced with v0.2.4 (#539) |