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

Adding July Release Notes to Docs #29446

Merged
merged 2 commits into from
Aug 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions docs/release_notes/july_2023.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# July 2023
## airbyte v0.50.6 to v0.50.11

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

## **✨ New and improved features**

- **New Sources and Promotions**: July has been a month of expansion and innovation for us. We've rolled out several new connectors and promotions to enhance our offerings. One of the significant additions is the **[Datadog connector](https://github.com/airbytehq/airbyte/pull/27906)** to the cloud, which promises to streamline data integration from Datadog. Another noteworthy introduction is the destination for **[Vector Database powered by LangChain](https://github.com/airbytehq/airbyte/pull/26184)**, a powerful database solution. We've also ventured into new territories with the introduction of the **[Gainsight-px source](https://github.com/airbytehq/airbyte/pull/26998)**. Additionally, our commitment to keeping our tools updated is reflected in the upgrade of the **[Iceberg destination](https://github.com/airbytehq/airbyte/pull/23201)**.
- **New Features for Existing Connectors**: Our existing connectors have received a lot of love this month. We've made OAuth the exclusive option for **[Shopify-Oauth](https://chat.openai.com/c/e3dcdfa7-a2d3-46b5-9976-2bb866e1bb2a#6457)**, enhancing security and simplifying the authentication process. The **[Datadog source](https://github.com/airbytehq/airbyte/pull/27804)** now supports multiple query streams, offering more flexibility in data retrieval. We've also enriched our **[Twilio](https://github.com/airbytehq/airbyte/pull/27231)** and **[Zendesk Support](https://github.com/airbytehq/airbyte/pull/27156)** connectors with new streams, broadening the scope of data that can be accessed. Furthermore, several sources have been migrated to advanced authentication, reinforcing security and streamlining the user experience.
- **New Features in Airbyte Platform**: On the platform front, we've introduced aesthetic and functional enhancements. Users can now enjoy a visually pleasing **[Dark Mode](https://chat.openai.com/c/e3dcdfa7-a2d3-46b5-9976-2bb866e1bb2a#6632)**, reducing eye strain during extended usage. We've also made it easier to manage data synchronization with the addition of a **[sync mode dropdown](https://chat.openai.com/c/e3dcdfa7-a2d3-46b5-9976-2bb866e1bb2a#7688)** in the stream details panel. For those building connectors, the new **[global requests UI](https://chat.openai.com/c/e3dcdfa7-a2d3-46b5-9976-2bb866e1bb2a#7699)** in the Connector Builder promises a more intuitive experience.

## **🚨 Security & Breaking changes**

- Ensuring the security and reliability of our platform is paramount. This month, we've addressed several issues and made breaking changes to enhance performance. The incremental for the **[Hubspot engagement stream](https://github.com/airbytehq/airbyte/pull/27161)** has been fixed, ensuring accurate data retrieval. We've also taken the step to remove the **`Activity`** Stream from **[MetaBase](https://github.com/airbytehq/airbyte/pull/27777)** for optimization. The **[Facebook Marketing source](https://github.com/airbytehq/airbyte/pull/27563)** has been updated to use SDK v17, ensuring compatibility and enhanced performance.

## **🐛 Bug fixes**

- Our commitment to delivering a bug-free experience is unwavering. July saw us addressing a myriad of issues across our platform. We've rectified the **[custom connector creation flow](https://chat.openai.com/c/e3dcdfa7-a2d3-46b5-9976-2bb866e1bb2a#8018)**, ensuring a smoother user experience. Several sources, including **[Square](https://github.com/airbytehq/airbyte/pull/27762)** and **[Greenhouse](https://github.com/airbytehq/airbyte/pull/27773)**, have been updated following state management changes in the CDK. We've also tackled specific issues in connectors like **[Google Ads](https://github.com/airbytehq/airbyte/pull/27711)** and **[Datadog](https://github.com/airbytehq/airbyte/pull/27784)**, ensuring they function optimally.
1 change: 1 addition & 0 deletions docusaurus/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,7 @@ module.exports = {
},
items: [
"release_notes/upgrading_to_destinations_v2",
"release_notes/july_2023",
"release_notes/june_2023",
"release_notes/may_2023",
"release_notes/april_2023",
Expand Down
Loading