Skip to content

feat: add localized taxonomy and term delivery (CDA) support#189

Closed
cs-raj wants to merge 2 commits into
masterfrom
feat/taxonomy-publishing
Closed

feat: add localized taxonomy and term delivery (CDA) support#189
cs-raj wants to merge 2 commits into
masterfrom
feat/taxonomy-publishing

Conversation

@cs-raj

@cs-raj cs-raj commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

Extends the .NET SDK with published-taxonomy fetch and term delivery endpoints to match the TypeScript feat/taxonomy-publishing parity (CD-11371).

New:

  • Term.cs — Fetch(locale?), Locales(), Ancestors(), Descendants()
  • TermQuery.cs — SetLocale()/IncludeFallback() chainable builder + Find()

Extended Taxonomy class:

  • Taxonomy(stack, uid) constructor
  • _Url switches to /taxonomies/{uid} when uid is set
  • Fetch(locale?) — own HTTP path, parses $.taxonomy
  • Term(termUid) → Term, Terms() → TermQuery

Extended ContentstackClient:

  • Taxonomies(uid) overload

Tests:

  • TaxonomyUnitTests — 46 unit tests (all pass)
  • TaxonomyLocalisationTest — integration tests per CDA call
  • TaxonomyLocalisationRunner — end-to-end live runner with full JSON output
  • TestDataHelper — taxonomy-publish stack config properties

Extends the .NET SDK with published-taxonomy fetch and term delivery
endpoints to match the TypeScript feat/taxonomy-publishing parity (CD-11371).

New:
- Term.cs — Fetch(locale?), Locales<T>(), Ancestors<T>(), Descendants<T>()
- TermQuery.cs — SetLocale()/IncludeFallback() chainable builder + Find<T>()

Extended Taxonomy class:
- Taxonomy(stack, uid) constructor
- _Url switches to /taxonomies/{uid} when uid is set
- Fetch<T>(locale?) — own HTTP path, parses $.taxonomy
- Term(termUid) → Term, Terms() → TermQuery

Extended ContentstackClient:
- Taxonomies(uid) overload

Tests:
- TaxonomyUnitTests — 46 unit tests (all pass)
- TaxonomyLocalisationTest — integration tests per CDA call
- TaxonomyLocalisationRunner — end-to-end live runner with full JSON output
- TestDataHelper — taxonomy-publish stack config properties

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@cs-raj cs-raj requested a review from a team as a code owner July 15, 2026 12:12
@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 0 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

✅ BUILD PASSED - All security checks passed

@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 0 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

✅ BUILD PASSED - All security checks passed

@OMpawar-21 OMpawar-21 closed this Jul 15, 2026
@OMpawar-21 OMpawar-21 deleted the feat/taxonomy-publishing branch July 15, 2026 12:28
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.

2 participants