Skip to content

Releases: Stackdriver/collectd

6.0.4

20 Jul 20:03
966290f
Compare
Choose a tag to compare
  • Switch to a more modern OAuth2 token URL. (#187)

6.0.3

15 Jun 15:28
020c702
Compare
Choose a tag to compare
  • Target compiled Java classes at the older JVMs. (#183)

6.0.2

14 May 19:35
4d6cc08
Compare
Choose a tag to compare

No changes.

6.0.1

09 Apr 23:34
4d6cc08
Compare
Choose a tag to compare

Original release date: 2020-04-06.

  • Fix builds with versions of automake prior to 1.13. (#179)
  • Fix the types of config values for match_throttle_metadata_keys. (#180)

6.0.0

09 Apr 23:10
d4426e0
Compare
Choose a tag to compare

First release off the stackdriver-agent-5.8.1 branch. Original release date: 2020-02-13.

Includes Stackdriver-specific changes from the stackdriver-agent-5.5.2 branch up to d6b2593.
Also includes the following new changes:

  • Use CreateTimeSeries to write agent metrics (#154)
  • Enable verbose test results for Travis (#157)
  • Extract RPC summaries from backend responses. (#158)
  • Stop compiling with clang. We only need gcc for Stackdriver use cases. (#165)
  • Disable truncation warnings for GCC 8.x. (#162)
  • Run unit tests under address checker (#159)
  • Implemented time_series_summary_add. (#164)
  • Fixed camel case in JSON replies from API server. (#168)
  • Merge point_count change (#169)
  • Remove minimum interval check and let the API reject too-frequent requests. (#170)
    Also restore collectd's default interval of 10s (overridden it in our packaged configuration anyway).
  • Dropped name field from API requests (#171)
  • Fixed flaky test. (#173)
    • Fix potential buffer overrun error from #173. (#174)
  • Make OpenSSL operations thread-safe. (#175)
  • Restrict use of <sys/sysctl.h> to BSD variants, to remove deprecation warnings in glibc >= 2.30. (#177)
  • Adjust the format specifier based on the typedef for wg_yajl_integer_t. (#178)