Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Releases: tuneuptechnology/tuneuptechnology-go

v3.0.1

10 Feb 23:41
Compare
Choose a tag to compare
  • Corrects the module namespace by appending /v3

v3.0.0

22 Jun 02:17
08409b8
Compare
Choose a tag to compare
  • Updates entire library to be compliant with the new v2 API (endpoints, HTTP methods, etc)
  • Build requests via a Client now providing your email and apiKey
  • Added optional BaseURL and Timeout options to client
  • Module names are now plural
  • The Client now checks if an email and apiKey is provided and raises an error if not
  • Added unit tests (closes #1)
  • Removed PrettyPrint helper function
  • Adds missing fields to inventory
  • Adds missing created_at, updated_at, deleted_at fields to all records
  • Corrected various other data types
  • Added omitempty to all JSON fields in each request

v2.1.0

21 Feb 00:25
Compare
Choose a tag to compare
  • Changes Response to makeHTTPRequest
  • Adds a timeout to requests

v2.0.0

06 Feb 06:04
Compare
Choose a tag to compare
  • Overhauled properties of go objects (eg: Id to ID, Url to URL etc) - breaking change
  • Added GitHub Actions
  • Bumped Go version from 1.14 to 1.15
  • Added missing user-agent to headers (closes #2)
  • Linted the entire project and used gofmt for better formatting

v1.0.0

17 Apr 20:09
37af90e
Compare
Choose a tag to compare
  • Removed lots of duplicate code
  • Use maps properly and return data instead of assuming the user wanted to print instead
  • Use built in structures
  • Better examples and documentation

v0.2.0

26 Mar 00:44
Compare
Choose a tag to compare

MVP release.