Skip to content

Commit c213bb3

Browse files
authored
docs: 1.1.0 release noes (#46320)
1 parent a384791 commit c213bb3

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed
76.2 KB
Loading

docs/release_notes/v-1.1.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Airbyte 1.1.0
2+
3+
The 1.1.0 release includes the following enhancements and bug fixes.
4+
5+
## 🚀 Features
6+
7+
## Platform Releases
8+
- Adds field hashing for Self-Managed Enterprise
9+
- 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).
10+
11+
- Redesigned the schema tab to improve the selection & deselection of streams and fields. Sync modes, cursor fields, and primary keys are also selected here.
12+
13+
![Schema Tab](./assets/new-schema-tab.png)
14+
15+
- Custom Docker-based connectors can now be renamed and deleted
16+
17+
## Support Experience
18+
- 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)
19+
20+
## Billing & Licenses
21+
- Self-Managed Enterprise users can now view directly in the UI when the license is expiring.
22+
23+
## Changelog
24+
See the [Full Changelog](https://github.com/airbytehq/airbyte/releases)

docusaurus/sidebars.js

+1
Original file line numberDiff line numberDiff line change
@@ -719,6 +719,7 @@ module.exports = {
719719
type: "generated-index",
720720
},
721721
items: [
722+
"release_notes/v-1.1",
722723
"release_notes/v-1.0",
723724
"release_notes/aug_2024",
724725
"release_notes/july_2024",

0 commit comments

Comments
 (0)