Skip to content

Releases: bep/execrpc

v0.9.0

03 Apr 15:48
@bep bep
Compare
Choose a tag to compare

What's Changed

  • Add an optional Init func to the server by @bep in #9
  • Fix data race #10

Full Changelog: v0.8.1...v0.9.0

v0.8.1

01 Apr 12:59
@bep bep
Compare
Choose a tag to compare

Full Changelog: v0.8.0...v0.8.1

v0.8.0

31 Mar 16:39
@bep bep
Compare
Choose a tag to compare

What's Changed

  • Add streaming support by @bep in #5

Full Changelog: v0.7.1...v0.8.0

v0.7.1: Fix Header.Status

08 Sep 15:24
@bep bep
2c5a478
Compare
Choose a tag to compare
The size indices were not adjusted when we changed to int16 recently, which made it
overwrite the header status. Which shows the importance of good tests.

v0.7.0

20 Aug 15:21
@bep bep
Compare
Choose a tag to compare

What's Changed

  • Make Header.Version/Status uin16 by @bep in #4

Full Changelog: v0.6.0...v0.7.0

v0.6.0

20 Aug 10:35
@bep bep
Compare
Choose a tag to compare

What's Changed

  • Fix error handling when server fails to start by @bep in #3

Full Changelog: v0.5.0...v0.6.0

v0.5.0

18 Aug 21:04
@bep bep
da870b6
Compare
Choose a tag to compare

Full Changelog: v0.4.0...v0.5.0

v0.4.0

15 Aug 19:22
@bep bep
Compare
Choose a tag to compare

What's Changed

  • Improve error handling when resolving codec by @bep in #2

Full Changelog: v0.3.0...v0.4.0

v0.3.0

15 Aug 13:19
@bep bep
Compare
Choose a tag to compare

What's Changed

  • Give the codecs a name by @bep in #1

Full Changelog: v0.2.0...v0.3.0

Add ClientRawOptions.Dir

14 Aug 14:21
@bep bep
6d259c8
Compare
Choose a tag to compare