1
0
mirror of synced 2025-12-25 02:09:19 -05:00

GitBook: [changelog_update] 4 pages modified (#1361)

* GitBook: [changelog_update] 4 pages modified

* Update docs/changelog.md

Co-authored-by: Charles <giardina.charles@gmail.com>

Co-authored-by: John Lafleur <john@dataline.io>
Co-authored-by: Charles <giardina.charles@gmail.com>
This commit is contained in:
John Lafleur
2020-12-18 05:11:14 +11:00
committed by GitHub
parent 140f5a234d
commit 21c2993373
4 changed files with 18 additions and 11 deletions

View File

@@ -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
## 0.8.0 - delivered on 12/17/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
* **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
@@ -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.

View File

@@ -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

View File

@@ -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.

View File

@@ -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