Skip to content

Releases: vimeo/VIMNetworking

Version 6.0.4

05 Apr 18:50
Compare
Choose a tag to compare

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

01 Apr 16:20
Compare
Choose a tag to compare

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

08 Mar 19:13
Compare
Choose a tag to compare
explicit versions for dependencies

Version 5.6.2

09 Nov 15:40
Compare
Choose a tag to compare
  • 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

26 Oct 12:36
Compare
Choose a tag to compare

This release upgrades to AFNetworking 2.6.1 and is compatible with Xcode 7.1

Version 5.6

01 Oct 17:55
Compare
Choose a tag to compare

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

31 Aug 20:04
Compare
Choose a tag to compare

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

17 Aug 21:31
Compare
Choose a tag to compare

Hotfixes crash on launch issue on iOS7 that was introduced with 5.5.3

Version 5.5.3

15 Aug 04:08
Compare
Choose a tag to compare

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

07 Aug 22:23
Compare
Choose a tag to compare

New stream load / refresh / next page logic
Watch later removal bug fix
More granular information in localytics failure / error reporting