Skip to content

Releases: mushoffa/go-library

v0.8.6

09 Jul 18:15
87b6d9f
Compare
Choose a tag to compare

v0.8.5

09 Jul 17:52
5bcb3d3
Compare
Choose a tag to compare

Full Changelog: v0.8.4...v0.8.5

Release v0.8.4

18 May 12:39
Compare
Choose a tag to compare

New Feature(s):

  • Add a new Google Cloud Storage client service interface: SetBucket(string)
  • Modify database service interface GetInstance() interface{}

Release v0.7.4

09 May 11:08
Compare
Choose a tag to compare

New Feature(s):

  • Add a new vault client module based on vault-api

Release v0.6.4

26 Apr 15:00
Compare
Choose a tag to compare

Bug Fix:

  • Fix return error on Google PubSub function NewPubSubClient and CreateTopic

Release v0.6.3

26 Apr 09:35
Compare
Choose a tag to compare

New Feature(s):

  • Add new http client service interface functions: IsNetworkTimeout

Release v0.5.3

21 Apr 06:44
Compare
Choose a tag to compare

New Feature(s):

  • Add new http client service interface functions: Get and Post

Release v0.4.3

22 Mar 04:57
Compare
Choose a tag to compare

New Feature(s):

  • Add new google cloud storage service interface functions: ListBucket() and CloseClient()

Release v0.3.3

20 Mar 18:10
Compare
Choose a tag to compare

Bug Fixes:

  • Fix conflict struct name on google cloud storage client
  • Remove bucket name from google cloud storage data structure
  • Add bucketName string parameter on UploadFile method

Release v0.3.2

20 Mar 17:36
Compare
Choose a tag to compare

New Feature(s):

  • Add google package as a group library for Google APIs client
  • Add Google Cloud Storage client API library