-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add breaking changes to release notes #2936
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR enhances the release notes by adding a dedicated section for breaking changes and updating API information for clarity.
- Added a "Breaking changes" section with clear details on removed or replaced parameters and APIs.
- Updated the main release notes page layout to improve readability and navigation.
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
docs/release-notes/index.md | Added a new "Breaking changes" section and updated API and enhancements lists. |
docs/release-notes/breaking-changes.md | Introduced detailed dropdown sections for breaking changes with mitigation actions. |
Comments suppressed due to low confidence (1)
docs/release-notes/index.md:29
- [nitpick] Consider hyperlinking 'breaking changes page' to the detailed documentation to enhance navigation.
See the breaking changes page for more details.
Co-authored-by: Copilot <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Spotted some typos and other minor issues, but otherwise LGTM!
docs/release-notes/index.md
Outdated
### DSL | ||
* Add `ignore_malformed`, `script`, `on_script_error` and `time_series_dimension` to Boolean field | ||
* Add `index` to GeoShape field | ||
* Add `search_inference_id` to SemanticText field | ||
|
||
### Features and enhancements [elasticsearch-python-client-900-features-enhancements] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would just delete the empty "Features and enhancements" and "Fixes" sections
Co-authored-by: Marci W <[email protected]>
Co-authored-by: Marci W <[email protected]>
Co-authored-by: Marci W <[email protected]>
Thanks Marci! LGTM. |
* Add breaking changes to release notes * Add upgrade tip * Update docs/release-notes/index.md Co-authored-by: Copilot <[email protected]> * Fix impact/action formatting * Fix links * Apply suggestions from code review Co-authored-by: Marci W <[email protected]> * Apply suggestions from code review Co-authored-by: Marci W <[email protected]> * Update docs/release-notes/breaking-changes.md Co-authored-by: Marci W <[email protected]> * Remove empty sections --------- Co-authored-by: Copilot <[email protected]> Co-authored-by: Marci W <[email protected]> (cherry picked from commit 185d90a)
* Add breaking changes to release notes * Add upgrade tip * Update docs/release-notes/index.md * Fix impact/action formatting * Fix links * Apply suggestions from code review * Apply suggestions from code review * Update docs/release-notes/breaking-changes.md * Remove empty sections --------- (cherry picked from commit 185d90a) Co-authored-by: Quentin Pradet <[email protected]> Co-authored-by: Copilot <[email protected]> Co-authored-by: Marci W <[email protected]>
I also added sections to the main release notes page for easier readability.