Skip to content

6.0.0

Compare
Choose a tag to compare
@igorpeshansky igorpeshansky released this 09 Apr 23:10
· 17 commits to stackdriver-agent-5.8.1 since this release
d4426e0

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)