Skip to content

Releases: cto-ai/sdk-go

Add ability to fetch user team information

31 Mar 17:55
4519113
Compare
Choose a tag to compare

Users can now use Sdk.Team() to get id and name of team running the Op.

Add Missing Sdk.Log feature

30 Mar 18:00
0d97776
Compare
Choose a tag to compare

All sdks have a Sdk.Log() functionality to printout logs to stdout which is used by Log aggregators for the dashboard.

Add ability to fetch user information of person running the Op

25 Mar 17:31
0f5c024
Compare
Choose a tag to compare

With this update an Op writer can now call sdk.User to return the id, username, and email of the user running the Op.

2.1.1

04 May 22:38
54f7886
Compare
Choose a tag to compare

Correctly handle nonexistent configuration keys

2.1.0: Merge pull request #5 from cto-ai/correct-config-types

01 May 18:15
09e10e0
Compare
Choose a tag to compare
  • Correct config API to match the backend.