forked from RestKit/RestKit
-
Notifications
You must be signed in to change notification settings - Fork 9
Restkit 0.20.2
Blake Watters edited this page Jun 5, 2013
·
3 revisions
Released: June 4, 2013
Install via CocoaPods: pod 'RestKit', '~> 0.20.2'
We are very pleased to announce the immediate availability of RestKit 0.20.2. This release fixes a number of bugs that were present in RestKit 0.20.1
The full details of all features and fixes present in the release are available on Github…
This release was of narrow scope focused on squashing high priority bugs that shipped with 0.20.1:
- Fixes broken multi-part uploading present in AFNetworking 1.2.0 by updating to 1.3.0
- Fixes a crash in the
RKObjectRequestOperationLogger
when an object request operation finishes ahead of its child HTTP request operation - Fixes an unnecessary performance degradation in Core Data mapping when no fetch request blocks are registered
- Fixes an issue where
RKObjectRequestOperation
dependencies were not respected due to a failure to call the superclass implementation of- [NSOperation isReady]
- Fixes an issue where the initial change notification for the
isExecuting
key was not broadcast properly byRKObjectRequestOperation