Releases: harmony-development/harmony_rust_sdk
Releases · harmony-development/harmony_rust_sdk
v0.4.0
Changelog
Features
- ported to hRPC (#21)
- streams are replaced with sockets
Fixes
- fixed streams causing hang (#18)
v0.3.1
Changelog
Features
- Updated to tonic v0.4, which includes tokio v1.0 and prost v0.7 (#9)
v0.3.0
Changelog
Features
- Rework public API
- EventSource sink for stream events API
Fixes
For more details see the commit history.
v0.2.1
Changelog
Fixes
- Updates protocol to latest, which fixes a typo.
v0.2.0
Changelog
Features
- Implemented almost all of the protocol
- API is more stable for the most part (unless the protocol changes)
- Documented many places
- See commit history for detailed information
And many internal refactors...