Releases: nats-io/nats.ex
Releases · nats-io/nats.ex
1.9.1
What's Changed
- Fix incorrect useage of charlist by @davydog187 in #179
- Soft deprecate is_kv_bucket_stream?/1 in favor of kv_bucket_stream?/1 by @davydog187 in #183
- Clean up examples in KV by @davydog187 in #181
- Document options for
Gnat.Jetstream.API.KV
by @davydog187 in #180 - Doing some regular maintenance on the repo by @mmmries in #184
New Contributors
- @davydog187 made their first contribution in #179
Full Changelog: v1.9.0...v1.9.1
Release 1.9.0
What's Changed
- Housecleaning by @mmmries in #176
- switch to charlist sigils
- fix two minute module attributes
- update to newest nkeys
- require elixir 1.14 and erlang 25+
Full Changelog: v1.8.5...v1.9.0
Release 1.8.5
Release 1.8.4
1.8.3 Bugfix for null streams
What's Changed
Full Changelog: v1.8.2...v1.8.3
v1.8.2
Jetstream Integration
We've pulled that jetstream functionality from the jetstream
package back into the main client for easier workflows. This release also handles edge cases where a process subscribes to a message and then dies. We will now automatically remove this subscription.
v1.7.1
v1.7.0
Added support for the new services API, including stats, ping, info, etc.
What's Changed
- include elixir 1.14.2 in the test matrix by @mmmries in #138
- provide connection retries in OTP 26 by @mmmries in #143
- Adding initial services API support by @autodidaddict in #141
New Contributors
- @autodidaddict made their first contribution in #141
Full Changelog: v1.6.0...v1.7.0