Skip to content

Commit 4b2265b

Browse files
authored
Update CHANGELOG.md to fix link to PR #59
2 parents 2f28566 + 1d7cd6f commit 4b2265b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
## 7.0.0
22
- SSL settings that were marked deprecated in version `6.2.0` are now marked obsolete, and will prevent the plugin from starting.
3+
[#58](https://github.com/logstash-plugins/logstash-output-tcp/pull/58)
34
- These settings are:
45
- `ssl_cert`, which should be replaced by `ssl_certificate`
56
- `ssl_cacert`, which should be replaced by `ssl_certificate_authorities`
67
- `ssl_enable`, which should be replaced by `ssl_enabled`
78
- `ssl_verify`, which should be replaced by `ssl_client_authentication` when `mode` is `server` or `ssl_verification_mode`when mode is `client`
8-
- [58](https://github.com/logstash-plugins/logstash-output-tcp/pull/58)
9+
910
## 6.2.1
1011
- Document correct default plugin codec [#54](https://github.com/logstash-plugins/logstash-output-tcp/pull/54)
1112

0 commit comments

Comments
 (0)