0.1.0-alpha.4 (October 23, 2019)
- build: Fix service and rpc name conflict (#92) (1dbde95), closes #89
- codec: Properly decode partial DATA frames (#83) (9079e0f)
- transport: Rename server tls config method (#73) (2a4bdb2)
- transport:
rustls_client_config
for the server has been renamed torustls_server_config
. - client: Use
Stream
instead ofTrySteam
for client calls (#61) (7eda823)
0.1.0-alpha.3 (October 9, 2019)
- build: Expose prost-build type_attributes and field_attribu… (#60) (06ff619)
- transport: Expose more granular control of TLS configuration (#48) (8db3961)
- codec: Fix buffer decode panic on full (#43) (ed3e7e9)
- codegen: Fix Empty protobuf type and add unimplemented (#26) (2670b34)
- codegen: Use wellknown types from
prost-types
(#49) (4e1fcec) - transport: Attempt to load RSA private keys in rustls (#39) (2c5c3a2)
- transport: Avoid exit after bad TLS handshake (#51) (412a0bd)
- codgen: Add default implementations for the generated server (#27) (4559613)
- transport: Expose HTTP/2 settings (#28) (0218d58)
- Initial release