Changelog
ADDED
- Core NATS:
- Support sending custom WebSocket headers on connect. Thanks @saurabhojha for the contribution (#1919)
FIXED
- Core NATS:
- Capture async callbacks before pushing on dispatch queue (#1955)
- Object Store:
- Fixed data race when cancelling context while getting object (#1949)
- JetStream:
- Fixed double channel close on simultaneous Stop and Drain (#1953)
IMPROVED
- Clarify
MessagesContext.Next()
doc (#1951)