Skip to content

Latest commit

 

History

History
318 lines (198 loc) · 12.3 KB

File metadata and controls

318 lines (198 loc) · 12.3 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

3.3.10 (2026-04-12)

Note: Version bump only for package nice-grpc-web

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

3.3.9 (2025-11-12)

Bug Fixes

  • nice-grpc-web: fix handling early abort of AbortSignal in client calls (#827) (cc9fba7)

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

3.3.8 (2025-08-20)

Note: Version bump only for package nice-grpc-web

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

3.3.7 (2025-03-26)

Note: Version bump only for package nice-grpc-web

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

3.3.6 (2025-02-18)

Note: Version bump only for package nice-grpc-web

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

3.3.5 (2024-09-24)

Note: Version bump only for package nice-grpc-web

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

3.3.4 (2024-06-06)

Note: Version bump only for package nice-grpc-web

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

3.3.3 (2024-03-11)

Note: Version bump only for package nice-grpc-web

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

3.3.2 (2023-10-17)

  • chore: fix hanging and erroring tests (#466) (0d169ec), closes #466
  • chore(deps-dev): bump jasmine and @types/jasmine (#464) (deb51bc), closes #464
  • chore(deps-dev): upgrade mkdirp to 3.0.1 (#463) (02772e8), closes #463
  • chore(nice-grpc-web): fix failing tests (#467) (0509986), closes #467
  • chore(nice-grpc-web): update error message (226b599), closes #446

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

3.3.1 (2023-07-16)

Bug Fixes

  • nice-grpc-web: don't put stack traces to internal and transport error messages (#406) (27c6230), closes #386

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

3.3.0 (2023-05-02)

Features

  • nice-grpc-web: add cache field to FetchTransportConfig (#350) (19533cd)

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

3.2.4 (2023-04-18)

Bug Fixes

  • nice-grpc-web: correctly handle trailers-only responses (#347) (2beeafc), closes #345

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

3.2.3 (2023-03-31)

Note: Version bump only for package nice-grpc-web

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

3.2.2 (2023-03-28)

Bug Fixes

  • nice-grpc-web: return UNKNOWN status on transport errors (#326) (a0e1b31)

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

3.2.1 (2023-03-28)

Bug Fixes

  • nice-grpc-web: fix delayed empty emissions in server stream (#325) (4b3bf1c)

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

3.2.0 (2023-03-25)

Features

  • nice-grpc-web: add new NodeHttpTransport based on NodeJS http module (#324) (6e1a1d3)

Bug Fixes

  • support unknown options in ts-proto method definitions (#323) (dadeb0a)

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

3.1.1 (2023-03-21)

Bug Fixes

  • support unknown options in ts-proto method definitions (#323) (dadeb0a)

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

3.1.0 (2023-03-08)

Features

  • nice-grpc-web: add FetchTransportConfig to support credentials in FetchTransport (#313) (c531c95), closes #312

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

3.0.0 (2023-03-05)

⚠ BREAKING CHANGES

  • @improbable-eng/grpc-web transports are replaced by built-in analogs

  • feat!(nice-grpc-web): rewrite from scratch, removing @improbable-eng/grpc-web dependency (#274) (82881b7), closes #274 #199 #226 #232 #246

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.0.2 (2023-01-18)

Bug Fixes

  • nice-grpc-web: split joined binary metadata into multiple values (#248) (8da7de8)

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.0.1 (2022-11-02)

Note: Version bump only for package nice-grpc-web

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.0.0 (2022-08-11)

⚠ BREAKING CHANGES

  • use built-in AbortController instead of node-abort-controller (#178)

Features

  • use built-in AbortController instead of node-abort-controller (#178) (4c4bc4e), closes #158

1.1.0 (2022-05-04)

Features

  • add support for ts-proto server and client interfaces (#126) (67f7eb6), closes #115

1.0.8 (2022-04-18)

1.0.7 (2022-03-09)

1.0.6 (2022-03-05)

1.0.5 (2022-01-16)

1.0.4 (2022-01-16)

1.0.3 (2021-09-21)

1.0.2 (2021-06-30)

1.0.1 (2021-06-29)

Bug Fixes

  • add missing requestStream and responseStream to MethodDescriptor (2d92e40)

1.0.0 (2021-06-29)

Features

  • nice-grpc-web: support ts-proto service definitions (#15) (53a4861)