Releases: vapor-community/google-cloud
Releases · vapor-community/google-cloud
GoogleCloudProvider 1.0.0 Beta 1
Updated for Vapor 4 beta.
GoogleCloudProvider Alpha 1
GoogleCloudProvider for Vapor 4 that wraps GoogleCloudKit to interface with Vapor.
Fixed issue with url paths.
Removed an extra closing parenthesis from URL paths.
Raw JSON credentials via ENV variables.
Added support for exporting raw JSON to an env variable in addition to a file path.
Fixes any success code not 200 from throwing an error.
Merge pull request #14 from vapor-community/empty-response-decoding Fixed Decoding EmptyResponse Type
Compute Engine and AppEngineFlex Credentials support
Added support for loading GOOGLE_APPLICATION_CREDENTIALS
by default for AppEngine Flex and compute engine.
Module rename.
Instead of importing GoogleCloudProvider
and defining it in your Package.swift
dependencies use GoogleCloud
instead.
Bug fixes.
Merge pull request #9 from vapor-community/fixes Fixes
JWT 3.0.0 support
Merge pull request #8 from docterd/master Fixed a build bug for JWT 3.0
StorageClient Protocol support
Merge pull request #7 from digits/google-cloud-storage-client-protocol convert GoogleCloudStorage class to implement a StorageClient protocol