Skip to content

Releases: google/gtm-session-fetcher

v3.4.1 Release

18 Apr 17:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.4.0...v3.4.1

v3.4.0 Release

16 Apr 16:28
Compare
Choose a tag to compare

What's Changed

  • Add DEFINES_MODULE to support downstream usage of static libs by @thomasvl in #385
  • Add ability to set stopFetchingTriggersCompletionHandler on GTMSessionFetcherService by @kuanfajardo in #386
  • Version bump to start getting things ready for a release. by @thomasvl in #387

New Contributors

Full Changelog: v3.3.2...v3.4.0

v3.3.2 Release

20 Mar 15:42
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.1...v3.3.2

v3.3.1 Release

26 Jan 19:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.0...v3.3.1

v3.3.0 Release

26 Jan 17:21
aac6380
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.0...v3.3.0

v3.2.0 Release

27 Nov 15:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.1...v3.2.0

v3.1.1 Release

21 Apr 16:33
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.1.1

v3.1.0 Release

06 Jan 14:54
Compare
Choose a tag to compare

What's Changed

  • Update currentOffset from Query Response by @maneesht in #323
  • Use local to avoid arc-repeated-use-of-weak warnings. by @thomasvl in #336
  • Run clang-format -i -style=Google over the sources. by @thomasvl in #335
  • Add API to call callbacks after a cancel by @paulb777 in #328
  • Handle edge case where fetch finishes before cancel completes. by @thomasvl in #337
  • Some comment tweaks for the cancel support. by @thomasvl in #338
  • Version bump for a release. by @thomasvl in #340

New Contributors

Full Changelog: v3.0.0...v3.1.0

v3.0.0 Release

08 Nov 14:56
Compare
Choose a tag to compare

This is functionally the same as v2.2.0 was, but done as a major version bump to be correct from a semver point of view; the major issue being the change of the iOS minimum supported version.

A v2.3.0 release was made to remove some changes that broke the semver contract.

Full Changelog: v2.2.0...v3.0.0

v2.3.0 Release

08 Nov 14:44
Compare
Choose a tag to compare

This reverts #327, #324, & #329, mainly to go back to an iOS min version of 9.0 and thus not break semver contract for the 2.x releases.

What's Changed

Full Changelog: v2.2.0...v2.3.0