Skip to main content

December 2022

Airbyte v0.40.24 to v0.40.26

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

New features

  • Added throughput metrics and a progress bar to the Connection Sync History UI for Airbyte Open Source. These provide real-time information on data transfer rates and sync progress. #19193
  • Added the custom connector UI in alpha to Airbyte Cloud, which allows you to create and update custom connectors. #20483
  • Added the stream details panel to the Connection Replication UI, which allows you to display and configure streams in your connection. #19219
    • Added source-defined Cursor and Primary key fields to the stream details panel. #20366
  • Added the UX flow for auto-detect schema changes. #19226
  • Added the auto-detect schema changes option to the Connection Replication UI, which allows you to choose whether Airbyte ignores or disables the connection when it detects a non-breaking schema change in the source. #19734
  • Added stream table configuration windows for Destination namespace and Stream name, which allow you to choose how the data is stored and edit the names and prefixes of tables in the destination. #19713
  • Added the AWS Secret Manager to Airbyte Open Source as an option for storing secrets. #19690
  • Added the Airbyte Cloud API in alpha, which allows you to programmatically control Airbyte Cloud through an API.

Improvements

  • Improved the Connection UX by preventing users from modifying an existing connection if there is a breaking change in the source schema. Now users must review changes before modifying the connection. #20276
  • Improved the stream catalog index by defining stream. This precaution keeps all streams matching correctly and data organized consistently. #20443
  • Updated the API to support column selection configuration in Airbyte Cloud. #20259
  • Ongoing improvements to Low-code CDK in alpha:
    • Added SessionTokenAuthenticator for authentication management. #19716
    • Added the first iteration of the Configuration UI, which allows you to build connectors using forms instead of writing a YAML file. #20008
    • Added request options component to streams. You can now choose request options for streams in the connector builder. #20497
    • Fixed an issue where errors were not indicated properly by omitting individually touched fields in useBuilderErrors. #20463
    • Updated UI to match the current design, including UI text changes and the addition of the stream delete button. #20464
    • Upgraded Orval and updated the connector builder OpenAPI to pull the connector manifest schema directly into the API. #20166

Bugs

  • Fixed an issue where Airbyte Cloud would not properly load the values of normalization fields into the database by updating destination definitions. #20573