Releases: 66Origin/nitox
Releases · 66Origin/nitox
v0.1.8: Resolve to an error when payload exceeds server settings
v0.1.7: Optimizations & fixes
- Switched synchronization primitives to
parking_lot
- Fixed misuse of the log crate that was killing the logs of binaries that were using
nitox
- Added parser benchmarks with
criterion
- Added integration tests for pedantic mode
v0.1.6: Added more Send + Sync markers
Release v0.1.6: Added more Send + Sync markers
v0.1.5: Made client Sync since everything else is Send + Sync
Released v0.1.5: Made client Sync since everything else is Send + Sync
Release v0.1.4: Fixed memory leak in subscriptions not being pruned automatically
Also, deprecated send() method since it prevents the library from tracking what's happening and could cause the aforementioned leaks
v0.1.3: Bugfix in reconnection algo causing stream being dropped
Release v0.1.3: Bugfix in reconnection algo causing stream being dropped
v0.1.2: Codec fix + request race condition
Merge branch 'develop'
v0.1.1: Added local DNS resolution
v0.1.1: Added local DNS resolution + Fixed lib.rs doctest
v0.1.0: Initial release
Docs and stuff. Releasing version 0.1.0