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

Update docs to add 0.16.0 in changelogs (#2251)

* GitBook: [changelog_v0.16.0] 2 pages modified

* GitBook: [changelog_v0.16.0] one page modified

* GitBook: [changelog_v0.16.0] no pages and 46 assets modified

Co-authored-by: John Lafleur <john@dataline.io>
This commit is contained in:
John Lafleur
2021-03-02 18:17:41 +11:00
committed by GitHub
parent 9751446831
commit f28df4eca8
2 changed files with 30 additions and 3 deletions

View File

@@ -13,6 +13,11 @@ Note: Airbyte is not built on top of Singer, but is compatible with Singer's pro
**New sources:** Hive, MongoDB, Mailgun
**New destinations:** Panoply, S3, MySQL, Kafka, MongoDB
## 03/01/2021
* **New native Hubspot connector** with schema folder populated
* Facebook Marketing connector: add option to include deleted records
## 02/22/2021
* Bug fixes:

View File

@@ -8,20 +8,42 @@ 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!
## [02-19-2021](https://github.com/airbytehq/airbyte/milestone/22?closed=1)
* We now handle nested tables with the normalization steps. Check out the video below to see how it works.
## [03-01-2021 - 0.16](https://github.com/airbytehq/airbyte/milestone/22?closed=1)
* We made some progress to address **nested tables in our normalization.**
Previously, basic normalization would output nested tables as-is and append a number for duplicate tables. For example, Stripes nested address fields go from:
```text
Address
address_1
```
To
```text
Charges_source_owner_755_address
customers_shipping_c70_address
```
After the change, the parent tables are combined with the name of the nested table to show where the nested table originated. **This is a breaking change for the consumers of nested tables. Consumers will need to update to point at the new tables.**
## [02-19-2021 - 0.15](https://github.com/airbytehq/airbyte/milestone/22?closed=1)
* We now handle nested tables with the normalization steps. Check out the video below to see how it works.
{% embed url="https://youtu.be/I4fngMnkJzY" caption="" %}
## [02-12-2021](https://github.com/airbytehq/airbyte/milestone/21?closed=1)
## [02-12-2021 - 0.14](https://github.com/airbytehq/airbyte/milestone/21?closed=1)
* Front-end changes:
* Display Airbyte's version number
* Describe schemas using JsonSchema
* Better feedback on buttons
## [Beta launch](https://github.com/airbytehq/airbyte/milestone/15?closed=1) - Released 02/02/2021
## [Beta launch - 0.13](https://github.com/airbytehq/airbyte/milestone/15?closed=1) - Released 02/02/2021
* Add connector build status dashboard
* Support Schema Changes in Sources