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

Edits to December release notes docs #21346

Merged
merged 1 commit into from
Jan 13, 2023
Merged
Changes from all 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
8 changes: 5 additions & 3 deletions docs/release_notes/december_2022.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,14 @@ This page includes new features and improvements to the Airbyte Cloud and Airbyt
### 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](https://github.com/airbytehq/airbyte/pull/20276)
* Improved the stream catalog index by defining `stream`. This precaution keeps all streams matching correctly and data organized consistently. [#20443](https://github.com/airbytehq/airbyte/pull/20443)
* Updated the `StandardDestinationDefintion` and moved normalization fields to a `normalizationConfig` object. [#20573](https://github.com/airbytehq/airbyte/pull/20573)
* Updated the API to support column selection configuration. [#20259](https://github.com/airbytehq/airbyte/pull/20259)
* Updated the API to support column selection configuration in Airbyte Cloud. [#20259](https://github.com/airbytehq/airbyte/pull/20259)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mfsiega-airbyte Here's what I have for the release note :) Let me know if you think we should make any changes.

* Ongoing improvements to Low-code CDK in alpha:
* Added `SessionTokenAuthenticator` for authentication management. [#19716](https://github.com/airbytehq/airbyte/pull/19716)
* Added the first iteration of the Configuration UI, which allows you to build connectors using forms instead of writing a YAML file. [#20008](https://github.com/airbytehq/airbyte/pull/20008)
* Added request options component to streams. You can now choose request options for streams in the connector builder. [#20497](https://github.com/airbytehq/airbyte/pull/20497)
* Fixed an issue where errors were not indicated properly by disregarding individually touched fields in `useBuilderErrors`. [#20463](https://github.com/airbytehq/airbyte/pull/20463)
* Fixed an issue where errors were not indicated properly by omitting individually touched fields in `useBuilderErrors`. [#20463](https://github.com/airbytehq/airbyte/pull/20463)
* Updated UI to match the current design, including UI text changes and the addition of the stream delete button. [#20464](https://github.com/airbytehq/airbyte/pull/20464)
* Upgraded Orval and updated the connector builder OpenAPI to pull the connector manifest schema directly into the API. [#20166](https://github.com/airbytehq/airbyte/pull/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](https://github.com/airbytehq/airbyte/pull/20573)