Skip to content

Releases: google/google-api-objectivec-client-for-rest

v1.5.0 Release

22 Oct 16:09
Compare
Choose a tag to compare
  • Generated current services as defined by discovery
  • Protect access to the taskid to deal with different threads. #403
  • Xcode 12 minimum iOS version issues (move minimum OS in some files to iOS 9, but older ones should still work if using older Xcode versions and your own project file)

⚠️ Note: The generated YouTube API was updated and contains some api breaking changes, this project doesn't directly control that. Some bug have been raised within Google for this, so hopefully a future update will get things back in line, but a release is being made because of the other changes and to address Xcode 12 compatibility.

v1.4.3 Release

28 Aug 15:05
Compare
Choose a tag to compare
  • Generated current services as defined by discovery

v1.4.2 Release

29 Jun 16:41
Compare
Choose a tag to compare
  • ServiceGenerator build fixes:
    • Fix include. #368
    • Fix up the exit status for description fetch failures. #369
  • Handle parsing batch replies which minimal responses. #379
  • Generated current services as defined by discovery.

v1.4.1 Release

11 May 15:46
Compare
Choose a tag to compare
  • #366 fix for bad NSAssert within the ServiceGenerator

v1.4.0 Release

08 May 18:17
Compare
Choose a tag to compare

This release includes a Package.swift for SwiftPM support.

Minor fixes:

  • #337 ServiceGenerator support for optionally trying to parse text/html replies (for misconfigured servers).
  • #346 Support mime payloads (batch replies) where that are successful but with no payload (delete, etc.)
  • #361 Fix up some comment formatting in html when the service returned forced line breaks in odd places.

v1.3.11 Release

24 Jan 17:30
Compare
Choose a tag to compare
  • #305 #306 Update sources for some format string warnings from newer clangs.
  • Generated current services as defined by discovery.

v1.3.10 Release

30 Aug 15:20
Compare
Choose a tag to compare
  • #295 Make padding optional in WebSafe decode.
  • #300 Properly support NSSecureCoding by listing needed classes.
  • Generated current services as defined by discovery.

v1.3.9 Release

17 May 15:12
Compare
Choose a tag to compare
  • #284 - Prefer HTTP errors over JSON parsing errors.
  • Updated service generation.

v1.3.8 Release

23 Jan 20:21
Compare
Choose a tag to compare
  • Generated current services as defined by discovery.

v1.3.7 Release

19 Nov 16:22
Compare
Choose a tag to compare
  • #254 Fixes for -description on the rare array result objects.
  • Generated current services as defined by discovery.