This is the 1.2.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
- #847 Allow multiple .on() callbacks and fix issue with non-OK status
Other Changes
- #859 Fix envoy.yaml deprecated fields @dmaixner
- #858 Refactor error handling in grpcwebclientbase
- #857 Migrate to ES6 classes
- #852 Update to use @grpc/grpc-js node package, and update helloworld exampl...
- #851 Add a ThenableCall base class for the promise-based unaryCall function @Jennnnny
- #844 Fix code generator bug and add tests
- #833 Add proper author attribution to release notes / changelog
- #827 Splitting callback based client and Promise based client into multiple... @Jennnnny
- #822 use explicit envoy release tag @xsbchen
- #821 Experimental Feature: Add ES6 import style @Yannic
- #738 Avoid double slash in url when client hostname has tailing slash @hanabi1224