Skip to content

Releases: Private-Universe/itglue

v0.2.4-alpha

07 Jan 05:42
Compare
Choose a tag to compare
v0.2.4-alpha Pre-release
Pre-release

Fixes

  • Hotfix for passwords endpoint typo
  • Added 'omitempty' to passwords JSON attributes so that post requests can change a single attribute (unlike flexible asset traits which all need to be supplied)

v0.2.3-alpha

07 Jan 00:53
Compare
Choose a tag to compare
v0.2.3-alpha Pre-release
Pre-release

Features

  • New endpoint for get/post/patch/delete passwords
  • Included tests for new endpoint

v0.2.2-alpha

25 Nov 05:47
Compare
Choose a tag to compare
v0.2.2-alpha Pre-release
Pre-release

Fixes

  • Fix status codes other than 200 resulting in error. Allows 201 created, 204 no body, etc (anything from 200-299) to work without error

v0.2.1-alpha

25 Nov 05:18
Compare
Choose a tag to compare
v0.2.1-alpha Pre-release
Pre-release

Fixes

  • Hotfix for post/patch flexible assets

v0.2.0-alpha

25 Nov 00:11
Compare
Choose a tag to compare
v0.2.0-alpha Pre-release
Pre-release

Breaking

  • Flexible assets now accept and return the proper struct instead of using raw JSON
  • Flexible asset functions drop 'JSON' from the name

v0.1.2-alpha

24 Nov 01:51
Compare
Choose a tag to compare
v0.1.2-alpha Pre-release
Pre-release

Features

  • Post, Patch and Delete flexible assets
  • Updated flexible asset data struct
  • Get flexible asset fields

v0.1.1-alpha

23 Nov 06:21
Compare
Choose a tag to compare
v0.1.1-alpha Pre-release
Pre-release

Features

  • Added tests

Fixes

  • Fixed Organization ID type

v0.1.0-alpha

19 Nov 04:30
Compare
Choose a tag to compare
v0.1.0-alpha Pre-release
Pre-release

Initial alpha release

Fixes

  • Fixed metadata JSON name

Features

  • Ability to specify page number and size independently in a request
  • More ways to retrieve flexible assets
  • Added go.mod file

Breaking

  • Require page number for requests which support it