Changelog
Added
- Core:
- Option to skip host lookup. Thanks to @chen-shmilovich-sysdig for the contribution (#1204)
- JetStream
FetchChan
method to utilize non-blocking pull subscription requests (#1211)
- Service API (
micro
):ContextHandler
helper function which implementsmicro.Handler
and allows passingcontext.Context
to request handler (#1215)
Improved
- Use go 1.19 in
go.mod
and skip using deprecatedrand.Seed
for go version +1.20 (#1209)
Fixed
- JetStream:
- Service API (
micro
):- Avoid panic on schema request when no schemas were given (#1195)
- KV: