systeminit / si

The System Initiative software
https://systeminit.com
Apache License 2.0
1.58k stars 261 forks source link

chore(si-data-nats): upgrade to `async-nats` 0.36.0 #4564

Closed fnichol closed 1 month ago

fnichol commented 1 month ago

Notable is that this release contains our upstream KV create race fix and some lower level data types to work with direct getting messages.

https://github.com/nats-io/nats.rs/releases/tag/async-nats%2Fv0.36.0

References: nats-io/nats.rs#1301