-
Notifications
You must be signed in to change notification settings - Fork 321
Add release notes for 6.1.4 #3895
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 adds release notes for the upcoming hotfix release 6.1.4 and updates the AI prompt file for generating release notes. The release includes bug fixes for SqlDataAdapter and connection pooling, a new MultiSubnetFailover application context switch, and dependency updates for security improvements.
Changes:
- Added release notes for version 6.1.4 documenting fixes, new features, and dependency updates
- Updated CHANGELOG.md with the 6.1.4 release entry
- Updated the release-notes prompt file to improve AI-generated release notes with better tool names and additional instructions
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 9 comments.
| File | Description |
|---|---|
| release-notes/6.1/README.md | Added 6.1.4 release entry to the version table |
| release-notes/6.1/6.1.4.md | New release notes file documenting bug fixes, new MultiSubnetFailover switch, and dependency/performance updates |
| CHANGELOG.md | Added 6.1.4 release entry with same content as release notes |
| .github/prompts/release-notes.prompt.md | Updated tool names with namespaces, added instruction to fetch original PR context for ports, and added instruction to ignore engineering PRs |
|
@paulmedynski I've opened a new pull request, #3896, to work on those changes. Once the pull request is ready, I'll request review from you. |
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
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
paulmedynski
left a comment
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.
Approved, with one bot comment remaining.
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
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
Description
This PR adds release notes for upcoming hotfix release 6.1.4
Additionally, prompt file has been tweaked to generate release notes through AI.
Guidelines
Please review the contribution guidelines before submitting a pull request: