Skip to content

v4.2.0 Release

Latest
Compare
Choose a tag to compare
@thomasvl thomasvl released this 09 Jan 15:31
· 2 commits to main since this release

NOTE: The library has started validating what goes into the sessionUserInfo, currently it just does debug logging about problem, a future release will turn these into full errors and/or pruning of the things that don't meet the api requirements. Please pay attention to the messages.

What's Changed

  • Implement +[GTMSessionUploadFetcher fetcherWithSessionIdentifier:] by @bhamiltoncx in #403
  • Bring back visionOS for SwiftPM testing. by @thomasvl in #411
  • Delete uses of ATOMIC_VAR_INIT. by @thomasvl in #412
  • Add more tests around cancel fetch callbacks. by @thomasvl in #413
  • Move the helper for making urls with params to the test server. by @thomasvl in #416
  • Add more tests around stopping fetchers with callbacks. by @thomasvl in #414
  • Change the "sleep" support to not block a thread. by @thomasvl in #415
  • Some stopFetching test followups by @thomasvl in #417
  • Add no service versions to the core fetcher cancel tests. by @thomasvl in #418
  • Remove stale availability checks/annotations. by @thomasvl in #419
  • Improve tests around stopFetches and max fetches per host. by @thomasvl in #420
  • The service host limit should call the completion handler for stopFetching when enabled by @thomasvl in #421
  • Revert "Stop testing visionOS for the time being." by @thomasvl in #423
  • Move CI to newer images. by @thomasvl in #424
  • Protect the logging state storage for threaded access. by @thomasvl in #426
  • Start validating the sessionUserInfo type. by @thomasvl in #427
  • version bump for a release by @thomasvl in #428

Full Changelog: v4.1.0...v4.2.0