diff --git a/docs/project-overview/changelog/README.md b/docs/project-overview/changelog/README.md index c512e7b03e217..3950e14852229 100644 --- a/docs/project-overview/changelog/README.md +++ b/docs/project-overview/changelog/README.md @@ -1,5 +1,30 @@ # Changelog +## 11/25/2021 Summary +Hey Airbyte Community! Let's go over all the changes from v.32.5 and prior! + +🎃 **Hacktoberfest Submissions** 🎃 +* New Source: Airtable (contributed by Tuan Nguyen). +* New Source: Notion (contributed by Bo Lu). +* New Source: Pardot (contributed by Tuan Nguyen). + +* New Source: Youtube analytics. + +* ✨ Source Exchange Rates: add ignore_weekends option. +* ✨ Source Facebook: add the videos stream. +* ✨ Source Freshdesk: removed the limitation in streams pagination. +* ✨ Source Jira: add option to render fields in HTML format. +* ✨ Source MongoDB v2: improve read performance. +* ✨ Source Pipedrive: specify schema for "persons" stream. +* ✨ Source PostgreSQL: exclude tables on which user doesn't have select privileges. +* ✨ Source Survey Monkey: improve connection check. + +* 🐛 Source Salesforce: improve resiliency of async bulk jobs. +* 🐛 Source Zendesk Support: fix missing ticket_id in ticket_comments stream. +* 🐛 Normalization: optimize incremental normalization runtime with Snowflake. + +As usual, thank you so much to our wonderful contributors this week that have made Airbyte into what it is today: Madison Swain-Bowden, Tuan Nguyen, Bo Lu, Adam Dobrawy, Christopher Wu, Luis Gomez, Ivica Taseski, Mario Molina, Ping Yee, Koji Matsumoto, Sujit Sagar, Shadab, Juozas V.([Labanoras Tech](http://labanoras.io)) and Serhii Chvaliuk! + ## 11/17/2021 Summary Hey Airbyte Community! Let's go over all the changes from v.32.1 and prior! But first, there's an important announcement I need to make about upgrading Airbyte to v.32.1. @@ -15,7 +40,7 @@ Keep in mind that this upgrade requires your all of your connector Specs to be r * New Destination: ScyllaDB (contributed by Ivica Taseski) * New Source: Azure Table Storage (contributed by geekwhocodes) -* New Source: Linnworks (contributed by Juozas) +* New Source: Linnworks (contributed by Juozas V.([Labanoras Tech](http://labanoras.io))) * ✨ Source MySQL: Now has basic performance tests. * ✨ Source Salesforce: We now automatically transform and handle incorrect data for the anyType and calculated types. @@ -190,7 +215,7 @@ We're going over the changes from 0.29.17 and before... and there's a lot of big **New Source**: Facebook Pages **New Destination**: MongoDB **New Destination**: DynamoDB -* 🎉 You can now send notifications via webhook for successes and failures on Airbyte syncs. \(This is a massive contribution by @Pras, thank you\) :tada: +* 🎉 You can now send notifications via webhook for successes and failures on Airbyte syncs. \(This is a massive contribution by @Pras, thank you\) 🎉 * 🎉 Scheduling jobs and worker jobs are now separated, allowing for workers to be scaled horizontally. * 🎉 When developing a connector, you can now preview what your spec looks like in real time with this process. * 🎉 Oracle destination: Now has basic normalization. @@ -201,7 +226,7 @@ We're going over the changes from 0.29.17 and before... and there's a lot of big * ✨ BigQuery destination: Added GCS upload option. * ✨ Salesforce source: Now Airbyte native. * ✨ Redshift destination: Optimized for performance. -* 🏗 CDK: :tada: We’ve released a tool to generate JSON Schemas from OpenAPI specs. This should make specifying schemas for API connectors a breeze! :tada: +* 🏗 CDK: 🎉 We’ve released a tool to generate JSON Schemas from OpenAPI specs. This should make specifying schemas for API connectors a breeze! 🎉 * 🏗 CDK: Source Acceptance Tests now verify that connectors correctly format strings which are declared as using date-time and date formats. * 🏗 CDK: Add private options to help in testing: \_limit and \_page\_size are now accepted by any CDK connector to minimze your output size for quick iteration while testing. * 🐛 Fixed a bug that made it possible for connector definitions to be duplicated, violating uniqueness. diff --git a/docs/project-overview/changelog/connectors.md b/docs/project-overview/changelog/connectors.md index 3ed44d7b5e114..2ddc11a6cf3f6 100644 --- a/docs/project-overview/changelog/connectors.md +++ b/docs/project-overview/changelog/connectors.md @@ -10,6 +10,27 @@ 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. +## 11/25/2021 + +New sources: + +* [**Airtable**](https://docs.airbyte.io/integrations/sources/airtable) +* [**Notion**](https://docs.airbyte.io/integrations/sources/notion) +* [**Pardot**](https://docs.airbyte.io/integrations/sources/pardot) +* [**Notion**](https://docs.airbyte.io/integrations/sources/linnworks) +* [**YouTube Analytics**](https://docs.airbyte.io/integrations/sources/youtube-analytics) + +New features: + +**Exchange Rates** Source: add `ignore_weekends` option. +**Facebook** Source: add the videos stream. +**Freshdesk** Source: removed the limitation in streams pagination. +**Jira** Source: add option to render fields in HTML format. +**MongoDB v2** Source: improve read performance. +**Pipedrive** Source: specify schema for "persons" stream. +**PostgreSQL** Source: exclude tables on which user doesn't have select privileges. +**Survey Monkey** Source: improve connection check. + ## 11/17/2021 New destination: diff --git a/docs/project-overview/changelog/platform.md b/docs/project-overview/changelog/platform.md index be4da806dafea..e93dc7d850768 100644 --- a/docs/project-overview/changelog/platform.md +++ b/docs/project-overview/changelog/platform.md @@ -6,9 +6,26 @@ 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. -## [11-12-2021 - 0.32.1](https://github.com/airbytehq/airbyte/releases/tag/v0.32.0-alpha) +## [20-12-2021 - 0.32.5](https://github.com/airbytehq/airbyte/releases/tag/v0.32.5-alpha) +* Add an endpoint that specify that the feedback have been given after the first sync. + +## [18-12-2021 - 0.32.4](https://github.com/airbytehq/airbyte/releases/tag/v0.32.4-alpha) +* No major changes to Airbyte Core. + +## [18-12-2021 - 0.32.3](https://github.com/airbytehq/airbyte/releases/tag/v0.32.3-alpha) * No major changes to Airbyte Core. +## [18-12-2021 - 0.32.2](https://github.com/airbytehq/airbyte/releases/tag/v0.32.2-alpha) +* Improve error handling when additional sources/destinations cannot be read. +* Implement connector config dependency for OAuth consent URL. +* Treat oauthFlowInitParameters just as hidden instead of getting rid of them. +* Stop using gentle close with heartbeat. + +## [17-12-2021 - 0.32.1](https://github.com/airbytehq/airbyte/releases/tag/v0.32.1-alpha) +* Add to the new connection flow form with an existing source and destination dropdown. +* Implement protocol change for OAuth outputs. +* Enhance API for use by cloud to provide per-connector billing info. + ## [11-12-2021 - 0.32.0](https://github.com/airbytehq/airbyte/releases/tag/v0.32.0-alpha) * This is a **MAJOR** version update. You need to [update to this version](../../operator-guides/upgrading-airbyte.md#mandatory-intermediate-upgrade) before updating to any version newer than `0.32.0`