Skip to content

Commit 3f3f866

Browse files
authored
[Docs] Release Notes for February 2024 (#35909)
1 parent 0af41c4 commit 3f3f866

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

docs/release_notes/february_2024.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# February 2024
2+
## airbyte v0.50.46 to v0.50.54
3+
4+
This page includes new features and improvements to the Airbyte Cloud and Airbyte Open Source platforms.
5+
6+
## ✨ Highlights
7+
8+
Airbyte migrated our [Postgres destination](https://github.com/airbytehq/airbyte/pull/35042) 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, and deliver data incrementally.
9+
10+
## Platform Releases
11+
12+
- **Read-only Users** You can now enable read-only users in Airbyte Cloud (with Teams add-on) or Self-Managed Enterprise to administer read-only permissions in Airbyte. For access to this feature, reach out to our [Sales team](https://www.airbyte.com/company/talk-to-sales).
13+
14+
- Our Slack and Email (for Cloud only) notifications have received a facelift! Additional contextual information about sync failures or schema changes are now included in the notification to ensure you can act on any pipeline changes quickly.
15+
16+
## Connector Improvements
17+
18+
In addition to our Postgres V2 destination, we also released a few notable Connector improvements:
19+
20+
- Our [Paypal source](https://github.com/airbytehq/airbyte/pull/34510) has been rigorously tested for bugs and now syncs new streams `Catalog Products`, `Disputes`, `Invoicing`, `Orders`, `Payments` and `Subscriptions`.
21+
- [Chargebee](https://github.com/airbytehq/airbyte/pull/34053) source now syncs incrementally for `unbilled-charge`, `gift`, and `site_migration_detail`
22+
- We launched [PyAirbyte](/using-airbyte/pyairbyte/getting-started.mdx), a new interface to use Airbyte connectors with for Python developers.

docusaurus/sidebars.js

+1
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,7 @@ module.exports = {
602602
type: "generated-index",
603603
},
604604
items: [
605+
"release_notes/february_2024",
605606
"release_notes/january_2024",
606607
"release_notes/december_2023",
607608
"release_notes/november_2023",

0 commit comments

Comments
 (0)