Skip to content

Releases: google/gtm-session-fetcher

v1.1.10 Release

19 May 19:25
Compare
Choose a tag to compare
  • Suppress some warnings (#77)
  • Fix GTMSessionUploadFetcher hanging on retry (#83)
  • Support for unknown file lengths in GTMSessionUploadFetcher (#84)

v1.1.9 Release

13 Mar 18:05
Compare
Choose a tag to compare
  • Better synchronization around access to the background task id.
  • Changed how background tasks are captured, so building an iOS Extension should be easier.
  • Streaming support added to the testBlock.

v1.1.8 Release

11 Jan 18:33
Compare
Choose a tag to compare

Release to pick up PRs #69, #70, #71.

  • tvOS support/cleanups
  • UIApplication/background task improvements
  • Remove legacy enum naming.
  • Fix one infinite looping condition.

v1.1.7 Release

21 Oct 16:17
Compare
Choose a tag to compare

Tagging a release with #63 (delegate callbacks on queue), #64 (logging defaults), #65 (logview swift to delete), #66 (Xcode 8 updates)

v1.1.6 Release

15 Aug 19:15
Compare
Choose a tag to compare

Release to pick up #57 and #58.

v1.1.5 Release

05 Aug 20:43
Compare
Choose a tag to compare

New release to pickup PR #50, #51, #53, #55

Highlights:

  • Stop exposing some things as mutable to finish out threading cleanups.
  • More complete use of atomic/nonatomic to go with the threading cleanups.
  • More threading handing to avoid some races/deadlocks.

v1.1.4 Release

31 May 14:14
Compare
Choose a tag to compare

New release to pickup PR #45, #46, #47, #48

Highlights:

  • Refactoring to expose a block for custom challenge handling.
  • Threading cleanup and enforcement internally.
  • Expanding some HeaderDoc comments about usage.

v1.1.3 Release

05 May 13:43
Compare
Choose a tag to compare

New release with #43 merged in to let other pods depend on it for the background task fixes and testing.

v1.1.2 Release

21 Apr 17:10
Compare
Choose a tag to compare

Named release for the podspec to get pushed with tvOS support included.

v1.1.1 Release

07 Apr 13:52
Compare
Choose a tag to compare

Cutting a new to capture a tweak to the callback queues that make them a little nicer to use (they default now instead of returning nil).