Skip to content

Releases: vimeo/VIMNetworking

Version 6.0.4

Choose a tag to compare

@alfiehanssen alfiehanssen released this 05 Apr 18:50

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

Choose a tag to compare

@alfiehanssen alfiehanssen released this 01 Apr 16:20

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

Choose a tag to compare

@huebnerob huebnerob released this 08 Mar 19:13
explicit versions for dependencies

Version 5.6.2

Choose a tag to compare

@alfiehanssen alfiehanssen released this 09 Nov 15:40
  • 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

Choose a tag to compare

@alfiehanssen alfiehanssen released this 26 Oct 12:36

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

Version 5.6

Choose a tag to compare

@alfiehanssen alfiehanssen released this 01 Oct 17:55

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

Choose a tag to compare

@alfiehanssen alfiehanssen released this 31 Aug 20:04

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

Choose a tag to compare

@huebnerob huebnerob released this 17 Aug 21:31

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

Version 5.5.3

Choose a tag to compare

@alfiehanssen alfiehanssen released this 15 Aug 04:08

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

Choose a tag to compare

@alfiehanssen alfiehanssen released this 07 Aug 22:23

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