Skip to content

Releases: grpc/grpc-web

Release 1.0.6

02 Aug 05:41
Compare
Choose a tag to compare
  • #604 Add option to set withCredentials to true
  • #603 Adding some groundwork for generic client @Jennnnny
  • #600 Add generated code eval test
  • #599 fix wrong package name of input type @lqs
  • #593 Fix: Helloworld Example - Enabled Deprecation @gary-lo

Release 1.0.5

09 Jul 23:18
Compare
Choose a tag to compare

Release 1.0.4

22 Mar 07:21
Compare
Choose a tag to compare

Release 1.0.3

28 Nov 02:03
Compare
Choose a tag to compare

Release 1.0.2

31 May 06:19
81c07aa
Compare
Choose a tag to compare
Bump to version 1.0.2 (#359)

Release 1.0.1

31 May 06:19
42bd1d8
Compare
Choose a tag to compare
  • #354 [dts] Generate PromiseClient type definitions in d.ts file @at-ishikawa
  • #352 Add a max grpc timeout to the echo example. @mjduijn
  • #348 Fix output dts about 'repeated' for --grpc-web_out=import_style=common... @rybbchao
  • #345 update typescript generation to work in strict mode @henriiik
  • #330 Use official rules_closure repository @Yannic

Release 1.0.0

08 Oct 19:40
Compare
Choose a tag to compare

We are delighted to announce that gRPC-Web is marked as General-Available at this 1.0.0 release. Please try it out! Any suggestions and feedback welcome!

  • #314 Add a unit test for proto with no package
  • #313 Show how deadline can be set
  • #311 Document how to prevent Envoy to timeout streaming @mitar
  • #310 Correctly generate code if package name is empty @mitar
  • #304 Add a simple Hello World Guide
  • #303 Error code should be number
  • #276 Fix plugin compile error
  • #272 Fix cpp warnings

Release 0.4.0

28 Aug 21:03
0b35995
Compare
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
Compare
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
Compare
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