parent
2534d2f34a
commit
ce5a5a8a33
|
@ -10,11 +10,40 @@ menu:
|
|||
parent: About the project
|
||||
---
|
||||
|
||||
## v.1.19.1 [2021-07-07]
|
||||
|
||||
- Update nat-server module to v2.2.6.
|
||||
- Update apimachinary module to v0.21.1.
|
||||
- Update jwt module to v1.2.2 and jwt-go module to v3.2.3.
|
||||
- Update couchbase module to v0.1.0.
|
||||
- Update signalfx module to v3.3.34.
|
||||
- Update gjson module to v1.8.0.
|
||||
- Linter fixes.
|
||||
|
||||
## Input plugin updates
|
||||
- SQL Server Input (`sqlserver`): Require authentication method to be specified.
|
||||
- Kube Inventory (`kube_inventory`): Fix segfault.
|
||||
- Couchbase (`couchbase`): Fix panic.
|
||||
- KNX (`knx_listener`): Fix nil pointer panic.
|
||||
- Procstat (`procstat`): Update gopsutil module to fix panic.
|
||||
- RabbitMQ (`rabbitmq`) Fix JSON unmarshall regression.
|
||||
- Dovecot (`dovecot`): Exclude read-timeout from being an error.
|
||||
- StatsD(`statsd`) Don't stop parsing after parsing error.
|
||||
- SNMP (`snmp`): Add a check for oid and name to prevent empty metrics.
|
||||
- (`x509_cert`):
|
||||
- Fix 'source' tag for https.
|
||||
- Fix SNI support.
|
||||
|
||||
## Output plugin updates
|
||||
- (`http`): Fix toml error when parsing insecure_skip_verify.
|
||||
|
||||
## Parser plugin updates
|
||||
- (`json_v2`): Don't require tags to be added to included_keys.
|
||||
|
||||
|
||||
## v1.19.0 [2021-06-17]
|
||||
|
||||
### Release Notes
|
||||
|
||||
Update Go to 1.16.5.
|
||||
- Update Go to 1.16.5.
|
||||
|
||||
### Bug fixes
|
||||
- Update pgx to v4. <!-- https://github.com/influxdata/telegraf/pull/9182 -->
|
||||
|
@ -30,7 +59,6 @@ Update Go to 1.16.5.
|
|||
- Add named timestamp formats. <!-- https://github.com/influxdata/telegraf/pull/9087 -->
|
||||
- Allow multiple `--config` and `--config-directory` flags. <!-- https://github.com/influxdata/telegraf/pull/9007 -->
|
||||
|
||||
|
||||
### Plugin updates
|
||||
|
||||
#### Input plugin updates
|
||||
|
|
Loading…
Reference in New Issue