Releases: vapor-community/google-cloud-kit
GoogleCloudKit Alpha 3.0.1
Fixed a bug with shutting down the http client when no project id is set.
GoogleCloudKit Alpha 3
This release makes the library modular and sets up the package to be flexible in which APIs you use.
for example instead of just importing GoogleCloudKit
and having to compile every API that's implemented, you can specifically import the API you're looking to use
import GoogleCloudKit // Compiles CloudStorage library, PubSub library, etc...
import Storage // Only compiles CloudStorage
GoogleCloudKit Alpha 2.1.1
Fixes an issue where we weren't shutting down the AsyncHTTPClient
on deinit
GoogleCloudKit Alpha 2.1
Added a fix for an empty 404 response that may be returned by google.
GoogleCloudKit Alpha 2
Updated to use latest version of AsyncHTTPClient
Made StorageClient initializer take an eventloop
Fixed storage upload URL
Updated README
GoogleCloudKit Alpha 1.2
GoogleCloudStorageClient's initializer is now public.
GoogleCloudKit Alpha 1.1
Finished the object API implementation
GoogleCloudKit 1.0.0 Alpha 1
Not completely finished just yet.
Still have to implement a few more APIs in the Storage Object API.
Only Cloud Storage is supported right now.