🚀 Release 8.2.0#1739
Merged
Merged
Conversation
Bump version to 8.2.0 and rewrite the changelog entry to be user-friendly,
leading with the new variant-data feature suite (needs_variant_data, the
<{ ... }> field syntax, the variant role and the if directive) and the
network_back schema-validation key as the two headline features.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01HQwraRU189oRFK5j4yRiYo
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1739 +/- ##
==========================================
+ Coverage 86.87% 89.41% +2.53%
==========================================
Files 56 73 +17
Lines 6532 10584 +4052
==========================================
+ Hits 5675 9464 +3789
- Misses 857 1120 +263
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
ubmarco
approved these changes
Jul 1, 2026
ubmarco
left a comment
Member
There was a problem hiding this comment.
Awesome new features, thanks for the detailed changelog write-up
Add thanks (with GitHub handles) to the changelog entries for community contributions from non-core authors: needservice link fields (#1632), needimport dependency tracking (#1730), and the parent-child node relationship fix (#1564). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01HQwraRU189oRFK5j4yRiYo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prepares the 8.2.0 release.
Version bumps
sphinx_needs/__init__.py→8.2.0.github/workflows/docker.yaml(NEEDS_VERSION) →8.2.0docs/_static/tutorial_needs.jsonregenerated with the new versionChangelog
Rewrote the
Unreleasedsection into a user-friendly8.2.0entry. Reviewing every PR since v8.1.1 surfaced several that were missing from the draft (notably the full variant-data feature set), so those are now included and categorised.The entry leads with the two headline features:
needs_variant_data— rich structured variant data (deprecatesneeds_filter_data) #1715, ✨ Addifdirective for variant-conditional content #1716, ✨ Add<{...}>variant data syntax for field values #1721, ✨ Addvariantrole for inline variant data references #1737):needs_variant_data/needs_variant_data_file, the inline<{ ... }>field syntax, thevariantrole, and theifdirective — with runnable examples showing the sharedvarnamespace across filters, fields, prose, and whole blocks.network_backschema validation (✨ Addnetwork_backschema key to validate incoming links #1731) — incoming-link validation, letting coverage rules ("every requirement must be covered by a test") be expressed once on the target.Remaining changes are grouped into Improvements (#1632, #1717, #1736, #1730, context7), Deprecations (
needs_filter_data), Breaking changes (Open-Needs removal, #1732), and Bug fixes (#1727, #1371, #1564). Internal/test-only PRs were intentionally omitted.Docs build cleanly — all cross-references in the new section resolve without warnings.
🤖 Generated with Claude Code
Generated by Claude Code