All Versions
20
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 1

  • v0.15.0 Changes

    Other changes

  • v0.14.1 Changes

    Other changes

  • v0.14.0 Changes

    πŸ’₯ Breaking Changes

    • 🌐 Server: Change websocket lib to nhooyr.io/websocket @Hellysonrp in #815 ### Other Changes
    • ⚑️ Client & Server: Update TS/JS & Go dependencies @MarcusLongmuir in #841
    • πŸ›  Client: Fixed fetch abort behaviour for Edge 16+ @MarcusLongmuir in #819
    • 🌐 Server: Check flusher before flush @kostyay in #817
    • βœ… Server: Websockets test should use case-insensitive header compare @mgkeeley in #760
  • v0.13.0 Changes

    πŸ’₯ Breaking Changes

    • 🌐 Client: No longer invoking callbacks within timeouts - this may affect the temporal ordering of some usage. @marcuslongmuir in #576 ### Other Changes
    • Server: grpcwebproxy uses backend_max_call_recv_msg_size flag value for client call to backend (in addition to its usage as its own receive limit). @itwalton in #654
  • v0.12.0 Changes

    Other Changes

    • 🌐 Server: Add option to enabled websocket keepalive pinging. @angwangiot in #546
    • 🌐 Server: Support header whitelist in websocket transport. @alexvas in #558
    • 🌐 Server: Check that there aren't any unknown command line arguments. @Timmmm in #577
    • 🚚 Server: Remove connection header from grpcwebproxy. @crlssn in #588
    • 🌐 Client: React Native support - Adds and exposes ReactNativeTransport. @pbsf in #458
    • πŸ—„ Client: node-http-transport fix deprecation. @the729 in #595
    • 🌐 Server: Add "WrapHandler" function and "WithEndpointsFunc" option. @yinzara in #619
  • v0.11.0 Changes

    Β Breaking changes

    • βͺ Server: Revert changes to flusher interface which accidentally introduced a recursive call to Flush(). @johanbrandhorst in #527
  • v0.10.0 Changes

    πŸ’₯ Breaking Changes

    • 🌐 Server: Check flusher interface before calling Flush. @mangas in #479
    • 🚚 Server: Remove CloseNotify. @mangas in #478
    • 🌐 Client: Set Content-Length header in NodeHTTPTransport to disable chunked encoding. @MichaelAquilina in #427
    • ⚑️ Server: Update grpc-go, golang/protobuf dependencies. @johanbrandhorst in #395

    Other Changes

    • 🌐 Server: Add grpc-status & grpc-message as exposed headers. @Globegitter in #489
  • v0.9.6 Changes

    Other Changes

    • 🌐 Server: Allow non root resources. @mangas in #454
    • πŸ‘· Client: Fix aborting requests from within a web-worker context. @midan888 in #443
  • v0.9.4 Changes

    Other Changes

    • πŸš€ Client: Fix broken v0.9.3 release (client binaries were not rebuilt prior to npm publish)
  • v0.9.3 Changes

    Other Changes

    • πŸ“¦ Client: Added grpc-web-fake-transport package.
    • πŸ— Client: Fix global definition in grpc-web UMD build which prevented it from working from within a WebWorker context. @midan888 in #411