Skip to content

v1.6.0 Release

Compare
Choose a tag to compare
@mwyman mwyman released this 23 Jun 19:07
· 161 commits to main since this release
  • Updates minimum Xcode and SDK versions:
    • Xcode 11.7+
    • iOS 9+
    • macOS 10.12+
    • tvOS 10+
    • watchOS 6+
  • Removes obsolete GTMHTTPFetcher (pre-iOS 7) backwards compatibility helpers.
  • Adds GTMSESSION_RECONNECT_BACKGROUND_SESSIONS_ON_LAUNCH flag to determine whether to automatically reconnect background sessions on app launch; apps disabling this behavior (defining the flag = 0) must call [GTMSessionFetcher uploadFetchersForBackgroundSessions] directly in order to reconnect any background session tasks.
  • Allow overriding the version in GTMFetcherApplicationIdentifier by setting the GTMUserAgentVersion key in the bundle's Info.plist.
  • Fixed session invalidation on cancellation.
  • Updates to tests.