feat(docs): Add section on updating DataHub for 1.0.0 (#12907)

This commit is contained in:
Pedro Silva 2025-03-21 18:46:49 +00:00 committed by GitHub
parent fbd4c1e012
commit 449f10970b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,6 +20,16 @@ This file documents any backwards-incompatible changes in DataHub and assists pe
### Breaking Changes
### Potential Downtime
### Deprecations
### Other Notable Changes
## 1.0.0
### Breaking Changes
- #12673: Business Glossary ID generation has been modified to handle special characters and URL cleaning. When `enable_auto_id` is false (default), IDs are now generated by cleaning the name (converting spaces to hyphens, removing special characters except periods which are used as path separators) while preserving case. This may result in different IDs being generated for terms with special characters.
- #12580: The OpenAPI source handled nesting incorrectly. 12580 fixes it to create proper nested field paths, however, this will re-write the incorrect schemas of existing OpenAPI runs.