Releases: zheylmun/socketeer
Releases · zheylmun/socketeer
v0.4.0
v0.3.0
Features
- Add ConnectOptions, configurable keepalive, and connect_with(5467716)
- Add send_raw and next_raw_message methods(3652f25)
- Add ConnectionHandler trait for lifecycle hooks(d3d1048)
Bug Fixes
- (ci) Enable all features for coverage so tests are included(142abe8)
Testing
- Add auth_echo_server and tests for new features(7f9cbfe)
Miscellaneous Tasks
- Bump version to 0.3.0, update README(4c74ff7)
V0.1.1
- Update to Rust 2024 Edition
- Remove unnecessary bounds on
Socketeerstruct - Simplify example
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- Added Reconnection interface
- Made channel size a configurable const generic
- Documented all public members
Full Changelog: v0.0.3...v0.1.0
Additional polish moving towards a feature complete first public API
Merge pull request #10 from zheylmun/feature/example Add example crate with tracing as well as a smaller example to the readme
0.0.2 Polish and Test
https://crates.io/crates/socketeer/0.0.2
Add lots of test coverage, semver checks, and documentation
Initial publication
Initial publication to crates.io