DX | 03-08-2026 | Release - #218
Draft
reeshika-h wants to merge 6 commits into
Draft
Conversation
reeshika-h
commented
Jul 31, 2026
Contributor
- v2.7.1 ---> v2.8.0
chore: back-merge master into development
chore: back-merge master into development
Adds direct Content Delivery API access to published taxonomies and terms, without breaking the existing entry-filter API: - stack.taxonomy() with a filter chained (in_/above/below/...) still filters entries by taxonomy, unchanged. With nothing chained, find() now lists all published taxonomies instead. - stack.taxonomy(uid) is new: fetch() a single taxonomy, locale()/ include_fallback()/include_branch() for locale-aware delivery. - stack.taxonomy(uid).term(uid) / .term() (new contentstack/term.py): fetch a single term or list all terms, plus locales()/ancestors()/descendants() for hierarchy traversal with depth()/include_branch(). Implemented via TaxonomyQuery(TaxonomyFilter) inheritance so the legacy filter behavior stays byte-for-byte identical — no version bump required for a breaking change, no deprecation cycle needed. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
feat: add Taxonomy CDA support (list/fetch taxonomies, terms, hierarchy)
🔒 Security Scan Results
⏱️ SLA Breach Summary
ℹ️ Vulnerabilities Without Available Fixes (Informational Only)The following vulnerabilities were detected but do not have fixes available (no upgrade or patch). These are excluded from failure thresholds:
✅ BUILD PASSED - All security checks passed |
Updated release date for version 2.8.0 and detailed new Taxonomy CDA support features.
chore: Update date and add Taxonomy CDA support details
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.