Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
116 changes: 58 additions & 58 deletions .librarian/state.yaml

Large diffs are not rendered by default.

64 changes: 32 additions & 32 deletions CHANGELOG.md

Large diffs are not rendered by default.

116 changes: 58 additions & 58 deletions librarian.yaml

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions packages/bigquery-magics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

[1]: https://pypi.org/project/bigquery-magics/#history

## [0.15.0](https://github.com/googleapis/google-cloud-python/compare/bigquery-magics-v0.14.0...bigquery-magics-v0.15.0) (2026-05-05)


### Bug Fixes

* Drop support for Python 3.9 (#16949) ([fab4e7123cd7f7b5d5fef3e8eb923a37d8999388](https://github.com/googleapis/google-cloud-python/commit/fab4e7123cd7f7b5d5fef3e8eb923a37d8999388))

## [0.13.0](https://github.com/googleapis/google-cloud-python/compare/bigquery-magics-v0.12.2...bigquery-magics-v0.13.0) (2026-04-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/bigquery-magics/bigquery_magics/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.14.0"
__version__ = "0.15.0"
7 changes: 7 additions & 0 deletions packages/db-dtypes/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

[1]: https://pypi.org/project/db-dtypes/#history

## [1.6.0](https://github.com/googleapis/google-cloud-python/compare/db-dtypes-v1.5.1...db-dtypes-v1.6.0) (2026-05-05)


### Features

* enable mypy session for db-dtypes (#16689) ([856731e10a7e8b7531a08f8f799d0321e2fc167d](https://github.com/googleapis/google-cloud-python/commit/856731e10a7e8b7531a08f8f799d0321e2fc167d))

## [1.5.1](https://github.com/googleapis/google-cloud-python/compare/db-dtypes-v1.5.0...db-dtypes-v1.5.1) (2026-03-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/db-dtypes/db_dtypes/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.5.1" # pragma: NO COVER
__version__ = "1.6.0" # pragma: NO COVER
7 changes: 7 additions & 0 deletions packages/gapic-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

[1]: https://pypi.org/project/gapic-generator/#history

## [1.31.0](https://github.com/googleapis/google-cloud-python/compare/gapic-generator-v1.30.14...gapic-generator-v1.31.0) (2026-05-05)


### Features

* add `--resource-name-alias` flag to resolve namespace collisions (#16769) ([6fc78e58e08c9d5a277d8432f3f9740515b44dee](https://github.com/googleapis/google-cloud-python/commit/6fc78e58e08c9d5a277d8432f3f9740515b44dee))

## [1.30.14](https://github.com/googleapis/google-cloud-python/compare/gapic-generator-v1.30.13...gapic-generator-v1.30.14) (2026-04-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/gapic-generator/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
name = "gapic-generator"
description = "Google API Client Generator for Python"
url = "https://github.com/googleapis/gapic-generator-python"
version = "1.30.14"
version = "1.31.0"
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
# Ensure that the lower bounds of these dependencies match what we have in the
Expand Down
8 changes: 8 additions & 0 deletions packages/gcp-sphinx-docfx-yaml/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

[1]: https://pypi.org/project/gcp-sphinx-docfx-yaml/#history

## [3.3.0](https://github.com/googleapis/google-cloud-python/compare/gcp-sphinx-docfx-yaml-v3.2.5...gcp-sphinx-docfx-yaml-v3.3.0) (2026-05-05)


### Bug Fixes

* correctly parse type assertions in `extends` clause ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - [#​17723](https://redirect.github.com/babel/babel/pull/17723) \[7.x backport] fix(parser): improve super type argument parsing ([@​JLHwung](https://redirect.github.com/JLHwung)) - `babel-traverse` - [#​17708](https://redirect.github.com/babel/babel/pull/17708) ([5098df262245fb333ae73fc7eb568f905bc0190a](https://github.com/googleapis/google-cloud-python/commit/5098df262245fb333ae73fc7eb568f905bc0190a))
* provide a hub when traversing a File or Program and no parentPath is given ([@​simbahax](https://redirect.github.com/simbahax)) - `babel-plugin-transform-block-scoping`, `babel-traverse` - [#​17737](https://redirect.github.com/babel/babel/pull/17737) \[7.x backport] fix: Rename switch discriminant references when body creates shadowing variable ([@​magic-akari](https://redirect.github.com/magic-akari)) ([5098df262245fb333ae73fc7eb568f905bc0190a](https://github.com/googleapis/google-cloud-python/commit/5098df262245fb333ae73fc7eb568f905bc0190a))
Comment on lines +12 to +13
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The bug fix entries appear to be incorrect. They reference changes related to Babel and JavaScript parsing, which seem unrelated to this Python library. These changelog entries might have been copied from another project by mistake.


## [3.2.5](https://github.com/googleapis/google-cloud-python/compare/gcp-sphinx-docfx-yaml-v3.2.4...gcp-sphinx-docfx-yaml-v3.2.5) (2026-04-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/gcp-sphinx-docfx-yaml/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

name = "gcp-sphinx-docfx-yaml"
description = "Sphinx Python Domain to DocFX YAML Generator"
version = "3.2.5"
version = "3.3.0"
dependencies = [
"black",
"gcp-docuploader",
Expand Down
2 changes: 2 additions & 0 deletions packages/google-analytics-admin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

[1]: https://pypi.org/project/google-analytics-admin/#history

## [0.29.0](https://github.com/googleapis/google-cloud-python/compare/google-analytics-admin-v0.28.0...google-analytics-admin-v0.29.0) (2026-05-05)

## [0.28.0](https://github.com/googleapis/google-cloud-python/compare/google-analytics-admin-v0.27.0...google-analytics-admin-v0.28.0) (2026-03-26)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.28.0" # {x-release-please-version}
__version__ = "0.29.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.28.0" # {x-release-please-version}
__version__ = "0.29.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.28.0" # {x-release-please-version}
__version__ = "0.29.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-analytics-admin",
"version": "0.28.0"
"version": "0.29.0"
},
"snippets": [
{
Expand Down
2 changes: 2 additions & 0 deletions packages/google-analytics-data/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

[1]: https://pypi.org/project/google-analytics-data/#history

## [0.22.0](https://github.com/googleapis/google-cloud-python/compare/google-analytics-data-v0.21.0...google-analytics-data-v0.22.0) (2026-05-05)

## [0.21.0](https://github.com/googleapis/google-cloud-python/compare/google-analytics-data-v0.20.0...google-analytics-data-v0.21.0) (2026-03-26)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.21.0" # {x-release-please-version}
__version__ = "0.22.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.21.0" # {x-release-please-version}
__version__ = "0.22.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.21.0" # {x-release-please-version}
__version__ = "0.22.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-analytics-data",
"version": "0.21.0"
"version": "0.22.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-analytics-data",
"version": "0.21.0"
"version": "0.22.0"
},
"snippets": [
{
Expand Down
2 changes: 2 additions & 0 deletions packages/google-apps-chat/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

[1]: https://pypi.org/project/google-apps-chat/#history

## [0.9.0](https://github.com/googleapis/google-cloud-python/compare/google-apps-chat-v0.8.0...google-apps-chat-v0.9.0) (2026-05-05)

## [0.8.0](https://github.com/googleapis/google-cloud-python/compare/google-apps-chat-v0.7.0...google-apps-chat-v0.8.0) (2026-04-09)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.8.0" # {x-release-please-version}
__version__ = "0.9.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.8.0" # {x-release-please-version}
__version__ = "0.9.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-apps-chat",
"version": "0.8.0"
"version": "0.9.0"
},
"snippets": [
{
Expand Down
2 changes: 2 additions & 0 deletions packages/google-apps-script-type/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

[1]: https://pypi.org/project/google-apps-script-type/#history

## [0.7.0](https://github.com/googleapis/google-cloud-python/compare/google-apps-script-type-v0.6.0...google-apps-script-type-v0.7.0) (2026-05-05)

## [0.6.0](https://github.com/googleapis/google-cloud-python/compare/google-apps-script-type-v0.5.0...google-apps-script-type-v0.6.0) (2026-03-26)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.6.0" # {x-release-please-version}
__version__ = "0.7.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.6.0" # {x-release-please-version}
__version__ = "0.7.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.6.0" # {x-release-please-version}
__version__ = "0.7.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.6.0" # {x-release-please-version}
__version__ = "0.7.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.6.0" # {x-release-please-version}
__version__ = "0.7.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.6.0" # {x-release-please-version}
__version__ = "0.7.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.6.0" # {x-release-please-version}
__version__ = "0.7.0" # {x-release-please-version}
7 changes: 7 additions & 0 deletions packages/google-auth-httplib2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

[1]: https://pypi.org/project/google-auth-httplib2/#history

## [0.4.0](https://github.com/googleapis/google-cloud-python/compare/google-auth-httplib2-v0.3.1...google-auth-httplib2-v0.4.0) (2026-05-05)


### Bug Fixes

* Drop support for Python 3.7, 3.8, and 3.9 (#16937) ([b4fa220048f78a76da9d07c4c367e4cbc79360e6](https://github.com/googleapis/google-cloud-python/commit/b4fa220048f78a76da9d07c4c367e4cbc79360e6))

## [0.3.1](https://github.com/googleapis/google-cloud-python/compare/google-auth-httplib2-v0.3.0...google-auth-httplib2-v0.3.1) (2026-03-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-auth-httplib2/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

from setuptools import setup

version = "0.3.1"
version = "0.4.0"

DEPENDENCIES = [
"google-auth >= 1.32.0,<3.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/google-auth-oauthlib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

[1]: https://pypi.org/project/google-auth-oauthlib/#history

## [1.4.0](https://github.com/googleapis/google-cloud-python/compare/google-auth-oauthlib-v1.3.1...google-auth-oauthlib-v1.4.0) (2026-05-05)


### Bug Fixes

* Drop support for Python 3.9 (#16939) ([25e2a2dcade4bdbac91b6a501604809d8efbba82](https://github.com/googleapis/google-cloud-python/commit/25e2a2dcade4bdbac91b6a501604809d8efbba82))
* replace deprecated `utcfromtimestamp` in google-auth-oauthlib (#16732) ([e1c5af76593e8710870393f422715d8387051f4e](https://github.com/googleapis/google-cloud-python/commit/e1c5af76593e8710870393f422715d8387051f4e))

## [1.3.1](https://github.com/googleapis/google-cloud-python/compare/google-auth-oauthlib-v1.3.0...google-auth-oauthlib-v1.3.1) (2026-03-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-auth-oauthlib/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
long_description = fh.read()


version = "1.3.1"
version = "1.4.0"

setup(
name="google-auth-oauthlib",
Expand Down
7 changes: 7 additions & 0 deletions packages/google-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

[1]: https://pypi.org/project/google-auth/#history

## [2.51.0](https://github.com/googleapis/google-cloud-python/compare/google-auth-v2.50.0...google-auth-v2.51.0) (2026-05-05)


### Bug Fixes

* Drop support for Python 3.8 and 3.9 (#16946) ([dcbdd3b40eef6e4fee66b6b486daea056c3384db](https://github.com/googleapis/google-cloud-python/commit/dcbdd3b40eef6e4fee66b6b486daea056c3384db))

## [2.49.2](https://github.com/googleapis/google-cloud-python/compare/google-auth-v2.49.1...google-auth-v2.49.2) (2026-04-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-auth/google/auth/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "2.50.0"
__version__ = "2.51.0"
2 changes: 2 additions & 0 deletions packages/google-cloud-access-context-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

[1]: https://pypi.org/project/google-cloud-access-context-manager/#history

## [0.5.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-access-context-manager-v0.4.0...google-cloud-access-context-manager-v0.5.0) (2026-05-05)

## [0.4.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-access-context-manager-v0.3.0...google-cloud-access-context-manager-v0.4.0) (2026-03-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-access-context-manager/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

name = "google-cloud-access-context-manager"
description = "Google Cloud Access Context Manager Protobufs"
version = "0.4.0"
version = "0.5.0"
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
Expand Down
2 changes: 2 additions & 0 deletions packages/google-cloud-biglake-hive/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

[1]: https://pypi.org/project/google-cloud-biglake-hive/#history

## [0.2.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-biglake-hive-v0.1.0...google-cloud-biglake-hive-v0.2.0) (2026-05-05)

## [0.1.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-biglake-hive-v0.0.0...google-cloud-biglake-hive-v0.1.0) (2026-03-26)


Expand Down
2 changes: 2 additions & 0 deletions packages/google-cloud-biglake-hive/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

[1]: https://pypi.org/project/google-cloud-biglake-hive/#history

## [0.2.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-biglake-hive-v0.1.0...google-cloud-biglake-hive-v0.2.0) (2026-05-05)

## [0.1.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-biglake-hive-v0.0.0...google-cloud-biglake-hive-v0.1.0) (2026-03-26)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.1.0" # {x-release-please-version}
__version__ = "0.2.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.1.0" # {x-release-please-version}
__version__ = "0.2.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-biglake-hive",
"version": "0.1.0"
"version": "0.2.0"
},
"snippets": [
{
Expand Down
2 changes: 2 additions & 0 deletions packages/google-cloud-bigquery-reservation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

[1]: https://pypi.org/project/google-cloud-bigquery-reservation/#history

## [1.24.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-bigquery-reservation-v1.23.0...google-cloud-bigquery-reservation-v1.24.0) (2026-05-05)

## [1.23.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-bigquery-reservation-v1.22.0...google-cloud-bigquery-reservation-v1.23.0) (2026-03-26)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.23.0" # {x-release-please-version}
__version__ = "1.24.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.23.0" # {x-release-please-version}
__version__ = "1.24.0" # {x-release-please-version}
Loading
Loading