Skip to content

Releases: tidepool-org/go-common

v0.7.0

14 Oct 12:52
0883b62
Compare
Choose a tag to compare
Merge pull request #34 from tidepool-org/add-full-name

Various improvements of cloud events consumer

Panic on failure

03 Oct 17:45
0691f8b
Compare
Choose a tag to compare

If we fail to secure a server token, simply panic.

v0.4.1

26 Aug 02:09
Compare
Choose a tag to compare
  • Use a consistent mechanism internally to build API paths
    The previous mechanism could cause paths with double slashes in them

v0.1.1-config-from-env.1

07 Dec 07:23
Compare
Choose a tag to compare
Pre-release
allow setting of sslSpec

v0.1.0

06 Jun 21:52
Compare
Choose a tag to compare
  • Rename Authenticated to EmailVerified in UserUpdate struct
  • Restore UsersInGroups functionality, mock object, and test
  • Refactor permissions types
  • Ensure request body is closed after request
  • Omit empty fields from Json for UserData and UserUpdate structs
  • Add PasswordExists and EmailVerified fields for UserData and UserUpdate structs
  • Add TermsAccepted field to UserData struct
  • Add Error field to Status struct
  • Refactor internal UserUpdate API signature

Update test scripts

03 Feb 19:03
Compare
Choose a tag to compare
  • Add main test script
  • Set GOPATH when running tests

Align all dependent clients with same release

03 Feb 19:02
Compare
Choose a tag to compare
  • Add GetUser and UpdateUser to shoreline Client to allow all clients to work

Additional OAUTH functionality

15 Dec 21:29
Compare
Choose a tag to compare
v0.0.11

Merge remote-tracking branch 'origin/jhbate/oauth-requires'

Expose User Login

31 Mar 23:45
Compare
Choose a tag to compare
Merge pull request #10 from tidepool-org/jhbate/oauth-requires

expose login via client

Allow user updated to include authenticated

21 Jan 01:00
Compare
Choose a tag to compare

Updates

  • add authenticated field to user so that we can pass it through as part of a user update