Skip to content

Commit

Permalink
changelog for 1.6.2 (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross authored Oct 21, 2024
1 parent df94fce commit edcdee4
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v1.6.2

ENHANCEMENTS:

* Added support for gRPC dial options to the `Dial` API [[GH-257](https://github.com/hashicorp/go-plugin/pull/257)]

BUGS:

* Fixed a bug where reattaching to a plugin that exits could kill an unrelated process [[GH-320](https://github.com/hashicorp/go-plugin/pull/320)]

## v1.6.1

BUGS:
Expand All @@ -13,7 +23,7 @@ ENHANCEMENTS:
CHANGES:

* plugin: Plugins written in other languages can optionally start to advertise whether they support gRPC broker multiplexing.
If the environment variable `PLUGIN_MULTIPLEX_GRPC` is set, it is safe to include a seventh field containing a boolean
If the environment variable `PLUGIN_MULTIPLEX_GRPC` is set, it is safe to include a seventh field containing a boolean
value in the `|`-separated protocol negotiation line.

ENHANCEMENTS:
Expand Down

0 comments on commit edcdee4

Please sign in to comment.