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

0.27.1 Connector Patch Notes #4646

Merged
merged 1 commit into from
Jul 9, 2021
Merged
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
4 changes: 2 additions & 2 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
* [AWS CloudTrail](integrations/sources/aws-cloudtrail.md)
* [Braintree](integrations/sources/braintree.md)
* [ClickHouse](integrations/sources/clickhouse.md)
* [CockroachDB](integrations/sources/cockroachdb.md)
* [Db2](integrations/sources/db2.md)
* [Drift](integrations/sources/drift.md)
* [Exchange Rates API](integrations/sources/exchangeratesapi.md)
Expand Down Expand Up @@ -77,7 +78,6 @@
* [Plaid](integrations/sources/plaid.md)
* [PokéAPI](integrations/sources/pokeapi.md)
* [Postgres](integrations/sources/postgres.md)
* [CockroachDb](integrations/sources/cockroachdb.md)
* [PostHog](integrations/sources/posthog.md)
* [Quickbooks](integrations/sources/quickbooks.md)
* [Recharge](integrations/sources/recharge.md)
Expand All @@ -91,7 +91,7 @@
* [Snowflake](integrations/sources/snowflake.md)
* [Square](integrations/sources/square.md)
* [Stripe](integrations/sources/stripe.md)
* [Surveymonkey](integrations/sources/surveymonkey.md)
* [SurveyMonkey](integrations/sources/surveymonkey.md)
* [Tempo](integrations/sources/tempo.md)
* [Twilio](integrations/sources/twilio.md)
* [Zendesk Chat](integrations/sources/zendesk-chat.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/sources/cockroachdb.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CockroachDb
# CockroachDB

## Overview

Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/sources/surveymonkey.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Surveymonkey
# SurveyMonkey

## Sync overview

Expand Down
29 changes: 26 additions & 3 deletions docs/project-overview/changelog/connectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,33 @@ 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/06/2021
2 new sources:
* [**Airbyte-native Gitlab**](https://docs.airbyte.io/integrations/sources/gitlab)
## 7/08/2021
7 new sources:
* [**PayPal Transaction**](https://docs.airbyte.io/integrations/sources/paypal-transaction)
* [**Square**](https://docs.airbyte.io/integrations/sources/square)
* [**SurveyMonkey**](https://docs.airbyte.io/integrations/sources/surveymonkey)
* [**CockroachDB**](https://docs.airbyte.io/integrations/sources/cockroachdb)
* [**Airbyte-native GitLab**](https://docs.airbyte.io/integrations/sources/gitlab)
* [**Airbyte-native GitHub**](https://docs.airbyte.io/integrations/sources/github)
* [**Airbyte-native Twilio**](https://docs.airbyte.io/integrations/sources/twilio)

New Features:
* **S3** destination: Now supports `anyOf`, `oneOf` and `allOf` schema fields.
* **Instagram** source: Migrated to the CDK and has improved error handling.
* **Snowflake** source: Now has comprehensive data type tests.
* **Shopify** source: Change the default stream cursor field to `update_at` where possible.
* **Shopify** source: Add support for draft orders.
* **MySQL** destination: Now supports normalization.

Connector Development:
* **Python CDK**: Now allows setting of network adapter args on outgoing HTTP requests.
* Abstract classes for non-JDBC relational database sources.

Bugfixes:
* **GitHub** source: Fixed issue with `locked` breaking normalization of the pull_request stream.
* **PostgreSQL** source: Fixed decimal handling with CDC.
* **Okta** source: Fix endless loop when syncing data from logs stream.


## 7/01/2021

Expand Down