File tree Expand file tree Collapse file tree 6 files changed +34
-6
lines changed Expand file tree Collapse file tree 6 files changed +34
-6
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 33
44All 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  )
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
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>
Original file line number Diff line number Diff line change 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 >
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments