Skip to content

0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@y9vad9 y9vad9 released this 13 Jan 03:06
· 20 commits to master since this release

What's Changed

Breaking changes

  • Type constructors are now private.
  • create function replaced with fake constructor function.
  • oneofs now have non-nullable member with Default in companion.
  • oneofs now have secondary-constructor with builder of containing type.

For more information visit #5

Other changes

  • Fixed Request-Stream client generation (commit).
  • Added check for Client-only streaming with corresponding failure (commit).
  • Fixed unnecessary casts when calling function in descriptor (commit).

Full Changelog: 0.4.0...0.5.0