File tree 6 files changed +25
-7
lines changed
6 files changed +25
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 2.13.0] ( https://github.com/googleapis/java-bigquery/compare/v2.12.0...v2.13.0 ) (2022-05-31)
4
+
5
+
6
+ ### Features
7
+
8
+ * add destinationExpirationTime to CopyJobConfiguration ([ #2031 ] ( https://github.com/googleapis/java-bigquery/issues/2031 ) ) ([ 9e0b351] ( https://github.com/googleapis/java-bigquery/commit/9e0b35136aed6ed489bff4d4ac86c4d5d83274be ) )
9
+
10
+
11
+ ### Documentation
12
+
13
+ * ** samples:** update querypagination sample ([ #2074 ] ( https://github.com/googleapis/java-bigquery/issues/2074 ) ) ([ 4e153f5] ( https://github.com/googleapis/java-bigquery/commit/4e153f525cc600cecdfabec600b166560ba62607 ) )
14
+
15
+
16
+ ### Dependencies
17
+
18
+ * update dependency com.google.cloud: google-cloud-datacatalog-bom to v1.8.1 ([ #2076 ] ( https://github.com/googleapis/java-bigquery/issues/2076 ) ) ([ 38d6bae] ( https://github.com/googleapis/java-bigquery/commit/38d6baefeebe0dc2858d38f6c44ad727b6beba92 ) )
19
+ * update dependency com.google.cloud: google-cloud-storage to v2.7.2 ([ #2077 ] ( https://github.com/googleapis/java-bigquery/issues/2077 ) ) ([ eb443df] ( https://github.com/googleapis/java-bigquery/commit/eb443dfd5fd26e9c424dcbb1b00af5260a525679 ) )
20
+
3
21
## [ 2.12.0] ( https://github.com/googleapis/java-bigquery/compare/v2.11.2...v2.12.0 ) (2022-05-25)
4
22
5
23
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.12.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-bigquery:current} -->
9
+ <version >2.13.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</artifactId >
6
- <version >2.12.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-bigquery:current} -->
6
+ <version >2.13.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.12.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-bigquery:current} -->
14
+ <version >2.13.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.12.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-bigquery:current} -->
7
+ <version >2.13.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 >
118
118
<dependency >
119
119
<groupId >com.google.cloud</groupId >
120
120
<artifactId >google-cloud-bigquery</artifactId >
121
- <version >2.12.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-bigquery:current} -->
121
+ <version >2.13.0 </version ><!-- {x-version-update:google-cloud-bigquery:current} -->
122
122
</dependency >
123
123
124
124
<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.12.1-SNAPSHOT </version >
47
+ <version >2.13.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.12 .0:2.12.1-SNAPSHOT
4
+ google-cloud-bigquery:2.13 .0:2.13.0
You can’t perform that action at this time.
0 commit comments