Release 1.1.0
This is the 1.1.0 release of gRPC-Web.
Please see the notes for the previous releases here: https://github.com/grpc/grpc-web/releases. Please consult https://grpc.io/ for all information regarding this product.
This release contains refinements, improvements, and bug fixes, with highlights listed below.
Major Features
Other Changes
- #818 All java connector interop tests are passing now
- #804 Fix a bug in test: callback not properly intercepted
- #801 Trying to speed up tests
- #797 Split basic tests with interop tests
- #780 Add missing separator to imports from external files @tomiaijo
- #777 Add .on(metadata,...) callback to distinguish initial metadata
- #764 [generator] Move options parsing into dedicated class @Yannic
- #761 Update generic client @Jennnnny
- #756 Add eval test for TypeScript generated code
- #752 Disable static checkers on generated js files @IagoLast
- #747 Enable builder pattern in Typescript protobuf messages. @Orphis
- #746 Generate Promise based overloads for unary calls in Typescript @Orphis
- #745 [bazel] Update rules_closure + fix linter warnings @Yannic
- #734 Allow GrpcWebStreamParser to accept Uint8Array @travikk
- #723 Update bazel version
- #720 Fix grpcwebproxy interop
- #716 allow_origin is deprecated in latest envoy server @noconnor
- #695 Fix issue 632 (double execution of callback) @hfinger
- #692 Do not hardcode CXX to g++