Skip to content

Commit fe0451b

Browse files
chore(main): release 4.6.0
1 parent 2ed5cbb commit fe0451b

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [4.6.0](https://github.com/googleapis/gapic-generator-typescript/compare/v4.5.0...v4.6.0) (2024-04-30)
4+
5+
6+
### Features
7+
8+
* Add apiVersion to x-goog headers ([#1576](https://github.com/googleapis/gapic-generator-typescript/issues/1576)) ([2ed5cbb](https://github.com/googleapis/gapic-generator-typescript/commit/2ed5cbbf33683a941e3fe30a0e00108c94e295b8))
9+
* Add new API version to protos ([#1560](https://github.com/googleapis/gapic-generator-typescript/issues/1560)) ([9e2005f](https://github.com/googleapis/gapic-generator-typescript/commit/9e2005f9359f55511bdee6a54e9e4e42aa0eb4d5))
10+
* Use ClientOptions gaxServerStreamingRetries value ([#1571](https://github.com/googleapis/gapic-generator-typescript/issues/1571)) ([86e68d2](https://github.com/googleapis/gapic-generator-typescript/commit/86e68d2e9bce783a80b6b3dba0e05b393f0fb998))
11+
12+
13+
### Bug Fixes
14+
15+
* **deps:** Update dependency google-gax to ^4.3.2 ([#1562](https://github.com/googleapis/gapic-generator-typescript/issues/1562)) ([1a5e5ae](https://github.com/googleapis/gapic-generator-typescript/commit/1a5e5ae0a8cab13d4d85344cbda0ce5851c24eff))
16+
* Do not use gaxServerStreamingRetries for bidi or client streaming ([#1575](https://github.com/googleapis/gapic-generator-typescript/issues/1575)) ([a69b8b6](https://github.com/googleapis/gapic-generator-typescript/commit/a69b8b6814ac0e33cbcc95d59d4ba85641e267d1))
17+
318
## [4.5.0](https://github.com/googleapis/gapic-generator-typescript/compare/v4.4.2...v4.5.0) (2024-03-21)
419

520

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/gapic-generator",
3-
"version": "4.5.0",
3+
"version": "4.6.0",
44
"type": "module",
55
"description": "Google API Client Library Generator for TypeScript, written in TypeScript.",
66
"homepage": "https://github.com/googleapis/gapic-generator-typescript#readme",

0 commit comments

Comments
 (0)