Highlights ✨
- Improved compatibility with different libp2p implementations (Go, JS, Rust)
- Support for 0-RTT protocol negotiation
- Built-in handler for inbound Ping and Identify requests
- Logging configurable via ENV variables
What's Changed
- docs: fix libp2p example code by @bajtos in #70
- deps: bump clap from 4.1.6 to 4.1.7 by @dependabot in #71
- docs: create single tag when releasing by @bajtos in #69
- deps: bump clap from 4.1.7 to 4.1.8 by @dependabot in #78
- chore: max width 100, rust ident 4 chars by @bajtos in #79
- ci: add release workflow by @bajtos in #80
- feat: support libp2p RSA public keys by @bajtos in #83
- feat: support Apple Silicon (M1/M2) by @bajtos in #82
- feat: logger configurable via env vars by @bajtos in #84
- ci: remove deprecated 3rd-party GH actions by @bajtos in #86
- feat: allow 0-RTT protocol negotiation by @bajtos in #87
- deps: bump libp2p from 0.50.0 to 0.50.1 by @dependabot in #89
- deps: bump async-trait from 0.1.64 to 0.1.66 by @dependabot in #88
- feat: fix compat with Rust, enable Ping + Identify by @bajtos in #85
Full Changelog: v0.1.0...v0.2.0