Skip to content

Commit

Permalink
docs: May 2024 Release Notes (#39385)
Browse files Browse the repository at this point in the history
Co-authored-by: Audrey Maldonado <audrey.maldonado@gmail.com>
  • Loading branch information
nataliekwong and Adorism committed Jun 11, 2024
1 parent 235c0d2 commit 90c50e7
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
28 changes: 28 additions & 0 deletions docs/release_notes/may_2024.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# May 2024

## airbyte v0.58.1 to v0.62.2

This page includes new features and improvements to the Airbyte Cloud and Airbyte Open Source platforms.

## ✨ Highlights

Our certified database sources (Mongo, MySQL, MSSQL and Postgres) are now [resilient](/operator-guides/refreshes#resumability) to failures while syncing with full refresh sync mode. They’ll now checkpoint so that we resume syncing between attempts without needing to start over.

We expanded on our AI offering by releasing a new [Snowflake Cortex](/integrations/destinations/snowflake-cortex) destination to support users who prefer to use Snowflake as a vector store and utilize the LLM capabilities of Snowflake Cortex functions.


## Platform Releases

- We are now resilient to changes when a connector changes its defined primary key. This can occur during major version updates to a connector or when there are upstream adjustments to a source-defined primary key. Airbyte will gracefully recognize the change in the primary key and ask to update the connection before syncing again.

- (Self-Managed Enterprise only) We've made Enterprise configurations more secure and easier to support by deprecating the use of the airbyte.yaml file. Now, all Enterprise configuration is sourced from user-managed secrets.

## Connector Improvements

We also released a few notable connector improvements:

- [MongoDB source](https://github.com/airbytehq/airbyte/pull/38103) now supports UUIDs as a cursor
- [S3 Destination](https://github.com/airbytehq/airbyte/issues/32861) now supports IAM Role Authentication. Cloud users can reach out to Sales to enable the feature for their workspace.

- Errors are now systemized with the Python CDK, making it easier to define how failures are captured, the backoff strategy, and parse the received error messages.
- In the Connector Builder, the Authentication and Record Selector components can now be toggled to YAML mode. Users can also filter down to only relevant records using the Record Filter, coerce data types to make data consistent, or easily test different input states for Incremental syncs. Testing has become simpler by allowing the use of outputs as inputs. The builder also now allows custom authenticators or authenticators that are not yet added to the UI.
1 change: 1 addition & 0 deletions docusaurus/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,7 @@ module.exports = {
type: "generated-index",
},
items: [
"release_notes/may_2024",
"release_notes/april_2024",
"release_notes/march_2024",
"release_notes/february_2024",
Expand Down

0 comments on commit 90c50e7

Please sign in to comment.