Skip to content
Closed
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"handwritten/bigquery-storage": "5.1.0",
"handwritten/bigtable": "6.5.0",
"handwritten/cloud-profiler": "6.0.4",
"handwritten/datastore": "10.1.0",
"handwritten/datastore": "10.1.1",
"handwritten/error-reporting": "3.0.5",
"handwritten/firestore": "8.5.0",
"handwritten/logging": "11.2.1",
Expand Down
19 changes: 18 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"repository": "googleapis/google-cloud-node",
"entries": [
{
"changes": [
{
"type": "fix",
"sha": "939d18dfd14295405a06d2023651d006d4992310",
"message": "Upgrade protobufjs and fix legacy key decoding in Datastore",
"issues": [
"8088"
]
}
],
"version": "10.1.1",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/datastore",
"id": "1994e17a-66a2-4c2c-bc0a-f7f31dc6a50d",
"createTime": "2026-05-05T21:43:20.707Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -77670,5 +77687,5 @@
"createTime": "2023-01-28T04:18:24.718Z"
}
],
"updateTime": "2026-05-01T17:22:33.483Z"
"updateTime": "2026-05-05T21:43:20.707Z"
}
7 changes: 7 additions & 0 deletions handwritten/datastore/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

[1]: https://www.npmjs.com/package/@google-cloud/datastore?activeTab=versions

## [10.1.1](https://github.com/googleapis/google-cloud-node/compare/datastore-v10.1.0...datastore-v10.1.1) (2026-05-05)
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 comparison link for version 10.1.1 uses the tag datastore-v10.1.0 as the starting point. However, the previous release entry for version 10.1.0 (on line 14) indicates that the tag used was v10.1.0. This inconsistency in tag naming might result in a broken comparison link if the datastore-v10.1.0 tag does not exist in the repository. Please verify the correct tag name for the previous release.



### Bug Fixes

* Upgrade protobufjs and fix legacy key decoding in Datastore ([#8088](https://github.com/googleapis/google-cloud-node/issues/8088)) ([939d18d](https://github.com/googleapis/google-cloud-node/commit/939d18dfd14295405a06d2023651d006d4992310))

## [10.1.0](https://github.com/googleapis/nodejs-datastore/compare/v10.0.1...v10.1.0) (2025-11-20)


Expand Down
2 changes: 1 addition & 1 deletion handwritten/datastore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/datastore",
"version": "10.1.0",
"version": "10.1.1",
"description": "Cloud Datastore Client Library for Node.js",
"keywords": [
"google apis client",
Expand Down
Loading