Releases: GoogleCloudPlatform/grpc-gcp-node
Releases · GoogleCloudPlatform/grpc-gcp-node
v1.0.1
1.0.1 (2023-01-23)
Bug Fixes
- Define a generic interface to allow flexibility (7e12a66)
v1.0.0
1.0.0 (2022-09-14)
⚠ BREAKING CHANGES
- require Node.js 12+ (#156)
Bug Fixes
- deps: update dependency @google-cloud/error-reporting to v3 (#150) (4fc086f)
- deps: update dependency @grpc/grpc-js to ~1.7.0 (#155) (8dc6d31)
- grpc: loosen version range on @grpc/grpc-js (#153) (ad35ce7)
Build System
v0.4.2
0.4.2 (2022-04-18)
Bug Fixes
- deps: update dependency @grpc/grpc-js to ~1.6.0 (#143) (9e448f0)
v0.4.1
0.4.1 (2022-04-06)
Bug Fixes
v0.4.0
0.4.0 (2022-04-06)
Features
- add ability to periodically request debug headers (#139) (e551d92)
- add configuration for minimum number of channels (#136) (2140577)
Bug Fixes
- add a stub implementation of channelz in the channel pool to fix compilation (#137) (a05c3dd)
- deps: update dependency argparse to v2 (#93) (fd9ed4a)
grpc-gcp v0.3.3
In this patch release the library is fixed to work with @grpc/grpc-js
v1.1.1.
grpc-gcp v0.3.2
In this release we have updated @grpc/grpc-js
dependency to v1.0.x (and a lot of devDependencies
as well).
grpc-gcp v0.3.1
The previous release was broken, so re-releasing with the right set of files inside.
grpc-gcp v0.3.0
- Rework library to be compatible with grpc-js (#67)
grpc-gcp v0.2.0
- Add support for watchConnectivityState