Skip to content

Commit dbe5cd8

Browse files
authored
added jan release notes to docs (#22437)
1 parent e8386a2 commit dbe5cd8

File tree

3 files changed

+24
-1
lines changed

3 files changed

+24
-1
lines changed

docs/cloud/core-concepts.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,4 +163,3 @@ When you [sign up](http://cloud.airbyte.io/signup) for Airbyte Cloud, we automat
163163
## Glossary of Terms
164164

165165
You find and extended list of [Airbyte specific terms](https://glossary.airbyte.com/term/airbyte-glossary-of-terms/), [data engineering concepts](https://glossary.airbyte.com/term/data-engineering-concepts) or many [other data related terms](https://glossary.airbyte.com/).
166-

docs/release_notes/january_2023.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# January 2023
2+
## Airbyte [v0.40.27](https://github.com/airbytehq/airbyte/releases/tag/v0.40.27) to [v0.40.32](https://github.com/airbytehq/airbyte/releases/tag/v0.40.32)
3+
4+
This page includes new features and improvements to the Airbyte Cloud and Airbyte Open Source platforms.
5+
6+
### New features
7+
* Added the [Free Connector Program](https://docs.airbyte.com/cloud/managing-airbyte-cloud#enroll-in-the-free-connector-program) to Airbyte Cloud, allowing you to sync connections with alpha or beta connectors for free.
8+
9+
### Improvements
10+
* Improved Airbyte Open Source by integrating [Docker Compose V2](https://docs.docker.com/compose/compose-v2/). You must have Docker Compose V2 [installed](https://docs.docker.com/compose/install/) before upgrading to Airbyte version 0.42.0 or later. [#19321](https://github.com/airbytehq/airbyte/pull/19321)
11+
* Improved the Airbyte Cloud UI by displaying the **Credits** label in the sidebar and low-credit alerts on the Credits page. [#20595](https://github.com/airbytehq/airbyte/pull/20595)
12+
* Improved the Airbyte CI workflow by adding support to pull requests and limiting the CI runs to only occur on pushes to the master branch. This enhances collaboration with external contributors and reduces unnecessary runs. [#21266](https://github.com/airbytehq/airbyte/pull/21266)
13+
* Improved the connector form by using proper validation in the array section. [#20725](https://github.com/airbytehq/airbyte/pull/20725)
14+
* Ongoing improvements to the [Connector Builder UI](https://docs.airbyte.com/connector-development/config-based/connector-builder-ui/?_ga=2.261393869.1948366377.1675105348-1616004530.1663010260) in alpha:
15+
* Added support for substream slicers and cartesian slicers, allowing the Connector Builder to create substreams and new streams from multiple existing streams. [#20861](https://github.com/airbytehq/airbyte/pull/20861)
16+
* Added support for in-schema specification and validation, including a manual schema option. [#20862](https://github.com/airbytehq/airbyte/pull/20862)
17+
* Added user inputs, request options, authentication, pagination, and slicing to the Connector Builder UI. [#20809](https://github.com/airbytehq/airbyte/pull/20809)
18+
* Added ability to convert from YAML manifest to UI form values. [#21142](https://github.com/airbytehq/airbyte/pull/21142)
19+
* Improved the Connector Builder’s conversion of YAML manifest to UI form values by resolving references and options in the manifest. The Connector Builder Server API has been updated with a new endpoint for resolving the manifest, which is now utilized by the conversion function. [#21898](https://github.com/airbytehq/airbyte/pull/21898)
20+
21+
# Bugs
22+
* Fixed an issue where the checkboxes in the stream table would collapse and updated icons to match the new design. [#21108](https://github.com/airbytehq/airbyte/pull/21108)
23+
* Fixed issues with non-breaking schema changes by adding an i18n string, ensuring supported options are rendered, and fixing a custom styling issue when resizing. [#20625](https://github.com/airbytehq/airbyte/pull/20625)

docusaurus/sidebars.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,7 @@ module.exports = {
425425
type: 'generated-index',
426426
},
427427
items: [
428+
'release_notes/january_2023',
428429
'release_notes/december_2022',
429430
'release_notes/november_2022',
430431
'release_notes/october_2022',

0 commit comments

Comments
 (0)