Skip to content

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

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.

v1.3.6 Release

13 Aug 14:28
Compare
Choose a tag to compare
  • #238 APIKey Restriction/X-Ios-Bundle-Identifier support
  • Latest generated services.

v1.3.5 Release

25 Jul 20:25
Compare
Choose a tag to compare
  • #219 Fix import of GTMMIMEDocument.h
  • #226 Update doc generation to correct doctype
  • #231 Fixed build using Xcode 10
  • #220 Shuffle the deps handling of the Xcode projects
  • Generated current services as defined by discovery.

Note: #220 should have no impact on anyone using CocoaPods, but anyone using the checked in Xcode project it could have impact. In this pull, the Xcode project no longer bundles GTMAppAuth and AppAuth, this is because GTLR also works with the Google SignIn, so it was bundling something some developer might not need. So if you are using the Xcode project provided here, you may now need to directly incldue GTMAppAuth and AppAuth if you were previous using them. See the help pages on those projects for how to integrate them.