Releases: Nintron27/pillow
v0.7.0
Finally, system users! Now you can nats server report jetstream
to your heart's content. DisableClustering for FlyioHubAndSpoke too, so your small deployments can still have JetStream.
What's Changed
- Add function option "WithSystemUser" for system privileged user by @Nintron27 in #20
- Add DisableClustering option to FlyioHubAndSpoke by @Nintron27 in #21
- Flyio Adapters: set clustering/superclustering host to 6PN by @Nintron27 in #22
Full Changelog: v0.6.0...v0.7.0
v0.6.0
API change, removed the global nats client, and the client returned from Run()
, in favor of getting these clients using (*Server).NATSClient().
Additionally removed WithInProcessClient()
option in favor of defaulting to an in-process client with the addition of WithoutInProcessClient()
to opt out.
Added more documentation surrounding the adapters both in the root README and also the Fly README.
What's Changed
- Removed global nats client by @Nintron27 in #16
- Adapter documentation updates by @Nintron27 in #17
Full Changelog: v0.5.1...v0.6.0
v0.5.1
Notably fixed the Shutdown() hang, which the solution required a version bump as now NoSigs is always forced to true for the nats server options.
What's Changed
- Fix Fly example go.mod (from namespace change) by @Nintron27 in #12
- Embedded updates by @Nintron27 in #13
- Fix Shutdown() hang by @Nintron27 in #15
Full Changelog: v0.4.0...v0.5.1
v0.4.0
A big step forward! Notably making Platform adapters a bit more platform agnostic, and moving the library namespace to Nintron27/pillow
fromNintron27/nats-pillow/pillow
What's Changed
- Implement Super-clustering by @Nintron27 in #7
- Operational modes for Flyio adapter by @Nintron27 in #10
- Move namespace to Nintron27/pillow by @Nintron27 in #11
Full Changelog: v0.2.0...v0.4.0
First release
Full Changelog: https://github.com/Nintron27/nats-pillow/commits/v0.1.0
v0.0.1
Full Changelog: https://github.com/Nintron27/nats-pillow/commits/v0.0.1