Skip to content

DX | 07-07-2025 | Release #344

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Jul 7, 2025
Merged
23 changes: 6 additions & 17 deletions .talismanrc
Original file line number Diff line number Diff line change
@@ -1,19 +1,8 @@
fileignoreconfig:
- filename: .github/workflows/secrets-scan.yml
ignore_detectors:
- filecontent
- filename: package-lock.json
checksum: 28f8e6d0e7856b4a568fd260dcc4deb531bcdbebbbff956b008ce7dd26a0475d
- filename: test/typescript/taxonomy.test.ts
checksum: e4bdf633e147fd60d929d379f20c814eed5f68b11421d7b53ec8826e9142de37
- filename: src/core/modules/taxonomy.js
checksum: 84589be9805c1be5fd6c56021c41d18365126cf82059ad2cbef1d418c70d08e0
- filename: src/core/lib/utils.js
checksum: 8a37566d0372573b8fe4ec506a43f1074981c5218e9adbc551c87922c8914922
- filename: src/core/modules/query.js
checksum: c88b336f9a271397ffedcf8c5085941ceb0bd1cd7e25ed9ada3acd8ce4f8970c
- filename: test/typescript/stack.test.ts
checksum: bbb3c425f8e1a63d4793f69ee9eaba9559294ff53f163a28f70ae54b1792276a
- filename: src/core/contentstack.js
checksum: 90a3b07300155a34f67dc3df87363107eec202123a21bc0cefda324e477a676d
- filename: index.d.ts
checksum: 22c6a7fe4027d6b2c9adf0cbeb9c525ab79b15210b07ec5189693992e6800a66
- filename: test/typescript/stack.test.ts
checksum: 50b764c0ca6f6f27d7306a4e54327bef9b178e8436c6e3fad0d67d77343d10b3
- filename: .github/workflows/secrets-scan.yml
checksum: d79ec3f3288964f7d117b9ad319a54c0ebc152e35f69be8fde95522034fdfb2a
version: ""
25 changes: 15 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Change log

### Version: 3.26.0
#### Date: July-01-2025
##### Fix:
- Added AWS-AU support

### Version: 3.25.3
#### Date: April-21-2025
##### Fix:
Expand All @@ -15,7 +20,7 @@
##### Fix:
- Update dependencies
- Update slack notification

### Version: 3.25.0
#### Date: March-10-2025
##### Fix:
Expand Down Expand Up @@ -118,14 +123,14 @@
### Version: 3.18.0
#### Date: January-15-2024
##### New Features:
- added taxonomy support
- X-User-Agent updated
- added taxonomy support
- X-User-Agent updated
- added region gcp_na
### Version: 3.17.2
#### Date: November-15-2023
##### Bug fix:
- Same management token in Live Preview in different stack object fixed
- X-User-Agent updated
- X-User-Agent updated
##### New Features
- Early Access added to stack config

Expand Down Expand Up @@ -178,19 +183,19 @@
#### Date: May-26-2021
##### Dependency:
- Update Utils SDK dependency version

### Version: 3.13.1
#### Date: Apr-16-2021
##### Bug fix:
- IE 11 request method issue resolved

### Version: 3.13.0
#### Date: Apr-05-2021

##### Update API:
- [Query]: Added support for method includeEmbeddedItems
- [Entry]: Added support for method includeEmbeddedItems

### Version: 3.12.2
#### Date: Feb-19-2021

Expand Down Expand Up @@ -218,7 +223,7 @@
#### Date: Sept-25-2020

##### Update API:
- Retry limit for fetch request
- Retry limit for fetch request
- Retry delay options for fetch request
- Retry on error occur for fetch request
- Typescript definition added
Expand Down Expand Up @@ -328,8 +333,8 @@

##### New API:
- [Asset] Image delivery support
- find
- fetch
- find
- fetch

### Version: 3.1.1
#### Date: Oct-13-2017
Expand Down
Loading
Loading