Changelog
Refer to the 2.10 Upgrade Guide for backwards compatibility notes with 2.9.x.
Includes everything in v2.10.17-RC.6.
Go Version
- 1.22.4
Improved
JetStream
- Reduce allocations in isMatch in filestore/memstore (#5573)
- Improved handling of out of date fblks in psim entries (#5577)
- Use stree for message block indexing vs map (#5559)
Changed
MQTT
- Do not wait for JS responses when disconnecting the session (#5575)
Fixed
JetStream
- Fixed panic when creating a stream with a wrong mapping destination (#5570, #5571)
- Fixed returning error when trying to update a stream with a source with a bad subject transform (#5574)
- Fixed bug that would return no msg found for loadLast (#5578)