Skip to content

Commit 76118c9

Browse files
chore(main): release 4.6.0 (#1561)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 8815bd5 commit 76118c9

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [4.6.0](https://github.com/googleapis/gapic-generator-typescript/compare/v4.5.0...v4.6.0) (2024-05-15)
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+
* **deps:** Update dependency google-gax to ^4.3.3 ([#1583](https://github.com/googleapis/gapic-generator-typescript/issues/1583)) ([bb76ca8](https://github.com/googleapis/gapic-generator-typescript/commit/bb76ca80695635d6e101df1f6fef9e59eaaec1e4))
17+
* **deps:** Update dependency protobufjs to v7.3.0 ([#1588](https://github.com/googleapis/gapic-generator-typescript/issues/1588)) ([3289424](https://github.com/googleapis/gapic-generator-typescript/commit/328942406d4f9e7207f82c9bed1c274374247cd6))
18+
* 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))
19+
320
## [4.5.0](https://github.com/googleapis/gapic-generator-typescript/compare/v4.4.2...v4.5.0) (2024-03-21)
421

522

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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)