From 57bd8b0fcd673af050a4ed93fcf7d076b36ef985 Mon Sep 17 00:00:00 2001 From: Natalie Kwong <38087517+nataliekwong@users.noreply.github.com> Date: Thu, 1 Feb 2024 17:58:53 +0000 Subject: [PATCH 1/2] release --- docs/release_notes/january_2024.md | 18 ++++++++++++++++++ docusaurus/sidebars.js | 1 + 2 files changed, 19 insertions(+) create mode 100644 docs/release_notes/january_2024.md diff --git a/docs/release_notes/january_2024.md b/docs/release_notes/january_2024.md new file mode 100644 index 000000000000..90b7f81c844b --- /dev/null +++ b/docs/release_notes/january_2024.md @@ -0,0 +1,18 @@ +# January 2024 +## airbyte v0.50.41 to v0.50.45 + +This page includes new features and improvements to the Airbyte Cloud and Airbyte Open Source platforms. + +## ✨ Highlights + +Airbyte released our [Redshift destination](https://github.com/airbytehq/airbyte/pull/34077) on the [Destinations V2](./upgrading_to_destinations_v2) framework. This enables you to map tables one-to-one with your source, better error handling, and deliver data incrementally. + +## Connector Improvements + +In addition to our Redshift V2 destination, we also released a few notable Connector improvements: + + - Our S3 Source now supports [IAM role-based authentication](https://github.com/airbytehq/airbyte/pull/33818), allowing users to utilize IAM roles for more granular control over permissions and to eliminate the need for managing static access keys. + - Our [Salesforce](https://github.com/airbytehq/airbyte/issues/30819) source now supports syncing the object ContentDocumentLink, which enables reporting for files within Content Documents. + - [OneDrive](https://docs.airbyte.com/integrations/sources/microsoft-onedrive) is now offered as a source from which to connect your files. + - Stripe and Salesforce are enabled to run [concurrently](https://github.com/airbytehq/airbyte/pull/34454) with full refresh with 4x-10x speed + diff --git a/docusaurus/sidebars.js b/docusaurus/sidebars.js index f17159539f60..e9b09d438c83 100644 --- a/docusaurus/sidebars.js +++ b/docusaurus/sidebars.js @@ -598,6 +598,7 @@ module.exports = { type: "generated-index", }, items: [ + "release_notes/january_2024", "release_notes/december_2023", "release_notes/november_2023", "release_notes/october_2023", From 207142fdf9752550cb77a322a0999c7c361369b7 Mon Sep 17 00:00:00 2001 From: Natalie Kwong <38087517+nataliekwong@users.noreply.github.com> Date: Thu, 8 Feb 2024 04:42:44 +0000 Subject: [PATCH 2/2] Kat updates --- docs/release_notes/january_2024.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/release_notes/january_2024.md b/docs/release_notes/january_2024.md index 90b7f81c844b..95be1d2b5c70 100644 --- a/docs/release_notes/january_2024.md +++ b/docs/release_notes/january_2024.md @@ -5,7 +5,7 @@ This page includes new features and improvements to the Airbyte Cloud and Airbyt ## ✨ Highlights -Airbyte released our [Redshift destination](https://github.com/airbytehq/airbyte/pull/34077) on the [Destinations V2](./upgrading_to_destinations_v2) framework. This enables you to map tables one-to-one with your source, better error handling, and deliver data incrementally. +Airbyte migrated our [Redshift destination](https://github.com/airbytehq/airbyte/pull/34077) on the [Destinations V2](./upgrading_to_destinations_v2) framework. This enables you to map tables one-to-one with your source, experience better error handling, and deliver data incrementally. ## Connector Improvements @@ -13,6 +13,6 @@ In addition to our Redshift V2 destination, we also released a few notable Conne - Our S3 Source now supports [IAM role-based authentication](https://github.com/airbytehq/airbyte/pull/33818), allowing users to utilize IAM roles for more granular control over permissions and to eliminate the need for managing static access keys. - Our [Salesforce](https://github.com/airbytehq/airbyte/issues/30819) source now supports syncing the object ContentDocumentLink, which enables reporting for files within Content Documents. - - [OneDrive](https://docs.airbyte.com/integrations/sources/microsoft-onedrive) is now offered as a source from which to connect your files. - - Stripe and Salesforce are enabled to run [concurrently](https://github.com/airbytehq/airbyte/pull/34454) with full refresh with 4x-10x speed + - [OneDrive](https://docs.airbyte.com/integrations/sources/microsoft-onedrive) and [Sharepoint](https://github.com/airbytehq/airbyte/pull/33537) are now offered as a source from which to connect your files. + - Stripe and Salesforce are enabled to run [concurrently](https://github.com/airbytehq/airbyte/pull/34454) with full refresh with 4x speed