Releases: Stackdriver/collectd
Releases · Stackdriver/collectd
6.3.0
- Cherry-pick more upstream fixes to support building against python 3.8 (#203)
- Add the python3 plugin to the build system. (#202)
- Cherry-pick upstream fixes to support building against python3 libraries (#201)
6.2.0
- Add a "Resource" config section to write_gcm. (#200)
- Switch to GitHub Actions. (#199)
6.1.3
- Add the same error handling to Timeseries API calls as for CollectdTimeseries. (#197)
- Ignore NaN values in wg_typed_value_create_from_value_t_inline. (#196)
6.1.2
- Revert "Reduce auth_header size from 65536 to 4096, since tokens are unlikely to exceed that. (#193)" (#194)
- Reduce auth_header size from 65536 to 4096, since tokens are unlikely to exceed that. (#193)
- Bump auth_header size from 1024 to 65536 to accommodate even longer tokens. (#192)
6.1.1
- Set the reset timestamp for a wrapped counter 1ms earlier, to avoid start_time==end_time errors. (#189)