File tree Expand file tree Collapse file tree 7 files changed +34
-17
lines changed
google-cloud-recommendations-ai-bom
google-cloud-recommendations-ai
grpc-google-cloud-recommendations-ai-v1beta1
proto-google-cloud-recommendations-ai-v1beta1 Expand file tree Collapse file tree 7 files changed +34
-17
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.10.4] ( https://github.com/googleapis/java-recommendations-ai/compare/v0.10.3...v0.10.4 ) (2022-10-03)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * Fix recommendationengine resource name configuration ([ #572 ] ( https://github.com/googleapis/java-recommendations-ai/issues/572 ) ) ([ 9c109b0] ( https://github.com/googleapis/java-recommendations-ai/commit/9c109b0f906d2c0a3207c6b6080098d961096627 ) )
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * Update dependency com.google.cloud: google-cloud-shared-dependencies to v3.0.3 ([ #574 ] ( https://github.com/googleapis/java-recommendations-ai/issues/574 ) ) ([ d00b6a0] ( https://github.com/googleapis/java-recommendations-ai/commit/d00b6a0e067e690b83417b0ffb7805f2c8c73443 ) )
14
+ * Update dependency com.google.cloud: google-cloud-shared-dependencies to v3.0.4 ([ #601 ] ( https://github.com/googleapis/java-recommendations-ai/issues/601 ) ) ([ e395688] ( https://github.com/googleapis/java-recommendations-ai/commit/e39568800e05f4cc6950512cead3ccd3fa8289b6 ) )
15
+ * Update dependency importlib-metadata to v4.12.0 ([ #596 ] ( https://github.com/googleapis/java-recommendations-ai/issues/596 ) ) ([ 98737d9] ( https://github.com/googleapis/java-recommendations-ai/commit/98737d9fc8514fabbd833620d6b9c8a7fb046a9a ) )
16
+ * Update dependency jeepney to v0.8.0 ([ #597 ] ( https://github.com/googleapis/java-recommendations-ai/issues/597 ) ) ([ 7e714a4] ( https://github.com/googleapis/java-recommendations-ai/commit/7e714a434760bef45f04ce876adc63680bdb4e71 ) )
17
+ * Update dependency jinja2 to v3.1.2 ([ #598 ] ( https://github.com/googleapis/java-recommendations-ai/issues/598 ) ) ([ b27cc2f] ( https://github.com/googleapis/java-recommendations-ai/commit/b27cc2f4b4f8069900ea5603d6be1d193375cdba ) )
18
+ * Update dependency keyring to v23.9.3 ([ #599 ] ( https://github.com/googleapis/java-recommendations-ai/issues/599 ) ) ([ 55f9ab5] ( https://github.com/googleapis/java-recommendations-ai/commit/55f9ab532706b83668cd8281691c42f49d2ba033 ) )
19
+
3
20
## [ 0.10.3] ( https://github.com/googleapis/java-recommendations-ai/compare/v0.10.2...v0.10.3 ) (2022-09-09)
4
21
5
22
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >com.google.cloud</groupId >
5
5
<artifactId >google-cloud-recommendations-ai-bom</artifactId >
6
- <version >0.10.4-SNAPSHOT </version ><!-- {x-version-update:google-cloud-recommendations-ai:current} -->
6
+ <version >0.10.4</version ><!-- {x-version-update:google-cloud-recommendations-ai:current} -->
7
7
<packaging >pom</packaging >
8
8
<parent >
9
9
<groupId >com.google.cloud</groupId >
52
52
<dependency >
53
53
<groupId >com.google.cloud</groupId >
54
54
<artifactId >google-cloud-recommendations-ai</artifactId >
55
- <version >0.10.4-SNAPSHOT </version ><!-- {x-version-update:google-cloud-recommendations-ai:current} -->
55
+ <version >0.10.4</version ><!-- {x-version-update:google-cloud-recommendations-ai:current} -->
56
56
</dependency >
57
57
<dependency >
58
58
<groupId >com.google.api.grpc</groupId >
59
59
<artifactId >grpc-google-cloud-recommendations-ai-v1beta1</artifactId >
60
- <version >0.10.4-SNAPSHOT </version ><!-- {x-version-update:grpc-google-cloud-recommendations-ai-v1beta1:current} -->
60
+ <version >0.10.4</version ><!-- {x-version-update:grpc-google-cloud-recommendations-ai-v1beta1:current} -->
61
61
</dependency >
62
62
<dependency >
63
63
<groupId >com.google.api.grpc</groupId >
64
64
<artifactId >proto-google-cloud-recommendations-ai-v1beta1</artifactId >
65
- <version >0.10.4-SNAPSHOT </version ><!-- {x-version-update:proto-google-cloud-recommendations-ai-v1beta1:current} -->
65
+ <version >0.10.4</version ><!-- {x-version-update:proto-google-cloud-recommendations-ai-v1beta1:current} -->
66
66
</dependency >
67
67
</dependencies >
68
68
</dependencyManagement >
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >com.google.cloud</groupId >
5
5
<artifactId >google-cloud-recommendations-ai</artifactId >
6
- <version >0.10.4-SNAPSHOT </version ><!-- {x-version-update:google-cloud-recommendations-ai:current} -->
6
+ <version >0.10.4</version ><!-- {x-version-update:google-cloud-recommendations-ai:current} -->
7
7
<packaging >jar</packaging >
8
8
<name >Google Recommendations AI</name >
9
9
<url >https://github.com/googleapis/java-recommendations-ai</url >
10
10
<description >delivers highly personalized product recommendations at scale.</description >
11
11
<parent >
12
12
<groupId >com.google.cloud</groupId >
13
13
<artifactId >google-cloud-recommendations-ai-parent</artifactId >
14
- <version >0.10.4-SNAPSHOT </version ><!-- {x-version-update:google-cloud-recommendations-ai:current} -->
14
+ <version >0.10.4</version ><!-- {x-version-update:google-cloud-recommendations-ai:current} -->
15
15
</parent >
16
16
<properties >
17
17
<site .installationModule>google-cloud-recommendations-ai</site .installationModule>
Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >com.google.api.grpc</groupId >
6
6
<artifactId >grpc-google-cloud-recommendations-ai-v1beta1</artifactId >
7
- <version >0.10.4-SNAPSHOT </version ><!-- {x-version-update:grpc-google-cloud-recommendations-ai-v1beta1:current} -->
7
+ <version >0.10.4</version ><!-- {x-version-update:grpc-google-cloud-recommendations-ai-v1beta1:current} -->
8
8
<name >grpc-google-cloud-recommendations-ai-v1beta1</name >
9
9
<description >GRPC library for grpc-google-cloud-recommendations-ai-v1beta1</description >
10
10
<parent >
11
11
<groupId >com.google.cloud</groupId >
12
12
<artifactId >google-cloud-recommendations-ai-parent</artifactId >
13
- <version >0.10.4-SNAPSHOT </version ><!-- {x-version-update:google-cloud-recommendations-ai:current} -->
13
+ <version >0.10.4</version ><!-- {x-version-update:google-cloud-recommendations-ai:current} -->
14
14
</parent >
15
15
<dependencies >
16
16
<dependency >
Original file line number Diff line number Diff line change 4
4
<groupId >com.google.cloud</groupId >
5
5
<artifactId >google-cloud-recommendations-ai-parent</artifactId >
6
6
<packaging >pom</packaging >
7
- <version >0.10.4-SNAPSHOT </version ><!-- {x-version-update:google-cloud-recommendations-ai:current} -->
7
+ <version >0.10.4</version ><!-- {x-version-update:google-cloud-recommendations-ai:current} -->
8
8
<name >Google Recommendations AI Parent</name >
9
9
<url >https://github.com/googleapis/java-recommendations-ai</url >
10
10
<description >
61
61
<dependency >
62
62
<groupId >com.google.cloud</groupId >
63
63
<artifactId >google-cloud-recommendations-ai</artifactId >
64
- <version >0.10.4-SNAPSHOT </version ><!-- {x-version-update:google-cloud-recommendations-ai:current} -->
64
+ <version >0.10.4</version ><!-- {x-version-update:google-cloud-recommendations-ai:current} -->
65
65
</dependency >
66
66
<dependency >
67
67
<groupId >com.google.api.grpc</groupId >
68
68
<artifactId >proto-google-cloud-recommendations-ai-v1beta1</artifactId >
69
- <version >0.10.4-SNAPSHOT </version ><!-- {x-version-update:proto-google-cloud-recommendations-ai-v1beta1:current} -->
69
+ <version >0.10.4</version ><!-- {x-version-update:proto-google-cloud-recommendations-ai-v1beta1:current} -->
70
70
</dependency >
71
71
<dependency >
72
72
<groupId >com.google.api.grpc</groupId >
73
73
<artifactId >grpc-google-cloud-recommendations-ai-v1beta1</artifactId >
74
- <version >0.10.4-SNAPSHOT </version ><!-- {x-version-update:grpc-google-cloud-recommendations-ai-v1beta1:current} -->
74
+ <version >0.10.4</version ><!-- {x-version-update:grpc-google-cloud-recommendations-ai-v1beta1:current} -->
75
75
</dependency >
76
76
77
77
<dependency >
Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >com.google.api.grpc</groupId >
6
6
<artifactId >proto-google-cloud-recommendations-ai-v1beta1</artifactId >
7
- <version >0.10.4-SNAPSHOT </version ><!-- {x-version-update:proto-google-cloud-recommendations-ai-v1beta1:current} -->
7
+ <version >0.10.4</version ><!-- {x-version-update:proto-google-cloud-recommendations-ai-v1beta1:current} -->
8
8
<name >proto-google-cloud-recommendations-ai-v1beta1</name >
9
9
<description >PROTO library for proto-google-cloud-recommendations-ai-v1beta1</description >
10
10
<parent >
11
11
<groupId >com.google.cloud</groupId >
12
12
<artifactId >google-cloud-recommendations-ai-parent</artifactId >
13
- <version >0.10.4-SNAPSHOT </version ><!-- {x-version-update:google-cloud-recommendations-ai:current} -->
13
+ <version >0.10.4</version ><!-- {x-version-update:google-cloud-recommendations-ai:current} -->
14
14
</parent >
15
15
<dependencies >
16
16
<dependency >
Original file line number Diff line number Diff line change 1
1
# Format:
2
2
# module:released-version:current-version
3
3
4
- google-cloud-recommendations-ai:0.10.3 :0.10.4-SNAPSHOT
5
- grpc-google-cloud-recommendations-ai-v1beta1:0.10.3 :0.10.4-SNAPSHOT
6
- proto-google-cloud-recommendations-ai-v1beta1:0.10.3 :0.10.4-SNAPSHOT
4
+ google-cloud-recommendations-ai:0.10.4 :0.10.4
5
+ grpc-google-cloud-recommendations-ai-v1beta1:0.10.4 :0.10.4
6
+ proto-google-cloud-recommendations-ai-v1beta1:0.10.4 :0.10.4
You can’t perform that action at this time.
0 commit comments