From ca1dc881e1f1b735b4c7eb0bf5fb10bd66e8060d Mon Sep 17 00:00:00 2001 From: Sophia Wiley Date: Thu, 12 Jan 2023 11:04:44 -0800 Subject: [PATCH] added edits --- docs/release_notes/december_2022.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/release_notes/december_2022.md b/docs/release_notes/december_2022.md index 47d76a01d7e9f..66d06e42903fa 100644 --- a/docs/release_notes/december_2022.md +++ b/docs/release_notes/december_2022.md @@ -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) * 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)