File tree Expand file tree Collapse file tree 8 files changed +55
-7
lines changed
google-cloud-recaptchaenterprise Expand file tree Collapse file tree 8 files changed +55
-7
lines changed Original file line number Diff line number Diff line change 103
103
"packages/google-cloud-policytroubleshooter-iam" : " 0.4.0" ,
104
104
"packages/google-cloud-privatecatalog" : " 3.2.0" ,
105
105
"packages/google-cloud-rapidmigrationassessment" : " 1.2.0" ,
106
- "packages/google-cloud-recaptchaenterprise" : " 5.7 .0" ,
106
+ "packages/google-cloud-recaptchaenterprise" : " 5.8 .0" ,
107
107
"packages/google-cloud-recommender" : " 6.3.0" ,
108
108
"packages/google-cloud-redis" : " 4.2.0" ,
109
109
"packages/google-cloud-resourcemanager" : " 5.2.0" ,
118
118
"packages/google-cloud-servicedirectory" : " 5.2.0" ,
119
119
"packages/google-cloud-shell" : " 3.2.0" ,
120
120
"packages/google-cloud-speech" : " 6.5.0" ,
121
- "packages/google-cloud-sql" : " 0.10 .0" ,
121
+ "packages/google-cloud-sql" : " 0.11 .0" ,
122
122
"packages/google-cloud-storageinsights" : " 1.2.0" ,
123
123
"packages/google-cloud-support" : " 1.2.0" ,
124
124
"packages/google-cloud-talent" : " 6.2.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"repository": "googleapis/google-cloud-node",
3
3
"entries": [
4
+ {
5
+ "changes": [
6
+ {
7
+ "type": "feat",
8
+ "sha": "485ff29f98a3b7d6b5c40f2bd3f4696c1a82115e",
9
+ "message": "[sql] Support for the AcquireSsrsLease and ReleaseSsrsLease RPCs",
10
+ "issues": [
11
+ "5299"
12
+ ]
13
+ }
14
+ ],
15
+ "version": "0.11.0",
16
+ "language": "JAVASCRIPT",
17
+ "artifactName": "@google-cloud/sql",
18
+ "id": "e55575ad-77d6-44ef-b3a9-67b5e51eed7b",
19
+ "createTime": "2024-05-01T13:43:55.836Z"
20
+ },
21
+ {
22
+ "changes": [
23
+ {
24
+ "type": "feat",
25
+ "sha": "9a2060a6a3baca737c6a6239512977149737154a",
26
+ "message": "[recaptchaenterprise]Add Fraud Prevention settings field",
27
+ "issues": [
28
+ "5281"
29
+ ]
30
+ }
31
+ ],
32
+ "version": "5.8.0",
33
+ "language": "JAVASCRIPT",
34
+ "artifactName": "@google-cloud/recaptcha-enterprise",
35
+ "id": "0a533628-c492-488a-91f2-6aab8c85ee79",
36
+ "createTime": "2024-05-01T13:43:55.818Z"
37
+ },
4
38
{
5
39
"changes": [
6
40
{
28741
28775
"createTime": "2023-01-28T04:18:24.718Z"
28742
28776
}
28743
28777
],
28744
- "updateTime": "2024-04-23T19:50:23.311Z "
28778
+ "updateTime": "2024-05-01T13:43:55.836Z "
28745
28779
}
Original file line number Diff line number Diff line change 4
4
5
5
[ 1 ] : https://www.npmjs.com/package/@google-cloud/recaptcha-enterprise?activeTab=versions
6
6
7
+ ## [ 5.8.0] ( https://github.com/googleapis/google-cloud-node/compare/recaptcha-enterprise-v5.7.0...recaptcha-enterprise-v5.8.0 ) (2024-05-01)
8
+
9
+
10
+ ### Features
11
+
12
+ * [ recaptchaenterprise] Add Fraud Prevention settings field ([ #5281 ] ( https://github.com/googleapis/google-cloud-node/issues/5281 ) ) ([ 9a2060a] ( https://github.com/googleapis/google-cloud-node/commit/9a2060a6a3baca737c6a6239512977149737154a ) )
13
+
7
14
## [ 5.7.0] ( https://github.com/googleapis/google-cloud-node/compare/recaptcha-enterprise-v5.6.0...recaptcha-enterprise-v5.7.0 ) (2024-04-05)
8
15
9
16
Original file line number Diff line number Diff line change 5
5
"url" : " https://github.com/googleapis/google-cloud-node.git"
6
6
},
7
7
"name" : " @google-cloud/recaptcha-enterprise" ,
8
- "version" : " 5.7 .0" ,
8
+ "version" : " 5.8 .0" ,
9
9
"author" : " Google LLC" ,
10
10
"description" : " reCAPTCHA Enterprise API client for Node.js" ,
11
11
"main" : " build/src/index.js" ,
Original file line number Diff line number Diff line change 13
13
"test" : " echo add tests"
14
14
},
15
15
"dependencies" : {
16
- "@google-cloud/recaptcha-enterprise" : " ^5.7 .0"
16
+ "@google-cloud/recaptcha-enterprise" : " ^5.8 .0"
17
17
},
18
18
"devDependencies" : {
19
19
"chai" : " ^4.2.0" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.11.0] ( https://github.com/googleapis/google-cloud-node/compare/sql-v0.10.0...sql-v0.11.0 ) (2024-05-01)
4
+
5
+
6
+ ### Features
7
+
8
+ * [ sql] Support for the AcquireSsrsLease and ReleaseSsrsLease RPCs ([ #5299 ] ( https://github.com/googleapis/google-cloud-node/issues/5299 ) ) ([ 485ff29] ( https://github.com/googleapis/google-cloud-node/commit/485ff29f98a3b7d6b5c40f2bd3f4696c1a82115e ) )
9
+
3
10
## [ 0.10.0] ( https://github.com/googleapis/google-cloud-node/compare/sql-v0.9.0...sql-v0.10.0 ) (2024-03-29)
4
11
5
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @google-cloud/sql" ,
3
- "version" : " 0.10 .0" ,
3
+ "version" : " 0.11 .0" ,
4
4
"description" : " Sql client for Node.js" ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change 14
14
"publish" : " echo 'sample test; do not publish'"
15
15
},
16
16
"dependencies" : {
17
- "@google-cloud/sql" : " ^0.10 .0"
17
+ "@google-cloud/sql" : " ^0.11 .0"
18
18
},
19
19
"devDependencies" : {
20
20
"c8" : " ^9.0.0" ,
You can’t perform that action at this time.
0 commit comments