Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs] January 2024 release notes #34753

Merged
merged 3 commits into from
Feb 9, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 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.
nataliekwong marked this conversation as resolved.
Show resolved Hide resolved
nataliekwong marked this conversation as resolved.
Show resolved Hide resolved

## 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.
nataliekwong marked this conversation as resolved.
Show resolved Hide resolved
- Stripe and Salesforce are enabled to run [concurrently](https://github.com/airbytehq/airbyte/pull/34454) with full refresh with 4x-10x speed
nataliekwong marked this conversation as resolved.
Show resolved Hide resolved

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
Loading