Skip to content

Commit ac9e581

Browse files
Merge pull request #147 from Aiven-Open/release-2.10.0
Release version 2.10.0
2 parents f69c40f + 4a43785 commit ac9e581

File tree

6 files changed

+34
-6
lines changed

6 files changed

+34
-6
lines changed

docs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<parent>
3232
<groupId>com.wepay.kcbq</groupId>
3333
<artifactId>kcbq-parent</artifactId>
34-
<version>2.10.0-SNAPSHOT</version>
34+
<version>2.11.0-SNAPSHOT</version>
3535
</parent>
3636

3737
<artifactId>docs</artifactId>

docs/src/site/markdown/RELEASE_NOTES.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,34 @@
33

44
All releases can be found at https://github.com/Aiven-Open/bigquery-connector-for-apache-kafka/releases
55

6+
## v2.10.0
7+
### What's changed
8+
- Add ability to ignore unknown fields in kafka messages (#88)
9+
- skip test on kcbq-api build (#142)
10+
- Enable partition decorator syntax for Storage Write API (#69)
11+
- Specify Trace ID to enable BigQuery to track traffic originating from this connector. (#141)
12+
- Add ByteBuffer TypeAdapter to avoid reflection crash on Java 9+ (#140)
13+
- Add feature to update table schemas for GCStoBQ load jobs (#134)
14+
- Enable connection pooling on Storage Write API Default Stream (#89)
15+
- Update contributors list (#138)
16+
- Add design doc for WriteAPI partition decorator support (#135)
17+
- Add design doc and best practice doc (#136)
18+
- Add since tags to some configuration options
19+
- Update project id of BQ target table when useCredentialsProjectId is enabled (#123)
20+
- Bump version to 2.10.0-SNAPSHOT
21+
22+
### Co-authored by
23+
- Aindriú Lavelle
24+
- Claude Warren
25+
- hasan-cosan
26+
- Mariia Podgaietska
27+
- minsungoh
28+
- Siddharth Agrawal
29+
- Veli Can Ünal
30+
31+
### Full Changelog
32+
https://github.com/Aiven-Open/bigquery-connector-for-apache-kafka/compare/v2.9.0...v2.10.0
33+
634
## v2.9.0
735
### What's changed
836
- Fix retry login in GcsToBqWriter (#112)

kcbq-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<parent>
3232
<groupId>com.wepay.kcbq</groupId>
3333
<artifactId>kcbq-parent</artifactId>
34-
<version>2.10.0-SNAPSHOT</version>
34+
<version>2.11.0-SNAPSHOT</version>
3535
<relativePath>..</relativePath>
3636
</parent>
3737

kcbq-connector/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<parent>
3232
<groupId>com.wepay.kcbq</groupId>
3333
<artifactId>kcbq-parent</artifactId>
34-
<version>2.10.0-SNAPSHOT</version>
34+
<version>2.11.0-SNAPSHOT</version>
3535
<relativePath>..</relativePath>
3636
</parent>
3737
<url>https://github.com/Aiven-Open/bigquery-connector-for-apache-kafka/</url>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
<groupId>com.wepay.kcbq</groupId>
3030
<artifactId>kcbq-parent</artifactId>
31-
<version>2.10.0-SNAPSHOT</version>
31+
<version>2.11.0-SNAPSHOT</version>
3232
<packaging>pom</packaging>
3333

3434
<modules>
@@ -37,7 +37,7 @@
3737
</modules>
3838

3939
<properties>
40-
<latestRelease>2.9.0</latestRelease>
40+
<latestRelease>2.10.0</latestRelease>
4141
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4242
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
4343
<java.version>8</java.version>

tools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<parent>
3232
<groupId>com.wepay.kcbq</groupId>
3333
<artifactId>docs</artifactId>
34-
<version>2.10.0-SNAPSHOT</version>
34+
<version>2.11.0-SNAPSHOT</version>
3535
<relativePath>../docs</relativePath>
3636
</parent>
3737
<url>https://github.com/Aiven-Open/bigquery-connector-for-apache-kafka/</url>

0 commit comments

Comments
 (0)