File tree 7 files changed +22
-9
lines changed
google-cloud-bigquery-bom 7 files changed +22
-9
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 2.48.0] ( https://github.com/googleapis/java-bigquery/compare/v2.47.0...v2.48.0 ) (2025-02-04)
4
+
5
+
6
+ ### Features
7
+
8
+ * Implement wasNull for BigQueryResultSet ([ #3650 ] ( https://github.com/googleapis/java-bigquery/issues/3650 ) ) ([ c7ef94b] ( https://github.com/googleapis/java-bigquery/commit/c7ef94be115cd572df589385f9be801033d72d6d ) )
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * Update dependency com.google.api.grpc: proto-google-cloud-bigqueryconnection-v1 to v2.59.0 ([ #3660 ] ( https://github.com/googleapis/java-bigquery/issues/3660 ) ) ([ 3a6228b] ( https://github.com/googleapis/java-bigquery/commit/3a6228b4adc638759d3b2725c612e97e1a3b9cec ) )
14
+ * Update dependency com.google.cloud: google-cloud-datacatalog-bom to v1.63.0 ([ #3661 ] ( https://github.com/googleapis/java-bigquery/issues/3661 ) ) ([ 9bc8c01] ( https://github.com/googleapis/java-bigquery/commit/9bc8c0115dc16fb950567cd85cc7dfaa9df50d7d ) )
15
+
3
16
## [ 2.47.0] ( https://github.com/googleapis/java-bigquery/compare/v2.46.0...v2.47.0 ) (2025-01-29)
4
17
5
18
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.47.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-bigquery:current} -->
9
+ <version >2.48.0 </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-bom</artifactId >
6
- <version >2.47.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-bigquery:current} -->
6
+ <version >2.48.0 </version ><!-- {x-version-update:google-cloud-bigquery:current} -->
7
7
<packaging >pom</packaging >
8
8
<parent >
9
9
<groupId >com.google.cloud</groupId >
54
54
<dependency >
55
55
<groupId >com.google.cloud</groupId >
56
56
<artifactId >google-cloud-bigquery</artifactId >
57
- <version >2.47.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-bigquery:current} -->
57
+ <version >2.48.0 </version ><!-- {x-version-update:google-cloud-bigquery:current} -->
58
58
</dependency >
59
59
</dependencies >
60
60
</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-bigquery</artifactId >
6
- <version >2.47.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-bigquery:current} -->
6
+ <version >2.48.0 </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.47.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-bigquery:current} -->
14
+ <version >2.48.0 </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.47.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-bigquery:current} -->
7
+ <version >2.48.0 </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 >
93
93
<dependency >
94
94
<groupId >com.google.cloud</groupId >
95
95
<artifactId >google-cloud-bigquery</artifactId >
96
- <version >2.47.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-bigquery:current} -->
96
+ <version >2.48.0 </version ><!-- {x-version-update:google-cloud-bigquery:current} -->
97
97
</dependency >
98
98
99
99
<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.47.1-SNAPSHOT </version >
47
+ <version >2.48.0 </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.47 .0:2.47.1-SNAPSHOT
4
+ google-cloud-bigquery:2.48 .0:2.48.0
You can’t perform that action at this time.
0 commit comments