Skip to content

Commit f3d11f6

Browse files
chore(main): release datastore 10.1.1
1 parent a9be27a commit f3d11f6

4 files changed

Lines changed: 45 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"handwritten/bigquery-storage": "5.1.0",
2424
"handwritten/bigtable": "6.5.0",
2525
"handwritten/cloud-profiler": "6.0.4",
26-
"handwritten/datastore": "10.1.0",
26+
"handwritten/datastore": "10.1.1",
2727
"handwritten/error-reporting": "3.0.6",
2828
"handwritten/firestore": "8.5.0",
2929
"handwritten/logging": "11.2.1",

changelog.json

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,39 @@
11
{
22
"repository": "googleapis/google-cloud-node",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "fix",
8+
"sha": "9fd76eff87b1cf02db6205f141449b31e8ab7d8f",
9+
"message": "Bump all node submodules",
10+
"issues": [
11+
"8178"
12+
]
13+
},
14+
{
15+
"type": "fix",
16+
"sha": "c1a03fe604662091be283055c7d34052c64d6334",
17+
"message": "Change the copyright year for files in the packages folder",
18+
"issues": [
19+
"8109"
20+
]
21+
},
22+
{
23+
"type": "fix",
24+
"sha": "939d18dfd14295405a06d2023651d006d4992310",
25+
"message": "Upgrade protobufjs and fix legacy key decoding in Datastore",
26+
"issues": [
27+
"8088"
28+
]
29+
}
30+
],
31+
"version": "10.1.1",
32+
"language": "JAVASCRIPT",
33+
"artifactName": "@google-cloud/datastore",
34+
"id": "43394304-1c2b-48a3-9691-81cc11d2b26a",
35+
"createTime": "2026-05-06T21:35:08.097Z"
36+
},
437
{
538
"changes": [
639
{
@@ -77687,5 +77720,5 @@
7768777720
"createTime": "2023-01-28T04:18:24.718Z"
7768877721
}
7768977722
],
77690-
"updateTime": "2026-05-06T18:07:28.494Z"
77723+
"updateTime": "2026-05-06T21:35:08.097Z"
7769177724
}

handwritten/datastore/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55

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

8+
## [10.1.1](https://github.com/googleapis/google-cloud-node/compare/datastore-v10.1.0...datastore-v10.1.1) (2026-05-06)
9+
10+
11+
### Bug Fixes
12+
13+
* Bump all node submodules ([#8178](https://github.com/googleapis/google-cloud-node/issues/8178)) ([9fd76ef](https://github.com/googleapis/google-cloud-node/commit/9fd76eff87b1cf02db6205f141449b31e8ab7d8f))
14+
* Change the copyright year for files in the packages folder ([#8109](https://github.com/googleapis/google-cloud-node/issues/8109)) ([c1a03fe](https://github.com/googleapis/google-cloud-node/commit/c1a03fe604662091be283055c7d34052c64d6334))
15+
* 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))
16+
817
## [10.1.0](https://github.com/googleapis/nodejs-datastore/compare/v10.0.1...v10.1.0) (2025-11-20)
918

1019

handwritten/datastore/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/datastore",
3-
"version": "10.1.0",
3+
"version": "10.1.1",
44
"description": "Cloud Datastore Client Library for Node.js",
55
"keywords": [
66
"google apis client",

0 commit comments

Comments
 (0)