You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discovered in #50, we have a divergence between the 6.1-series of this plugin (which requires Logstash 8+), and 6.0-series (which runs on Logstash 7+).
In the above-mentioned PR, we back-ported some fixes from the 6.1-series into what is hopefully a temporary 6.0.x maintenance branch, and also identified and fixed other bugs that exist in the 6.1-series on main.
In addition, it would be good to see if we can relax the dependency of the 6.1-series to allow it to run on still-supported versions of Logstash 7.x so that we can avoid maintaining two somewhat-significantly diverged branches of this plugin (even if doing so makes using the new ssl_supported_protocols it introduces a configuration error when run on Logstash 7).
The text was updated successfully, but these errors were encountered:
As discovered in #50, we have a divergence between the 6.1-series of this plugin (which requires Logstash 8+), and 6.0-series (which runs on Logstash 7+).
In the above-mentioned PR, we back-ported some fixes from the 6.1-series into what is hopefully a temporary
6.0.x
maintenance branch, and also identified and fixed other bugs that exist in the 6.1-series onmain
.Socket#peer
instead ofSocket#to_s
, as-cached as early as possible in any scope to prevent post-socket-close issuesIn addition, it would be good to see if we can relax the dependency of the 6.1-series to allow it to run on still-supported versions of Logstash 7.x so that we can avoid maintaining two somewhat-significantly diverged branches of this plugin (even if doing so makes using the new
ssl_supported_protocols
it introduces a configuration error when run on Logstash 7).The text was updated successfully, but these errors were encountered: