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

6/17 changelog updates (#4194)

Co-authored-by: Abhi Vaidyanatha <abhivaidyanatha@Abhis-MacBook-Pro.local>
This commit is contained in:
Abhi Vaidyanatha
2021-06-17 19:17:05 -07:00
committed by GitHub
parent ef853153a5
commit f4aefe6f68
2 changed files with 18 additions and 0 deletions

View File

@@ -10,6 +10,19 @@ 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.
## 6/17/2021
1 new source:
* [**Snowflake**](https://docs.airbyte.io/integrations/sources/snowflake)
New features:
**Postgres** source: now has comprehensive data type tests.
**Google Ads** source: now uses the [Google Ads Query Language](https://developers.google.com/google-ads/api/docs/query/overview)!
**S3** destination: supports Parquet output!
**S3** destination: supports Minio S3!
Bugfixes:
## 6/10/2021
1 new destination:
* [**S3**](https://docs.airbyte.io/integrations/destinations/s3)

View File

@@ -6,6 +6,11 @@ description: Be sure to not miss out on new features and improvements!
This is the changelog for Airbyte Platform. For our connector changelog, please visit our [Connector Changelog](connectors.md) page.
## [06-16-2021](https://github.com/airbytehq/airbyte/releases/tag/v0.26.0-alpha)
* Custom dbt transformations!
* Migrate basic normalization settings to the sync operations.
## [06-09-2021 - 0.24.8 / 0.25.0](https://github.com/airbytehq/airbyte/releases/tag/v0.24.8-alpha)
* Bugfix: Handle TINYINT(1) and BOOLEAN correctly and fix target file comparison for MySQL CDC.