diff --git a/docs/release_notes/assets/new-schema-tab.png b/docs/release_notes/assets/new-schema-tab.png new file mode 100644 index 000000000000..cbd482621adf Binary files /dev/null and b/docs/release_notes/assets/new-schema-tab.png differ diff --git a/docs/release_notes/v-1.1.md b/docs/release_notes/v-1.1.md new file mode 100644 index 000000000000..001bf182e0ca --- /dev/null +++ b/docs/release_notes/v-1.1.md @@ -0,0 +1,24 @@ +# Airbyte 1.1.0 + +The 1.1.0 release includes the following enhancements and bug fixes. + +## 🚀 Features + +## Platform Releases +- Adds field hashing for Self-Managed Enterprise +- Adds the [Connection Timeline](../../cloud/managing-airbyte-cloud/review-connection-timeline), replacing the Job History for a connection. For assistance with the migration of existing jobs to the new timeline events, follow our [guide](https://github.com/airbytehq/airbyte/discussions/46319). + +- Redesigned the schema tab to improve the selection & deselection of streams and fields. Sync modes, cursor fields, and primary keys are also selected here. + +![Schema Tab](./assets/new-schema-tab.png) + +- Custom Docker-based connectors can now be renamed and deleted + +## Support Experience +- Diagnostics can be downloaded through the Organization Settings page, which will export a JSON file to facilitate sharing with Support. This JSON file includes relevant infrastructure and connection information. (Self-Managed Enterprise only) + +## Billing & Licenses +- Self-Managed Enterprise users can now view directly in the UI when the license is expiring. + +## Changelog +See the [Full Changelog](https://github.com/airbytehq/airbyte/releases) \ No newline at end of file diff --git a/docusaurus/sidebars.js b/docusaurus/sidebars.js index 788729329bf1..945c3c0a9701 100644 --- a/docusaurus/sidebars.js +++ b/docusaurus/sidebars.js @@ -719,6 +719,7 @@ module.exports = { type: "generated-index", }, items: [ + "release_notes/v-1.1", "release_notes/v-1.0", "release_notes/aug_2024", "release_notes/july_2024",