Releases: parse-community/Parse-SDK-iOS-OSX
Releases · parse-community/Parse-SDK-iOS-OSX
2.7.3
2.7.3 (2023-10-06)
Bug Fixes
- Compilation errors in
ParseLiveQuery
using Starscream
4.0.6 (#1749) (3da5bde)
2.7.2
2.7.2 (2023-10-05)
Bug Fixes
- Compilation errors
Undefined symbol
and SystemConfiguration not found
on watchOS (#1748) (e7df36b)
Notes
- The compiled frameworks of the Parse SDK will not be provided anymore as part of a release. Instead use Swift Package Manager to add the Parse SDK to your Xcode project.
2.7.1
2.7.1 (2023-09-30)
Bug Fixes
- Compilation error on macOS
Undefined symbol: OBJC_CLASS$_PFProductsRequestHandler
(#1739) (7231bf7)
2.7.0
2.7.0 (2023-07-20)
Features
2.6.0
2.6.0 (2023-07-14)
Features
- Add support for compound AND queries with
PFQuery.andQueryWithSubqueries
(#1733) (bd09fe4)
2.5.0
2.5.0 (2023-07-14)
Features
- Add support to include all pointers with
PFQuery.includeAll
(#1734) (04f81e8)
2.4.0
2.4.0 (2023-07-11)
Features
- Add support to exclude
PFObject
fields in query results with PFQuery.excludeKeys
(#1731) (98e5faf)
2.3.0
2.3.0 (2023-06-08)
Features
2.2.0
2.2.0 (2023-03-10)
Features
- Add support for
PFQuery.explain
and PFQuery.hint
(#1723) (583d266)
2.1.1
2.1.1 (2023-02-26)
Performance Improvements
- Skip registering auth delegate if it's already registered (#1715) (6d7eadd)