Skip to content

Commit

Permalink
add Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
magiconair committed Jan 21, 2022
1 parent 6c5af25 commit a3e41d3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
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)

0 comments on commit a3e41d3

Please sign in to comment.