Commit 36f9eba 1 parent 5a82c85 commit 36f9eba Copy full SHA for 36f9eba
File tree 6 files changed +27
-7
lines changed
6 files changed +27
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 2.37.1] ( https://github.com/googleapis/java-bigquery/compare/v2.37.0...v2.37.1 ) (2024-02-06)
4
+
5
+
6
+ ### Features
7
+
8
+ * Add queryId to TableResult ([ #3106 ] ( https://github.com/googleapis/java-bigquery/issues/3106 ) ) ([ 2156f02] ( https://github.com/googleapis/java-bigquery/commit/2156f023b4ab95bc7ec669545b5709317555fdac ) )
9
+ * Update universe domain exception error code/message ([ #3113 ] ( https://github.com/googleapis/java-bigquery/issues/3113 ) ) ([ 5a82c85] ( https://github.com/googleapis/java-bigquery/commit/5a82c854b6549c82c905eba4905378b59cc88af4 ) )
10
+
11
+
12
+ ### Dependencies
13
+
14
+ * Update actions/upload-artifact action to v4.3.1 ([ #3121 ] ( https://github.com/googleapis/java-bigquery/issues/3121 ) ) ([ 3abdc70] ( https://github.com/googleapis/java-bigquery/commit/3abdc70890c3f5c396055d7d34fc4fe18aef7371 ) )
15
+ * Update dependency com.google.apis: google-api-services-bigquery to v2-rev20240124-2.0.0 ([ #3104 ] ( https://github.com/googleapis/java-bigquery/issues/3104 ) ) ([ 6eff68e] ( https://github.com/googleapis/java-bigquery/commit/6eff68eb8c55162ca1cd2e915f3f60a87f584b35 ) )
16
+ * Update dependency com.google.cloud: google-cloud-shared-dependencies to v3.24.0 ([ #3109 ] ( https://github.com/googleapis/java-bigquery/issues/3109 ) ) ([ 5ad778c] ( https://github.com/googleapis/java-bigquery/commit/5ad778c18130c33e7532d0bd3193053518ca047a ) )
17
+ * Update dependency org.graalvm.buildtools: junit-platform-native to v0.10.0 ([ #3110 ] ( https://github.com/googleapis/java-bigquery/issues/3110 ) ) ([ 3f8e8d1] ( https://github.com/googleapis/java-bigquery/commit/3f8e8d1f9477aed3a14bccf021d7ff982463022c ) )
18
+ * Update dependency org.graalvm.buildtools: native-maven-plugin to v0.10.0 ([ #3111 ] ( https://github.com/googleapis/java-bigquery/issues/3111 ) ) ([ 2858e96] ( https://github.com/googleapis/java-bigquery/commit/2858e96807190d995d9d682e056d90821da11b7a ) )
19
+ * Update dependency org.junit.vintage: junit-vintage-engine to v5.10.2 ([ #3119 ] ( https://github.com/googleapis/java-bigquery/issues/3119 ) ) ([ 4b4fdd8] ( https://github.com/googleapis/java-bigquery/commit/4b4fdd8ebc324d2bc48a9f78347247f4f6c2e424 ) )
20
+ * Update github/codeql-action action to v2.23.2 ([ #3102 ] ( https://github.com/googleapis/java-bigquery/issues/3102 ) ) ([ 2cc545e] ( https://github.com/googleapis/java-bigquery/commit/2cc545ec1c0267fd9c33f3f1566f29d9a30f514e ) )
21
+ * Update github/codeql-action action to v2.24.0 ([ #3114 ] ( https://github.com/googleapis/java-bigquery/issues/3114 ) ) ([ 01f0405] ( https://github.com/googleapis/java-bigquery/commit/01f04059ab119da759536426938c1069906c8be4 ) )
22
+
3
23
## [ 2.37.0] ( https://github.com/googleapis/java-bigquery/compare/v2.36.0...v2.37.0 ) (2024-01-25)
4
24
5
25
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<artifactId >google-cloud-bigquery-parent</artifactId >
8
8
<groupId >com.google.cloud</groupId >
9
- <version >2.37.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-bigquery:current} -->
9
+ <version >2.37.1</version ><!-- {x-version-update:google-cloud-bigquery:current} -->
10
10
</parent >
11
11
12
12
<properties >
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-bigquery</artifactId >
6
- <version >2.37.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-bigquery:current} -->
6
+ <version >2.37.1</version ><!-- {x-version-update:google-cloud-bigquery:current} -->
7
7
<packaging >jar</packaging >
8
8
<name >BigQuery</name >
9
9
<url >https://github.com/googleapis/java-bigquery</url >
10
10
<description >BigQuery</description >
11
11
<parent >
12
12
<groupId >com.google.cloud</groupId >
13
13
<artifactId >google-cloud-bigquery-parent</artifactId >
14
- <version >2.37.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-bigquery:current} -->
14
+ <version >2.37.1</version ><!-- {x-version-update:google-cloud-bigquery:current} -->
15
15
</parent >
16
16
<properties >
17
17
<site .installationModule>google-cloud-bigquery</site .installationModule>
Original file line number Diff line number Diff line change 4
4
<groupId >com.google.cloud</groupId >
5
5
<artifactId >google-cloud-bigquery-parent</artifactId >
6
6
<packaging >pom</packaging >
7
- <version >2.37.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-bigquery:current} -->
7
+ <version >2.37.1</version ><!-- {x-version-update:google-cloud-bigquery:current} -->
8
8
<name >BigQuery Parent</name >
9
9
<url >https://github.com/googleapis/java-bigquery</url >
10
10
<description >
111
111
<dependency >
112
112
<groupId >com.google.cloud</groupId >
113
113
<artifactId >google-cloud-bigquery</artifactId >
114
- <version >2.37.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-bigquery:current} -->
114
+ <version >2.37.1</version ><!-- {x-version-update:google-cloud-bigquery:current} -->
115
115
</dependency >
116
116
117
117
<dependency >
Original file line number Diff line number Diff line change 44
44
<dependency >
45
45
<groupId >com.google.cloud</groupId >
46
46
<artifactId >google-cloud-bigquery</artifactId >
47
- <version >2.37.1-SNAPSHOT </version >
47
+ <version >2.37.1</version >
48
48
</dependency >
49
49
<!-- {x-version-update-end} -->
50
50
<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-bigquery:2.37.0 :2.37.1-SNAPSHOT
4
+ google-cloud-bigquery:2.37.1 :2.37.1
You can’t perform that action at this time.
0 commit comments