Skip to content

1.8.2

Compare
Choose a tag to compare
@theopolis theopolis released this 29 Jul 18:02
· 3386 commits to master since this release

New features in 1.8.2:

This is a breakfix release for those using the AWS logger plugins on OS X.

The firehose and kinesis logger plugins use the cpp-netlib TLS client libraries, which depend on ASIO, boost, and a TLS implementation provided by OpenSSL or LibreSSL. This release allows the plugins to take advantage of --tls_server_certs and other TLS-related configuration options. If you are using these logger plugins and receiving invalid certificate issue, you need to provide a PEM bundle using the aforementioned flag.

Bug fixes

#2285 Fix 'off the end' potential bug in crashes table
#2287 Use "UTC" for timezone when no timezone is present in the time table
#2299 Use TLSTransport HTTPS client within AWS logger plugins

Config options / CLI flags changes

--buffered_log_max Maximum number of logs in buffered output plugins (0 = unlimited)

Table changes (from 1.8.1 to 1.8.2):

Added table memory_info to Ubuntu, CentOS