1
0
mirror of synced 2025-12-23 21:03:15 -05:00

Add the ssh support for mssql (#62078)

Co-authored-by: davinchia <davinchia@gmail.com>
This commit is contained in:
Benoit Moriceau
2025-06-26 09:49:53 -07:00
committed by GitHub
parent d464a55e7d
commit c43772c38b
8 changed files with 272 additions and 3 deletions

View File

@@ -158,6 +158,7 @@ See the [Getting Started: Configuration section](#configuration) of this guide f
| Version | Date | Pull Request | Subject |
|:-----------|:-----------|:-----------------------------------------------------------|:----------------------------------------------------------------------------------------------------|
| 2.2.12 | 2025-06-26 | [62078](https://github.com/airbytehq/airbyte/pull/62078) | Add SSH tunnel support |
| 2.2.11 | 2025-05-30 | [61017](https://github.com/airbytehq/airbyte/pull/61017) | Integration test fixes |
| 2.2.10 | 2025-05-29 | [60897](https://github.com/airbytehq/airbyte/pull/60897) | Internal fixes |
| 2.2.9 | 2025-05-19 | [60791](https://github.com/airbytehq/airbyte/pull/60791) | Fix bug in detecting schema change when stream has no columns |