Skip to content

Comments

[Repo Assist] Release prep: update 7.0.0 change log with recent bug fixes#1616

Open
github-actions[bot] wants to merge 5 commits intomainfrom
repo-assist/release-7.0.0-prep-ab9c6619e55856eb
Open

[Repo Assist] Release prep: update 7.0.0 change log with recent bug fixes#1616
github-actions[bot] wants to merge 5 commits intomainfrom
repo-assist/release-7.0.0-prep-ab9c6619e55856eb

Conversation

@github-actions
Copy link
Contributor

🤖 This is an automated draft PR from Repo Assist, an AI assistant.

Summary

Updates the RELEASE_NOTES.md to add the bug fixes and breaking changes that were merged since 6.6.0 but were missing from the 7.0.0 - Unreleased section. Also restructures the 7.0.0 section with New Features and Bug Fixes sub-headings for clarity.

Changes in RELEASE_NOTES.md

The following merged PRs were not yet recorded under 7.0.0 - Unreleased:

Fix Issue(s) Merged PR
Singularization of *ases words (e.g. databasesdatabase) #1508 #1524
Register CodePagesEncodingProvider on .NET 6+ for #r "nuget:" users #1453 #1612
JsonConversions.AsDecimal now handles JsonValue.Float (exponential notation) #1230 #1608
JsonValue.Float serialization: whole-number floats now output 100.0 not 100 #1356 #1606
HtmlNode.ToString: whitespace inside <pre> elements now preserved #1509, #1223 #1605
CSV schema parsing: column names with parentheses no longer corrupt type annotations #946 #1604

The singularization change is flagged as breaking (existing code using *asis type names for *ases words will need updating), which is one of the reasons this is being tracked as 7.0.0.

Test Status

This PR only modifies RELEASE_NOTES.md (documentation) — no build or test run required.

Notes for Maintainers

Generated by Repo Assist

To install this workflow, run gh aw add githubnext/agentics/workflows/repo-assist.md@595b7a9c567ba4dce05ca824aec6e74b4dc545b8. View source at https://github.com/githubnext/agentics/tree/595b7a9c567ba4dce05ca824aec6e74b4dc545b8/workflows/repo-assist.md.

Add bug fixes merged since 6.6.0 to the 7.0.0 Unreleased section:
- Singularization fix for words ending in 'ases' (#1508)
- Register CodePagesEncodingProvider on .NET 6+ (#1453)
- Fix JsonConversions.AsDecimal for JsonValue.Float (#1230)
- Fix JsonValue.Float serialization for whole-number floats (#1356)
- Fix HtmlNode whitespace preservation in <pre> (#1509, #1223)
- Fix CSV schema parsing with parenthesized column names (#946)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions
Copy link
Contributor Author

✅ Pull request created: #1616

@dsyme dsyme marked this pull request as ready for review February 23, 2026 00:17
@dsyme
Copy link
Contributor

dsyme commented Feb 23, 2026

/repo-assist Update the release notes in this PR for latest changes in main in last 24h

Add entries for:
- #1613: CSS pseudo-class NotSupportedException fix (#1383)
- #1617: ConvertDateTimeOffset xs:dateTime fallback fix (#1437)
- #1618: Microsoft.Build security bump
- #1619: XmlProvider EmbeddedResource GetSchema fix (#1310)
- #1621: StrictBooleans parameter for CsvProvider
- #1625: CsvProvider.InferRows multiline quoted field fix (#1439)
- #1626: XSD group reference cycle guard (#1419)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions
Copy link
Contributor Author

✅ Commit pushed: 6ba4551

@github-actions
Copy link
Contributor Author

🤖 Repo Assist here — updating release notes as requested.

I've pushed an update to this PR's RELEASE_NOTES.md with the 7 changes that were merged into main in the last ~24 hours:

PR Change
#1613 Fix CSS selector parsing — unrecognized pseudo-classes throw NotSupportedException (closes #1383)
#1617 Fix ConvertDateTimeOffset — timezone-less xs:dateTime falls back to AsDateTime (closes #1437)
#1618 Bump Microsoft.Build.* 17.11.4 → 17.14.28 (security patch)
#1619 Fix XmlProvider with EmbeddedResourceGetSchema resolves embedded XSD schemas (closes #1310)
#1621 Add StrictBooleans static parameter to CsvProvider
#1625 Fix CsvProvider.InferRows — multiline quoted fields no longer under-count rows (closes #1439)
#1626 Fix XSD group reference cycle guard — no more StackOverflowException for recursive groups (closes #1419)

The 7.0.0 section now covers all changes since 6.6.0.

Generated by Repo Assist for issue #1616

To install this workflow, run gh aw add githubnext/agentics/workflows/repo-assist.md@828ac109efb43990f59475cbfce90ede5546586c. View source at https://github.com/githubnext/agentics/tree/828ac109efb43990f59475cbfce90ede5546586c/workflows/repo-assist.md.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant