Skip to content

DX | 03-08-2026 | Release - #218

Draft
reeshika-h wants to merge 6 commits into
masterfrom
development
Draft

DX | 03-08-2026 | Release#218
reeshika-h wants to merge 6 commits into
masterfrom
development

Conversation

@reeshika-h

Copy link
Copy Markdown
Contributor
  • v2.7.1 ---> v2.8.0

naman-contentstack and others added 4 commits July 20, 2026 16:50
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)
@github-actions

Copy link
Copy Markdown

🔒 Security Scan Results

ℹ️ Note: Only vulnerabilities with available fixes (upgrades or patches) are counted toward thresholds.

Check Type Count (with fixes) Without fixes Threshold Result
🔴 Critical Severity 0 0 10 ✅ Passed
🟠 High Severity 0 0 25 ✅ Passed
🟡 Medium Severity 0 13 500 ✅ Passed
🔵 Low Severity 0 0 1000 ✅ Passed

⏱️ SLA Breach Summary

✅ No SLA breaches detected. All vulnerabilities are within acceptable time thresholds.

Severity Breaches (with fixes) Breaches (no fixes) SLA Threshold (with/no fixes) Status
🔴 Critical 0 0 15 / 30 days ✅ Passed
🟠 High 0 0 30 / 120 days ✅ Passed
🟡 Medium 0 0 90 / 365 days ✅ Passed
🔵 Low 0 0 180 / 365 days ✅ Passed

ℹ️ 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:

  • Critical without fixes: 0
  • High without fixes: 0
  • Medium without fixes: 13
  • Low without fixes: 0

✅ 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants