Releases: cto-ai/sdk-go
Releases · cto-ai/sdk-go
Add ability to fetch user team information
Add Missing Sdk.Log feature
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
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
Correctly handle nonexistent configuration keys
2.1.0: Merge pull request #5 from cto-ai/correct-config-types
- Correct config API to match the backend.