Skip to content

Releases: bep/execrpc

v0.10.0: Pass ProtocolInfo to Init

Choose a tag to compare

@bep bep released this 20 Dec 09:03
To allow servers to handle protocol changes.

v0.9.0

Choose a tag to compare

@bep bep released this 03 Apr 15:48

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

Choose a tag to compare

@bep bep released this 01 Apr 12:59

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

v0.8.0

Choose a tag to compare

@bep bep released this 31 Mar 16:39

What's Changed

  • Add streaming support by @bep in #5

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

v0.7.1: Fix Header.Status

Choose a tag to compare

@bep bep released this 08 Sep 15:24
2c5a478
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

Choose a tag to compare

@bep bep released this 20 Aug 15:21

What's Changed

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

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

v0.6.0

Choose a tag to compare

@bep bep released this 20 Aug 10:35

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

Choose a tag to compare

@bep bep released this 18 Aug 21:04
da870b6

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

v0.4.0

Choose a tag to compare

@bep bep released this 15 Aug 19:22

What's Changed

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

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

v0.3.0

Choose a tag to compare

@bep bep released this 15 Aug 13:19

What's Changed

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

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