Skip to content

Commit

Permalink
chore(main): release 4.6.0 (#1561)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed May 15, 2024
1 parent 8815bd5 commit 76118c9
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [4.6.0](https://github.com/googleapis/gapic-generator-typescript/compare/v4.5.0...v4.6.0) (2024-05-15)


### Features

* 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))
* 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))
* Use ClientOptions gaxServerStreamingRetries value ([#1571](https://github.com/googleapis/gapic-generator-typescript/issues/1571)) ([86e68d2](https://github.com/googleapis/gapic-generator-typescript/commit/86e68d2e9bce783a80b6b3dba0e05b393f0fb998))


### Bug Fixes

* **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))
* **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))
* **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))
* 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))

## [4.5.0](https://github.com/googleapis/gapic-generator-typescript/compare/v4.4.2...v4.5.0) (2024-03-21)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/gapic-generator",
"version": "4.5.0",
"version": "4.6.0",
"type": "module",
"description": "Google API Client Library Generator for TypeScript, written in TypeScript.",
"homepage": "https://github.com/googleapis/gapic-generator-typescript#readme",
Expand Down

0 comments on commit 76118c9

Please sign in to comment.