Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
testExecutionConcurrency=-1
cdkVersion=0.1.61
cdkVersion=0.1.81
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ data:
type: GSM
connectorType: destination
definitionId: d4353156-9217-4cad-8dd7-c108fd4f74cf
dockerImageTag: 2.2.14
dockerImageTag: 2.2.15
dockerRepository: airbyte/destination-mssql
documentationUrl: https://docs.airbyte.com/integrations/destinations/mssql
githubIssueLabel: destination-mssql
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/destinations/mssql.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ See the [Getting Started: Configuration section](#configuration) of this guide f

| Version | Date | Pull Request | Subject |
|:-----------|:-----------|:-----------------------------------------------------------|:----------------------------------------------------------------------------------------------------|
| 2.2.15 | 2025-12-01 | [70267](https://github.com/airbytehq/airbyte/pull/70267) | Upgrade to Bulk CDK 0.1.81. |
| 2.2.14 | 2025-11-01 | [69130](https://github.com/airbytehq/airbyte/pull/69130) | Upgrade to Bulk CDK 0.1.61. |
| 2.2.13 | 2025-09-24 | [66684](https://github.com/airbytehq/airbyte/pull/66684) | Pin to CDK artifact |
| 2.2.12 | 2025-06-26 | [62078](https://github.com/airbytehq/airbyte/pull/62078) | Add SSH tunnel support |
Expand Down
Loading