Releases: google/google-api-objectivec-client-for-rest
Releases · google/google-api-objectivec-client-for-rest
v1.5.1 Release
This release is identical except for the SwiftPM Package.swift
, that has been updated to remove the Platforms.swift
section to avoid issues with Xcode 12 (#410).
v1.5.0 Release
- 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)
v1.4.3 Release
- Generated current services as defined by discovery
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.