terraform-provider-gitea/vendor/github.com/hashicorp/go-plugin/CHANGELOG.md
dependabot[bot] 910ccdb092
Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.26.1 to 2.27.0
Bumps [github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk) from 2.26.1 to 2.27.0.
- [Release notes](https://github.com/hashicorp/terraform-plugin-sdk/releases)
- [Changelog](https://github.com/hashicorp/terraform-plugin-sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hashicorp/terraform-plugin-sdk/compare/v2.26.1...v2.27.0)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/terraform-plugin-sdk/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-03 20:21:30 +00:00

1.4 KiB

v1.4.10

BUG FIXES:

  • additional notes: ensure to close files GH-241]

ENHANCEMENTS:

  • deps: Remove direct dependency on golang.org/x/net GH-240]

v1.4.9

ENHANCEMENTS:

  • client: Remove log warning introduced in 1.4.5 when SecureConfig is nil. [GH-238]

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]