|
2 | 2 |
|
3 | 3 | This page will walk through the process of developing with the Java CDK.
|
4 | 4 |
|
5 |
| -* [Developing with the Java CDK](#developing-with-the-java-cdk) |
6 |
| - * [Intro to the Java CDK](#intro-to-the-java-cdk) |
7 |
| - * [What is included in the Java CDK?](#what-is-included-in-the-java-cdk) |
8 |
| - * [How is the CDK published?](#how-is-the-cdk-published) |
9 |
| - * [Using the Java CDK](#using-the-java-cdk) |
10 |
| - * [Building the CDK](#building-the-cdk) |
11 |
| - * [Bumping the CDK version](#bumping-the-cdk-version) |
12 |
| - * [Publishing the CDK](#publishing-the-cdk) |
13 |
| - * [Developing Connectors with the Java CDK](#developing-connectors-with-the-java-cdk) |
14 |
| - * [Referencing the CDK from Java connectors](#referencing-the-cdk-from-java-connectors) |
15 |
| - * [Developing a connector alongside the CDK](#developing-a-connector-alongside-the-cdk) |
16 |
| - * [Publishing the CDK and switching to a pinned CDK reference](#publishing-the-cdk-and-switching-to-a-pinned-cdk-reference) |
17 |
| - * [Troubleshooting CDK Dependency Caches](#troubleshooting-cdk-dependency-caches) |
18 |
| - * [Developing a connector against a pinned CDK version](#developing-a-connector-against-a-pinned-cdk-version) |
19 |
| - * [Changelog](#changelog) |
20 |
| - * [Java CDK](#java-cdk) |
| 5 | +- [Developing with the Java CDK](#developing-with-the-java-cdk) |
| 6 | + - [Intro to the Java CDK](#intro-to-the-java-cdk) |
| 7 | + - [What is included in the Java CDK?](#what-is-included-in-the-java-cdk) |
| 8 | + - [How is the CDK published?](#how-is-the-cdk-published) |
| 9 | + - [Using the Java CDK](#using-the-java-cdk) |
| 10 | + - [Building the CDK](#building-the-cdk) |
| 11 | + - [Bumping the CDK version](#bumping-the-cdk-version) |
| 12 | + - [Publishing the CDK](#publishing-the-cdk) |
| 13 | + - [Developing Connectors with the Java CDK](#developing-connectors-with-the-java-cdk) |
| 14 | + - [Referencing the CDK from Java connectors](#referencing-the-cdk-from-java-connectors) |
| 15 | + - [Developing a connector alongside the CDK](#developing-a-connector-alongside-the-cdk) |
| 16 | + - [Publishing the CDK and switching to a pinned CDK reference](#publishing-the-cdk-and-switching-to-a-pinned-cdk-reference) |
| 17 | + - [Troubleshooting CDK Dependency Caches](#troubleshooting-cdk-dependency-caches) |
| 18 | + - [Developing a connector against a pinned CDK version](#developing-a-connector-against-a-pinned-cdk-version) |
| 19 | + - [Changelog](#changelog) |
| 20 | + - [Java CDK](#java-cdk) |
21 | 21 |
|
22 | 22 | ## Intro to the Java CDK
|
23 | 23 |
|
@@ -173,7 +173,8 @@ corresponds to that version.
|
173 | 173 | ### Java CDK
|
174 | 174 |
|
175 | 175 | | Version | Date | Pull Request | Subject |
|
176 |
| -|:--------|:-----------|:-----------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------| |
| 176 | +| :------ | :--------- | :--------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
| 177 | +| 0.38.2 | 2024-06-14 | [\#39460](https://github.com/airbytehq/airbyte/pull/39460) | Bump postgres JDBC driver version | |
177 | 178 | | 0.38.1 | 2024-06-13 | [\#39445](https://github.com/airbytehq/airbyte/pull/39445) | Sources: More CDK changes to handle big initial snapshots. |
|
178 | 179 | | 0.38.0 | 2024-06-11 | [\#39405](https://github.com/airbytehq/airbyte/pull/39405) | Sources: Debezium properties manager interface changed to accept a list of streams to scope to |
|
179 | 180 | | 0.37.1 | 2024-06-10 | [\#38075](https://github.com/airbytehq/airbyte/pull/38075) | Destinations: Track stream statuses in async framework |
|
|
0 commit comments