Skip to content

Commit ba8609f

Browse files
chore(master): release 0.4.0 (#138)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent e551d92 commit ba8609f

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
## [0.4.0](https://github.com/GoogleCloudPlatform/grpc-gcp-node/compare/v0.3.3...v0.4.0) (2022-04-06)
4+
5+
6+
### Features
7+
8+
* add ability to periodically request debug headers ([#139](https://github.com/GoogleCloudPlatform/grpc-gcp-node/issues/139)) ([e551d92](https://github.com/GoogleCloudPlatform/grpc-gcp-node/commit/e551d92cc73909fadd3df3f541be6870137bd24c))
9+
* add configuration for minimum number of channels ([#136](https://github.com/GoogleCloudPlatform/grpc-gcp-node/issues/136)) ([2140577](https://github.com/GoogleCloudPlatform/grpc-gcp-node/commit/2140577e897391712215766567dd85226945b56a))
10+
11+
12+
### Bug Fixes
13+
14+
* add a stub implementation of channelz in the channel pool to fix compilation ([#137](https://github.com/GoogleCloudPlatform/grpc-gcp-node/issues/137)) ([a05c3dd](https://github.com/GoogleCloudPlatform/grpc-gcp-node/commit/a05c3dddeda6a31981d4124f2279f27f818c5c5a))
15+
* **deps:** update dependency argparse to v2 ([#93](https://github.com/GoogleCloudPlatform/grpc-gcp-node/issues/93)) ([fd9ed4a](https://github.com/GoogleCloudPlatform/grpc-gcp-node/commit/fd9ed4a9a5f50d87c77da6e98227f580bc70595e))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grpc-gcp",
3-
"version": "0.3.3",
3+
"version": "0.4.0",
44
"description": "Extension for supporting Google Cloud Platform specific features for gRPC.",
55
"main": "build/src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)