Skip to content

Commit

Permalink
[Docs] December 2023 Release Notes (#34389)
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliekwong committed Jan 20, 2024
1 parent 86f3c7d commit d77ea1d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/release_notes/december_2023.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# December 2023
## airbyte v0.50.36 to v0.50.40

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

## ✨ Highlights

Airbyte introduced a new schemaless mode for our MongoDB source connector to improve our ability to sync data from collections with varying fields for each document. This enhancement not only streamlines connector configuration, but also ensures reliable data propagation, even when upstream teams modify the fields uploaded to new MongoDB documents in your collection.

## Connector Improvements

In addition to our schemaless mode for MongoDB, we have also:

- Enhanced our [Bing Ads](https://github.com/airbytehq/airbyte/pull/33095) source by allowing for account-specific filtering and improved error handling.
- Enabled per-stream state for [MS SQL](https://github.com/airbytehq/airbyte/pull/33018) source to increase resiliency to stream changes.
- Published a new [OneDrive](https://github.com/airbytehq/airbyte/pull/32655) source connector to support additional unstructured data in files.
- Added streams for our [Hubspot](https://github.com/airbytehq/airbyte/pull/33266) source to add `property_history` for Companies and Deals. We also added incremental syncing for all property history streams for increased sync reliability.
- Improved our [Klaviyo](https://github.com/airbytehq/airbyte/pull/33099) source connector to account for rate-limiting and gracefully handle stream-specific errors to continue syncing other streams

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

0 comments on commit d77ea1d

Please sign in to comment.