Skip to content

Commit

Permalink
GitBook: [changelog_update] 4 pages modified (airbytehq#1361)
Browse files Browse the repository at this point in the history
* GitBook: [changelog_update] 4 pages modified

* Update docs/changelog.md

Co-authored-by: Charles <[email protected]>

Co-authored-by: John Lafleur <[email protected]>
Co-authored-by: Charles <[email protected]>
  • Loading branch information
3 people authored Dec 17, 2020
1 parent 140f5a2 commit 21c2993
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 12 deletions.
22 changes: 15 additions & 7 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,21 @@ This is the changelog for Airbyte core. For our connector changelog, please visi

If you're interested in our progress on the Airbyte platform, please read below!

## 0.8.0 - expected around 12/21/2020

Here is what we have in mind:

* **Incremental syncing v1** as append-only
* **New sources:** Intercom, Mixpanel, Jira Cloud, Zoom, Drift, Microsoft Teams, and more
## 0.8.0 - delivered on 12/17/2020

* **Incremental - Append"**
* We now allow sources to replicate only new or modified data. This enables to avoid re-fetching data that you have already replicated from a source.
* The delta from a sync will be _appended_ to the existing data in the data warehouse.
* Here are [all the details of this feature](architecture/incremental.md).
* It has been released for 15 connectors, including Postgres, MySQL, Intercom, Zendesk, Stripe, Twilio, Marketo, Shopify, GitHub, and all the destination connectors. We will expand it to all the connectors in the next couple of weeks.
* **Other features:**
* Improve interface for writing python sources \(should make writing new python sources easier and clearer\).
* Add support for running Standard Source Tests with files \(making them easy to run for any language a source is written in\)
* Add ability to reset data for a connection.
* **Bug fixes:**
* Update version of test containers we use to avoid pull issues while running tests.
* Fix issue where jobs were not sorted by created at in connection detail view.
* **New sources:** Intercom, Mixpanel, Jira Cloud, Zoom, Drift, Microsoft Teams

## 0.7.0 - delivered on 12/07/2020

Expand Down Expand Up @@ -68,4 +77,3 @@ This is our very first release after 2 months of work.
* **New blog:** we published a few articles on our startup journey, but also about our vision to making data integrations a commodity.

Stay tuned, we will have new sources and destinations very soon! Don't hesitate to subscribe to our [newsletter](https://airbyte.io/#subscribe-newsletter) to receive our product updates and community news.

6 changes: 3 additions & 3 deletions docs/integrations/destinations/local-csv.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Each stream will be output into its own file. Each file will contain 3 columns:

#### Features

| Feature | Supported |
| :--- | :--- |
| Full Refresh Sync | Yes |
| Feature | Supported | |
| :--- | :--- | :--- |
| Full Refresh Sync | Yes | |
| Incremental - Append Sync | Yes | |

#### Performance considerations
Expand Down
1 change: 0 additions & 1 deletion docs/integrations/destinations/snowflake.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Each stream will be output into its own table in Snowflake. Each table will cont
| Full Refresh Sync | Yes | |
| Incremental - Append Sync | Yes | |


## Getting started

We recommend creating an Airbyte-specific warehouse, database, schema, user, and role for writing data into Snowflake so it is possible to track costs specifically related to Airbyte \(including the cost of running this warehouse\) and control permissions at a granular level. Since the Airbyte user creates, drops, and alters tables, `OWNERSHIP` permissions are required in Snowflake. If you are not following the recommended script below, please limit the `OWNERSHIP` permissions to only the necessary database and schema for the Airbyte user.
Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/sources/twilio.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ This Source is capable of syncing the following core Streams:
| Feature | Supported?\(Yes/No\) | Notes |
| :--- | :--- | :--- |
| Full Refresh Sync | yes | |
| Incremental - Append Sync | Yes |
| Incremental - Append Sync | Yes | |

### Performance considerations

Expand Down

0 comments on commit 21c2993

Please sign in to comment.