Changelog
Added
- NATS Server V2.10 feature support #682, #679
- Added
Metadata
to jsStreamConfig
and jsConsumerConfig
- Added
Compression
, FirstSeq
, SubjectTransforms
, ConsumerLimits
to jsStreamConfig
- Added
SubjectTransforms
to jsStreamSourceInfo
- Added (multiple)
jsConsumerConfig.FilterSubjects
- NATS Microservice framework #640
Fixed
- Possible crash in async error handler if subscription was destroyed #659
- Missing connection status check causing unexpected delay during connection close #654 (thx @kolomenkin)
- nit: conn.c: _doReconnect: remove redundant assignment #651 (thx @kolomenkin)
- natsConnection_Buffered: fix returned value in case of error #650 (thx @kolomenkin)
- natsConnection_RequestMsg() incorrectly returns NATS_NO_SERVER_SUPPORT #645
- Test fixes #655, #643
Complete Changes
nats-io/nats.go@v3.6.1...v3.7.0