mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-15 12:46:53 +00:00
feat(docs): Add section on updating DataHub for 1.0.0 (#12907)
This commit is contained in:
parent
fbd4c1e012
commit
449f10970b
@ -20,6 +20,16 @@ This file documents any backwards-incompatible changes in DataHub and assists pe
|
|||||||
|
|
||||||
### Breaking Changes
|
### 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.
|
- #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.
|
- #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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user