Releases: google/google-api-objectivec-client-for-rest
Releases · google/google-api-objectivec-client-for-rest
v1.4.2 Release
v1.4.1 Release
- #366 fix for bad
NSAssert
within the ServiceGenerator
v1.4.0 Release
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
v1.3.10 Release
v1.3.9 Release
- #284 - Prefer HTTP errors over JSON parsing errors.
- Updated service generation.
v1.3.8 Release
- Generated current services as defined by discovery.
v1.3.7 Release
- #254 Fixes for
-description
on the rare array result objects. - Generated current services as defined by discovery.
v1.3.6 Release
- #238 APIKey Restriction/X-Ios-Bundle-Identifier support
- Latest generated services.
v1.3.5 Release
- #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.