Skip to content

Releases: grpc/grpc-web

Release 0.4.0

28 Aug 21:03
0b35995

Choose a tag to compare

  • #263 Make "Quick" start quicker
  • #258 Experimental Typescript support
  • #257 Fix bug with button in example

Release 0.3.0

20 Aug 19:28
caee772

Choose a tag to compare

  • #249 Various fixes to codegen plugin
  • #247 Add generated code unit test
  • #240 webpack demo
  • #239 Expose response metadata for unary calls
  • #219 Add bazel rule closure_grpc_web_library @Yannic
  • #217 Added multiple proxies interoperability

Note: if you had compiled the protoc plugin protoc-gen-grpc-web before this release, please re-compile because we added quite significant changes to it this release.

Release 0.2.0

03 Aug 01:24
3a38b08

Choose a tag to compare

  • #212 Added commonjs-example Dockerfile
  • #211 commonjs support with import_style option @zaucy
  • #210 grpcweb npm runtime module @zaucy
  • #209 Add bazel integration and tests
  • #206 Surface underlying XHR errors better
  • #185 Support for proto files without packages @zaucy