Skip to content

Commit

Permalink
[Docs] January 2024 release notes (#34753)
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliekwong committed Feb 9, 2024
1 parent 44ddfb8 commit d6c8738
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/release_notes/january_2024.md
Original file line number Diff line number Diff line change
@@ -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 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

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) 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

1 change: 1 addition & 0 deletions docusaurus/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d6c8738

Please sign in to comment.