Skip to content

Commit

Permalink
0.27.1 Connector Patch Notes (#4646)
Browse files Browse the repository at this point in the history
Co-authored-by: Abhi Vaidyanatha <abhivaidyanatha@Abhis-MacBook-Pro.local>
  • Loading branch information
2 people authored and gl-pix committed Jul 22, 2021
1 parent 47fe87c commit 8d949bb
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 7 deletions.
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

0 comments on commit 8d949bb

Please sign in to comment.