Skip to content

Commit fbd46bf

Browse files
chore: release main (#1675)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 8a5cb86 commit fbd46bf

File tree

7 files changed

+22
-6
lines changed

7 files changed

+22
-6
lines changed

.release-please-manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"gax": "4.5.0",
2+
"gax": "4.6.0",
33
"tools": "0.4.6",
4-
"logging-utils": "0.0.0"
4+
"logging-utils": "1.0.0"
55
}

gax/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
[1]: https://www.npmjs.com/package/gax-nodejs?activeTab=versions
66

7+
## [4.6.0](https://github.com/googleapis/gax-nodejs/compare/google-gax-v4.5.0...google-gax-v4.6.0) (2024-12-19)
8+
9+
10+
### Features
11+
12+
* add error check for null response from API ([#1681](https://github.com/googleapis/gax-nodejs/issues/1681)) ([bdfef64](https://github.com/googleapis/gax-nodejs/commit/bdfef6465f2d0e23952a9d5499f27d4607e748cd))
13+
* add helpful warnings on paged calls ([#1668](https://github.com/googleapis/gax-nodejs/issues/1668)) ([9efaf46](https://github.com/googleapis/gax-nodejs/commit/9efaf46e21edc6b5e31f5a0d2d674eedc15846d1))
14+
715
## [4.5.0](https://github.com/googleapis/gax-nodejs/compare/google-gax-v4.4.1...google-gax-v4.5.0) (2024-10-25)
816

917

gax/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "google-gax",
3-
"version": "4.5.0",
3+
"version": "4.6.0",
44
"description": "Google API Extensions",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",

gax/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"*.js"
1515
],
1616
"dependencies": {
17-
"google-gax": "^4.5.0"
17+
"google-gax": "^4.6.0"
1818
},
1919
"devDependencies": {
2020
"c8": "^9.0.0",

logging-utils/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## 1.0.0 (2024-12-19)
4+
5+
6+
### Features
7+
8+
* add adhoc debug logger package ([#1669](https://github.com/googleapis/gax-nodejs/issues/1669)) ([8a5cb86](https://github.com/googleapis/gax-nodejs/commit/8a5cb861ff653fdb03b6546ff086dd8354c1a25b))

logging-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "google-logging-utils",
3-
"version": "0.0.3",
3+
"version": "1.0.0",
44
"description": "A debug logger package for other Google libraries",
55
"main": "build/src/index.js",
66
"files": [

logging-utils/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"node": ">=14"
2828
},
2929
"dependencies": {
30-
"google-logging-utils": "0.0.2"
30+
"google-logging-utils": "^1.0.0"
3131
},
3232
"devDependencies": {
3333
"@google-cloud/typeless-sample-bot": "^2.1.0",

0 commit comments

Comments
 (0)