Skip to content

Commit c50679f

Browse files
Merge pull request #376 from contentstack/development
DX | 16-07-2026 | Release
2 parents 2ff390c + 01c3e69 commit c50679f

21 files changed

Lines changed: 1479 additions & 507 deletions

.talismanrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,6 @@ fileignoreconfig:
6464
checksum: 9185df498914e2966d78d9d216acaaa910d43cd7ac9a5e9a26e7241ac9edc9b5
6565
- filename: test/reporting/generate-unified-report.js
6666
checksum: 9e7a4696561b790cb93f3be8406a70ec6fdc90a3f8bbb9739504495690158fe3
67+
- filename: src/query/term-query.ts
68+
checksum: 1f5b23177460d562076d93cf28b375106b19123a5ab135ffef75f4b2bb332d35
6769
version: "1.0"

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
### Version: 5.3.0
2+
#### Date: Jul-16-2026
3+
Feature: Added Taxonomy Publishing support to the Content Delivery SDK via `stack.taxonomy()`.
4+
- Fetch all published taxonomies: `stack.taxonomy().find()`
5+
- Fetch a single published taxonomy by UID: `stack.taxonomy(uid).fetch(locale?)`
6+
- Fetch all terms for a taxonomy: `stack.taxonomy(uid).term().find()`
7+
- Fetch a single term by UID: `stack.taxonomy(uid).term(uid).fetch(locale?)`
8+
- Fetch all localized versions of a term: `stack.taxonomy(uid).term(uid).locales()`
9+
- Fetch ancestors of a term: `stack.taxonomy(uid).term(uid).ancestors()`
10+
- Fetch descendants of a term: `stack.taxonomy(uid).term(uid).descendants()`
11+
- Locale support on term queries via chainable `locale()` and `includeFallback()` methods on `TermQuery`
12+
13+
Note: Taxonomy Publishing requires the `taxonomy_publish`.
14+
115
### Version: 5.2.2
216
#### Date: June-29-2026
317
Fix: Upgrade dependencies

0 commit comments

Comments
 (0)