v0.4.0
What's Changed
This release
- Introduces a generic API. It's now possible to use any string-like type (i.e.
type MyType string
). - Makes the
ErrNotSupported
more useful by adding the list of protocols to the error.
Changelog
- remove MultistreamMuxer.NegotiateLazy by @marten-seemann in #92
- Make MultistreamMuxer and Client APIs generic by @sukunrt in #95
- Add not supported protocols to returned errors by @sukunrt in #97
- switch to Go's native fuzzing by @marten-seemann in #96
New Contributors
Full Changelog: v0.3.3...v0.4.0