Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

## v2.5.1

### Date: 17-Aug-2026

### Bug Fixes

- Fixed a crash in `ContentstackLogger` caused by passing the log message to `NSLog` as the format string. Affects the default logger configuration (`logType = .nsLog`, `logLevel = .error`).
- `CachePolicy.cacheThenNetwork` no longer crashes the `async`/`await` APIs; it is served as `CachePolicy.cacheElseNetwork`. The completion-handler APIs are unchanged.
- `CachePolicy.networkElseCache` set per request now falls back to the cache on transport errors.
- A response with neither data nor an error no longer leaves an `async` call suspended indefinitely.

## v2.5.0

### Date: 27-Jul-2026
Expand Down
44 changes: 44 additions & 0 deletions ContentstackSwift iOS.xctestplan
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"configurations" : [
{
"id" : "5614AFE7-8607-4A8A-A359-3CC22B4E26AF",
"name" : "Test Scheme Action",
"options" : {
"targetForVariableExpansion" : {
"containerPath" : "container:ContentstackSwift.xcodeproj",
"identifier" : "0F4A75CA241BAC4300E3A024",
"name" : "ContentstackSwift iOS"
}
}
}
],
"defaultOptions" : {
"codeCoverage" : false,
"performanceAntipatternCheckerEnabled" : true
},
"testTargets" : [
{
"target" : {
"containerPath" : "container:ContentstackSwift.xcodeproj",
"identifier" : "0F4A75F2241BAE6C00E3A024",
"name" : "ContentstackSwift macOS Tests"
}
},
{
"target" : {
"containerPath" : "container:ContentstackSwift.xcodeproj",
"identifier" : "0F4A75D2241BAC4300E3A024",
"name" : "ContentstackSwift iOS Tests"
}
},
{
"enabled" : false,
"target" : {
"containerPath" : "container:ContentstackSwift.xcodeproj",
"identifier" : "0F4A760E241BAFE000E3A024",
"name" : "ContentstackSwift tvOS Tests"
}
}
],
"version" : 1
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading