v3.10.0
Added
- Added UpdatesOnly to kwWatchOptions by @levb in https://github.com/nats-io/nats.c/pull/818
- Add SSL cert validation callback by @ckasabula in https://github.com/nats-io/nats.c/pull/826
- [ADDED] natsConnection_ReadLastError replaces natsConnection_GetLastE… by @levb in https://github.com/nats-io/nats.c/pull/846
Fixed
- [FIXED] EventLoop: Socket now closed only after event loop done polling by @kozlovic in https://github.com/nats-io/nats.c/pull/815
- [FIXED] microservice cleanup (flapping MicroServiceStops... tests) by @levb in https://github.com/nats-io/nats.c/pull/816
- [NIT] removed line-trailing whitespace in the code by @levb in https://github.com/nats-io/nats.c/pull/817
- [FIXED] Examples: Add missing 'stream' and 'durable' params in usage by @kozlovic in https://github.com/nats-io/nats.c/pull/821
- Fixed JetStreamBackOffRedeliveries test by @kozlovic in https://github.com/nats-io/nats.c/pull/822
- [FIXED] build error (#819) by @oldnick85 in https://github.com/nats-io/nats.c/pull/820
- [FIXED] Build: failure with mingw by @kozlovic in https://github.com/nats-io/nats.c/pull/828
- [FIXED] microService_AddEndpoint() could crash if subject is invalid by @kozlovic in https://github.com/nats-io/nats.c/pull/831