0.5.0
Pre-release
Pre-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