Releases: vimeo/VIMNetworking
Version 6.0.4
This release brings VIMObjectMapper back into this repo as a subspec. It also conditionally changes the AFNetworking import statements to be constructed as a module import or a straight header import so that VIMNetworking can be consumed as raw source, as a submodule, or as a pod with use_frameworks!
enabled.
Version 6.0.1
This release modifies the pod setup so that we can include VIMNetworking as a pod inside of VimeoUpload etc. It boosts the min deployment version of iOS to 8.0. Simplifies the subspecs. Kills the fake umbrella header that seemed to be in there.
Version 6.0.0
explicit versions for dependencies
Version 5.6.2
- Corrected inconsistency between documentation and API. Documentation was listing VIMKeychain access group as optional but API was requiring it. Updated so that both respect its optionality.
Version 5.6.1
This release upgrades to AFNetworking 2.6.1 and is compatible with Xcode 7.1
Version 5.6
Moved upload system into standalone VIMUpload repo
iOS9
There is no pod for this version. In order to pod trunk push we need to upgrade to the latest version of AFNetworking. Otherwise the podspec wont pass validation during xcodebuild phase.
Date formatter issue, added locale.
Version 5.5.5
Fix for a KVO crash on VIMVideoAsset.
Surfacing VIMMetadataTask failures via local notification.
Standardized error attribute reporting.
Convenience initializer and documentation for developers wanting to set a token explicitly on VIMRequestOperationManager.
Revised video file selection logic.
Version 5.5.4
Hotfixes crash on launch issue on iOS7 that was introduced with 5.5.3
Version 5.5.3
Changed request timeout from 30 to 60 seconds (it used to be this, prior to 5.5)
Added some log statements to log when keychain methods fail (setting data, deleting data, even though failure is sometimes ok)
Fixed an upload failure reporting bug where many quota breech failures were being reported as other types of failures
Added more attributes to all upload failure analytics events
Added support for categories and sub-categories (not yet user-facing)
Also using disk cache for shared group storage instead of user defaults suite. Latter seemed to be buggy, causing freeze on launch (Apple issue? Filing radar)
Version 5.5.2
New stream load / refresh / next page logic
Watch later removal bug fix
More granular information in localytics failure / error reporting