Skip to content

Releases: vapor-community/google-cloud-kit

GoogleCloudKit Alpha 3.0.1

03 Nov 02:59
6c4e469
Compare
Choose a tag to compare
Pre-release

Fixed a bug with shutting down the http client when no project id is set.

GoogleCloudKit Alpha 3

02 Nov 17:11
341bf07
Compare
Choose a tag to compare
Pre-release

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

06 Oct 18:55
87ec144
Compare
Choose a tag to compare
Pre-release

Fixes an issue where we weren't shutting down the AsyncHTTPClient on deinit

GoogleCloudKit Alpha 2.1

01 Oct 22:09
1c1dfef
Compare
Choose a tag to compare
Pre-release

Added a fix for an empty 404 response that may be returned by google.

GoogleCloudKit Alpha 2

23 Aug 16:46
271e737
Compare
Choose a tag to compare
Pre-release

Updated to use latest version of AsyncHTTPClient
Made StorageClient initializer take an eventloop
Fixed storage upload URL
Updated README

GoogleCloudKit Alpha 1.2

13 Aug 17:00
c451a86
Compare
Choose a tag to compare
Pre-release

GoogleCloudStorageClient's initializer is now public.

GoogleCloudKit Alpha 1.1

12 Aug 22:53
Compare
Choose a tag to compare
Pre-release

Finished the object API implementation

GoogleCloudKit 1.0.0 Alpha 1

11 Aug 22:50
Compare
Choose a tag to compare
Pre-release

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.