5.5 KiB
5.5 KiB
0.1.0-alpha.6 (November 10, 2019)
Bug Fixes
- build: Prevent duplicated client/server generated code (#121) (b02b4b2)
- transport: Load balance connecting panic (#128) (23e7695), closes #127
Features
- transport: Add system root anchors for TLS (#114) (ac0e333), closes #101
- transport: Enable TCP_NODELAY. (#120) (0299509)
0.1.0-alpha.5 (October 23, 2019)
Bug Fixes
- build: Fix missing argument in generate_connect (#95) (eea3c0f)
- codec: Enforce encoders/decoders are
Sync(#84) (3ce61d9), closes #81 - codec: Remove custom content-type (#104) (a17049f)
Features
- transport: Add service multiplexing/routing (#99) (5b4f468), closes #29
- transport: Change channel connect to be async (#107) (5c2f4db)
- Add
IntoRequestandIntoStreamingRequesttraits (#66) (4bb087b)
BREAKING CHANGES
- transport:
Endpoint::channelwas removed in favor of an asyncEndpoint::connect. - codec
Streaming<T>now requires that the inner stream also implementsSync. - codec
Codectrait no longer requiresCONTENT_TYPEand now always usesapplication/grpc.
0.1.0-alpha.5 (October 23, 2019)
Bug Fixes
- 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)
Features
BREAKING CHANGES
- transport:
rustls_client_configfor the server has been renamed torustls_server_config. - client: Use
Streaminstead ofTrySteamfor client calls (#61) (7eda823)
0.1.0-alpha.3 (October 9, 2019)
Features
- build: Expose prost-build type_attributes and field_attribu… (#60) (06ff619)
- transport: Expose more granular control of TLS configuration (#48) (8db3961)
0.1.0-alpha.2 (October 7, 2019)
Bug Fixes
- 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)
Features
- codgen: Add default implementations for the generated server (#27) (4559613)
- transport: Expose HTTP/2 settings (#28) (0218d58)
0.1.0-alpha.1 (October 1, 2019)
- Initial release