Skip to content

Releases: harmony-development/harmony_rust_sdk

v0.4.0

15 Feb 16:16
b4bed01
Compare
Choose a tag to compare

Changelog

Features

  • ported to hRPC (#21)
  • streams are replaced with sockets

Fixes

  • fixed streams causing hang (#18)

v0.3.1

15 Jan 19:19
a72687c
Compare
Choose a tag to compare

Changelog

Features

  • Updated to tonic v0.4, which includes tokio v1.0 and prost v0.7 (#9)

v0.3.0

13 Jan 23:37
18e05d7
Compare
Choose a tag to compare

Changelog

Features

  • Rework public API
  • EventSource sink for stream events API

Fixes

  • Broken streams

For more details see the commit history.

v0.2.1

03 Jan 15:31
c99e483
Compare
Choose a tag to compare

Changelog

Fixes

  • Updates protocol to latest, which fixes a typo.

v0.2.0

02 Jan 23:25
837a5f1
Compare
Choose a tag to compare

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...

v0.1.0

21 Dec 22:57
7d273b0
Compare
Choose a tag to compare

Initial release.