v0.3.4
What's Changed
- Fix build check error by @poyea in #157
- Remove unnecessary allocations and unsafe by @andrewwhitehead in #160
- change zmq into zmq2 by @youngday in #163
- Use Bytes inside PeerIdentity by @andrewwhitehead in #164
- Update rand to 0.8 by @andrewwhitehead in #167
- Update dashmap, parking-lot, tokio-util, uuid dependencies by @andrewwhitehead in #168
- Switch lazy_static to once_cell by @andrewwhitehead in #169
- Use crossbeam-queue instead of parent crossbeam crate by @andrewwhitehead in #166
- SocketType cleanups by @andrewwhitehead in #165
- Fix warning when compiling without all transports by @davidlattimore in #173
- Clean up futures-* dependencies by @andrewwhitehead in #170
- Automatically derive a Default impl by @davidlattimore in #180
- Update to 2021 edition by @davidlattimore in #179
- Only use required features of regex crate by @davidlattimore in #178
- Track caller when spawning async tasks by @davidlattimore in #174
New Contributors
- @poyea made their first contribution in #157
- @andrewwhitehead made their first contribution in #160
- @davidlattimore made their first contribution in #173
Full Changelog: v0.3.3...v0.3.4