This repository has been archived by the owner on May 8, 2024. It is now read-only.
Releases: contentful/contentful.objc
Releases · contentful/contentful.objc
ContentfulDeliveryAPI 1.7.4
Fixed
- Fall back to main queue if no custom queue is set
ContentfulDeliveryAPI 1.7.3
Fixed
- Do not use cached content types when CMA'ing
ContentfulDeliveryAPI 1.7.2
Changed
- Enforce the use of AFNetworking 2.5.3 to avoid security issues regarding SSL certificate validation.
ContentfulDeliveryAPI 1.7.1
Fixed
- Fix wrong nullability annotations on
CDAClient
ContentfulDeliveryAPI 1.7.0
Added
- Use the new ObjC nullability annotations
Fixed
- Ensure
quality
is in the supported value range - Fixed link resolution in multi-page sync reponses
ContentfulDeliveryAPI 1.6.1
Changed
- Enforce the use of AFNetworking 2.5.2 to avoid security issues, see AFNetworking/AFNetworking#2611.
ContentfulDeliveryAPI 1.6.0
Added
- Support for additional image URL parameters
Changed
- Unified internal use of
cda_setImageWithAsset
variants
ContentfulDeliveryAPI 1.5.0
Added
- Added
hasChanged
property to persistence manager
Fixed
- Reduced download size for faster installation and cloning (2MB if installed via CocoaPods)
- Ensure that when multiple requests are dispatched, only the newest image is used
- Ensure we do not refresh cached images if no bigger size is available
- Offload image decompression to a background thread
ContentfulDeliveryAPI 1.4.9
Added
- Optional Rate-limiting for GET requests
Fixed
- Do not require CDAClient for asset URL generator (Fixes #26)
- Immediately return content type if already fetched
- Redefine NSParameterAssert to avoid errors with Xcode 6.3 beta
- Get rid of the precompiled header
ContentfulDeliveryAPI 1.4.8
Added
- CDAError.h is a public header
- Use auto-layout constraints if image view's size is zero
- Added an experimental persistence manager for Realm
Removed
- Removed HRCoder depedency
Changed
- Gracefully ignore
nil
assets
Fixed
- Do not crash when items, linkType, etc. of a Field are null
- Added missing free()
- Fix: itemType was handled incorrectly