Releases: C0D1UM/django-nats-client
Releases · C0D1UM/django-nats-client
v0.4.3
v0.4.2
v0.4.1
Breaking Changes
🚨 The latest major version of this package,
v0.4.0, has a numerous breaking changes.
Please review its release note.
What's Changed
Full Changelog: v0.4.0...v0.4.1
v0.4.0
Breaking Changes
- NATS server hosts are now configured in
NATS_SERVERSinstead ofNATS_OPTIONS nats_client.sendis nownats_client.publish- The default method
request,publish, andjs_publishare now async. For sync, use*_syncmethods instead. NATS_LISTENING_SUBJECTis renamed toNATS_NAMESPACE- The method name is now included as a NATS subject instead of passing into payload
What's Changed
- Add async support by @earthpyy in #16
- Send back errors by @earthpyy in #18
- Enable Jetstream by @earthpyy in #20
Full Changelog: v0.3.5...v0.4.0
v0.3.5
Full Changelog: v0.3.4...v0.3.5
v0.3.4
v0.3.3
v0.3.2
Full Changelog: v0.3.1...v0.3.2