Skip to content

Commit

Permalink
Update platform.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlafleur committed Mar 17, 2021
1 parent b887229 commit 6c8d110
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/changelog/platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,23 @@ If you're interested in our progress on the Airbyte platform, please read below!

* We now handle nested tables with the normalization steps. Check out the video below to see how it works.

## [03-15-2021 - 0.17.1](https://github.com/airbytehq/airbyte/releases/tag/v0.17.1-alpha)

* **Creating and deleting multiple workspaces** is now supported via the API. Thanks to [@Samuel Gordalina](https://github.com/gordalina) for contributing this feature!
* Normalization now supports numeric types with precision greater than 32 bits
* Normalization now supports union data types
* Support longform text inputs in the UI for cases where you need to preserve formatting on connector inputs like .pem keys
* Expose the latest available connector versions in the API
* Airflow: published a new [tutorial](https://docs.airbyte.io/tutorials/using-the-airflow-airbyte-operator) for how to use the Airbyte operator. Thanks [@Marcos Marx](https://github.com/marcosmarxm) for writing the tutorial!
* Connector Contributions: All connectors now describe how to contribute to them without having to touch Airbyte’s monorepo build system -- just work on the connector in your favorite dev setup!


## [03-08-2021 - 0.17](https://github.com/airbytehq/airbyte/releases/tag/v0.17.0-alpha)

* Integration with Airflow is here. Thanks to @Marcos Marx, you can now run Airbyte jobs from Airflow directly. A tutorial is on the way and should be coming this week!
* Add a prefix for tables, so that tables with the same name don't clobber each other in the destination


## [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.**
Expand Down

0 comments on commit 6c8d110

Please sign in to comment.