You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraformDummyRepo2/vendor/github.com/hashicorp/go-plugin/CHANGELOG.md

988 B

v1.4.8

BUG FIXES:

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

ENHANCEMENTS:

  • client: log warning when SecureConfig is nil [GH-207]

v1.4.4

ENHANCEMENTS:

  • client: increase level of plugin exit logs [GH-195]

BUG FIXES:

  • Bidirectional communication: fix bidirectional communication when AutoMTLS is enabled [GH-193]
  • RPC: Trim a spurious log message for plugins using RPC [GH-186]