Releases: hashicorp/go-plugin
Releases · hashicorp/go-plugin
v1.4.7
ENHANCEMENTS:
- More detailed error message on plugin start failure: [GH-223]
v1.4.6
BUG FIXES:
- server: Prevent gRPC broker goroutine leak when using
GRPCServer
type GracefulStop()
or Stop()
methods [GH-220]
v1.4.5
Merge pull request #207 from hashicorp/log-secure-config-nil
client: log warning when SecureConfig is nil
v1.4.4
fix bidirectional communication when AutoMTLS is enabled
v1.4.3
fix handles leakage on Windows platforms
v1.4.2
update grpc options field and docs
v1.4.1
Add missing ProtocolVersion
to ReattachConfig
v1.4.0
Merge pull request #161 from hashicorp/jbardin/stopping-recv-loop
grpc stream errors are terminal
v1.2.0
Add support for gRPC Server Reflection