Releases: nats-io/nats.ex
Releases · nats-io/nats.ex
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