v0.1.3
What's Changed
- fix(book): remove deprecated mermaid dependency by @merklefruit in #82
- feat: bump MSRV + minor refactoring by @merklefruit in #83
- Fix: Update TCP usage examples by @mzbelle in #84
- test(socket): add reqrep tests by @mempirate in #86
- chore(socket): add rep socket poll_next_unpin utility by @merklefruit in #87
- feat(sub): add socket-wide stats including dropped messages by @7suyash7 in #88
- chore: update crates, workspace edition 2024, MSRV, fmt by @merklefruit in #89
- meta: update QUIC deps, feature-gate it by @mempirate in #93
- IPv6 support by @thedevbirb in #96
- feat(transport): TCP-TLS by @thedevbirb in #94
- ci: add Dependabot, improve workflows by @mempirate in #104
- chore(deps): bump baptiste0928/cargo-install from 2 to 3 by @dependabot[bot] in #106
- chore(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #105
- feat(transport): start working on transport metering & metrics by @mempirate in #102
- ci: add cargo shear for dunking on unused deps by @mempirate in #107
- chore(deps): bump pprof from 0.13.0 to 0.15.0 by @dependabot[bot] in #108
- chore(deps): bump thiserror from 1.0.69 to 2.0.17 by @dependabot[bot] in #112
- chore(deps): bump lz4_flex from 0.11.5 to 0.12.0 by @dependabot[bot] in #109
- chore(deps): bump bytes from 1.10.1 to 1.11.0 by @dependabot[bot] in #111
- chore(deps): bump rustc-hash from 1.1.0 to 2.1.1 by @dependabot[bot] in #110
- feat(socket): fix some stuff, add blocking connect to ReqSocket by @mempirate in #116
- feat(transport): add
Send + Sync + Unpin + 'staticbound onTransportby @thedevbirb in #115 - chore(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #118
- chore(deps): bump pnet from 0.34.0 to 0.35.0 by @dependabot[bot] in #121
- chore(socket): consistent builder pattern across repo by @merklefruit in #123
- chore(deps): bump rand from 0.8.5 to 0.9.2 by @dependabot[bot] in #119
- feat(socket): expose sync method to start connecting by @thedevbirb in #124
- req/rep driver tracing by @thedevbirb in #117
- fix: assorted by @mempirate in #122
New Contributors
- @mzbelle made their first contribution in #84
- @7suyash7 made their first contribution in #88
- @thedevbirb made their first contribution in #96
- @dependabot[bot] made their first contribution in #106
Full Changelog: v0.1.2...v0.1.3