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

[Docs] March 2024 Release Notes #36871

Merged
merged 24 commits into from
Apr 12, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions docs/release_notes/march_2024.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# February 2024
nataliekwong marked this conversation as resolved.
Show resolved Hide resolved
## airbyte v0.51.0 to v0.56.0

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

## ✨ Highlights

Airbyte now supports **OpenID Connect (OIDC) SSO** for Airbyte Enterprise and Airbyte Cloud Teams. This enables companies to use Airbyte with Entra ID/AD via the OIDC protocol.

Airbyte certified our [Microsoft SQL Server source](/integrations/sources/mssql) to support terabyte-sized tables, expanded datetime data types, and reliability improvements.

Airbyte migrated our [Redshift destination](https://github.com/airbytehq/airbyte/pull/36255) to the [Destinations V2](./upgrading_to_destinations_v2) framework. This enables you to map tables one-to-one with your source, experience better error handling (particularly with large records), and deliver data incrementally.


## Platform Releases

In addition to our OpenID Connect support, we also released:

- A major upgrade to our Docker and Helm deployments, which simplifies how external logs are configured. Learn more about the specific changes in our [migration guide](/deploying-airbyte/on-kubernetes-via-helm#migrate-from-old-chart-to-airbyte-v0520-and-latest-chart-version).


- Our major version upgrades (Airbyte Cloud only) now only require manual upgrading when you are actively syncing a stream that has changed. Otherwise, syncs will continue as is and the version will be upgraded automatically for you.

## Connector Improvements

In addition to our MS-SQL certification, we also released a few notable Connector improvements:

- We released several connector builder enhancements,including support for raw YAML blocks and the ability to reference custom python components to enable running connectors that use custom components. You can also modify the start date when testing and adjust page/slice/record limits.
nataliekwong marked this conversation as resolved.
Show resolved Hide resolved
- Our [Bing source](https://github.com/airbytehq/airbyte/pull/35812) includes the following new streams: `Audience Performance Report`, `Goals And Funnels Report`, `Product Dimension Performance Report`
- Our [JIRA source](https://github.com/airbytehq/airbyte/pull/35656) now contains more fields to the following streams: `board_issues`,`filter_sharing`,`filters`,`issues`, `permission_schemes`, `sprint_issues`,`users_groups_detailed` and `workflows`
- Our [Snapchat Source](https://github.com/airbytehq/airbyte/pull/35660) now contains additional fields in the `ads`, `adsquads`, `creatives`, and `media` streams.
2 changes: 1 addition & 1 deletion docs/using-airbyte/core-concepts/namespaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ products: all

Namespaces are used to generally organize data, separate tests and production data, and enforce permissions. In most cases, namespaces are schemas in the database you're replicating to.

As a part of connection setup, you select where in the destination you want to write your data. Note: The default configuration is **Destination default**.
As a part of connection setup, you select where in the destination you want to write your data. Note: The default configuration is **Destination-defined**.

| Destination Namespace | Description |
| ---------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- |
Expand Down
4 changes: 4 additions & 0 deletions docs/using-airbyte/core-concepts/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ For more details, see our [dbt integration documentation](/cloud/managing-airbyt

A workspace is a grouping of sources, destinations, connections, and other configurations. It lets you collaborate with team members and share resources across your team under a shared billing account.

## Organization

Organizations let you collaborate with team members and share workspaces across your team.

## Glossary of Terms

You can find a 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/).
5 changes: 2 additions & 3 deletions docs/using-airbyte/workspaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ products: cloud, oss-enterprise
A workspace in Airbyte allows you to collaborate with other users and manage connections together. On Airbyte Cloud it will allow you to share billing details for a workspace.

:::info
Airbyte [credits](https://airbyte.com/pricing) are assigned per workspace and cannot be transferred between workspaces.
:::
Airbyte [credits](https://airbyte.com/pricing) are by default assigned per workspace and cannot be transferred between workspaces. [Get in touch](https://airbyte.com/company/talk-to-sales) with us if you would like to centralize billing across workspaces:::

## Add users to your workspace

Expand Down Expand Up @@ -62,7 +61,7 @@ To delete a workspace:

3. In the **Delete your workspace** section, click **Delete**.

## Single workspace vs. multiple workspaces
## Multiple workspaces

You can use one or multiple workspaces with Airbyte Cloud, which gives you flexibility in managing user access and billing.

Expand Down
1 change: 1 addition & 0 deletions docusaurus/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -602,6 +602,7 @@ module.exports = {
type: "generated-index",
},
items: [
"release_notes/march_2024",
"release_notes/february_2024",
"release_notes/january_2024",
"release_notes/december_2023",
Expand Down