Releases: mushoffa/go-library
Releases · mushoffa/go-library
v0.8.6
v0.8.5
Full Changelog: v0.8.4...v0.8.5
Release v0.8.4
New Feature(s):
- Add a new Google Cloud Storage client service interface:
SetBucket(string)
- Modify database service interface
GetInstance() interface{}
Release v0.7.4
New Feature(s):
- Add a new vault client module based on vault-api
Release v0.6.4
Bug Fix:
- Fix return error on Google PubSub function
NewPubSubClient
andCreateTopic
Release v0.6.3
New Feature(s):
- Add new http client service interface functions:
IsNetworkTimeout
Release v0.5.3
New Feature(s):
- Add new http client service interface functions:
Get
andPost
Release v0.4.3
New Feature(s):
- Add new google cloud storage service interface functions:
ListBucket()
andCloseClient()
Release v0.3.3
Bug Fixes:
- Fix conflict struct name on google cloud storage client
- Remove bucket name from google cloud storage data structure
- Add
bucketName
string parameter onUploadFile
method
Release v0.3.2
New Feature(s):
- Add google package as a group library for Google APIs client
- Add Google Cloud Storage client API library