Releases: GoogleCloudPlatform/ubbagent
Releases · GoogleCloudPlatform/ubbagent
0.2.1 [Trivial] Remove debugging print statments
Make UBB agent Report Errors when servicecontrol.check has CheckErrors
CheckErrors now cause UBBAgent to return an error. Prior to this release, UBB agent was silently reporting success. Several checkErrors as described in SaaS documentation indicate a non-transient change in the customer project that prevent billing.
Update to Go 1.21 and Alpine 3.18
Also removes python2 support
Update alpine to 3.17
- Update alpine to 3.17.
0.1.0
What's Changed
- Make copy of metric report when adding a report in the sdk by @gibbleyg in #64. This fixed an issue for heartbeat metrics and users of the sdk where metric report values were exponentially increasing. This bug did not affect users reporting metrics through the HTTP server, and only affects users of the sdk if they used the same struct for reporting a metric multiple times.