Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connector notes for 0.27.3 #4794

Merged
merged 1 commit into from
Jul 16, 2021
Merged
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
16 changes: 16 additions & 0 deletions docs/project-overview/changelog/connectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,22 @@ Note: Airbyte is not built on top of Singer, but is compatible with Singer's pro

Check out our [connector roadmap](https://github.com/airbytehq/airbyte/projects/3) to see what we're currently working on.

## 7/16/2021
3 new sources:
* [**Zendesk Sunshine**](https://docs.airbyte.io/integrations/sources/zendesk-sunshine)
* [**Dixa**](https://docs.airbyte.io/integrations/sources/dixa)
* [**Typeform**](https://docs.airbyte.io/integrations/sources/typeform)

New Features:
* **MySQL** destination: Now supports normalization!
* **MSSQL** source: Now supports CDC (Change Data Capture).
* **Snowflake** destination: Data coming from Airbyte is now identifiable.
* **GitHub** source: Now handles rate limiting.

Bug Fixes:
* **GitHub** source: Now uses the correct cursor field for the `IssueEvents` stream.
* **Square** source: `send_request` method is no longer broken.

## 7/08/2021
7 new sources:
* [**PayPal Transaction**](https://docs.airbyte.io/integrations/sources/paypal-transaction)
Expand Down