Skip to content

Commit b6b53ad

Browse files
authored
update release notes for release 2.10.0 (#148)
1 parent 40628c3 commit b6b53ad

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

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)

0 commit comments

Comments
 (0)