Changelog
ADDED
- Core NATS:
- Add
nc.LocalAddr
, similar tonc.ConnectedAddr
(#1877)
- Add
FIXED
- Service API:
- Fix stopping service not unsubscribing from all endpoints. Thanks @arunsworld for the contribution (#1872)
- Remove
fmt.Println
fromService.Stop()
(#1880)
- Legacy KeyValue:
- Fix possible race setting timer in kv.WatchFiltered (#1879)