- Add support for arrays (#564)
-
Refresh cached namespaces on reconnect (#552)
-
Add more
WithContext(ctx)
methods and use context in more places (#555)
- Add
WithContext(ctx)
variants to all methods ofClient
andNode
and migrate existing methods to usecontext.Background()
. The existing methods without a context are deprecated and starting with v0.5.0 we will drop theWithContext(ctx)
prefix and allClient
andNode
methods will require acontext
. (#541, #542, #548, #549)
- Add a
FindNamespace
method toClient
. (#546)
- Fix invalid session id regression introduced with v0.2.4 (#539)