Changelog
Note that we added a deprecation notice for this project. See note here
Go Version
- 1.16.4: Both release executables and Docker images are built with this Go release.
Added
Updated
- Dependencies (#1192, #1193, #1196)
- go-sql-driver/mysql v1.5.0 to v1.6.0
- hashicorp/raft v1.2.0 to v1.3.1
- lib/pq v1.9.0 to v1.10.2
- nats-io/nats-serer v2.1.9 to v2.2.6
- nats-io/nats.go v1.10.0 to v1.11.0
Fixed
- Clustering
- Possible panic on shutdown (#1184)
- Subscription redelivery count map was not cleaned-up when processing ACK from subscription, which may lead to memory growth if there were a lot of redelivered messages (#1190)