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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-1
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,13 @@
1
+
## v1.6.2
2
+
3
+
ENHANCEMENTS:
4
+
5
+
* Added support for gRPC dial options to the `Dial` API [[GH-257](https://github.com/hashicorp/go-plugin/pull/257)]
6
+
7
+
BUGS:
8
+
9
+
* 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)]
10
+
1
11
## v1.6.1
2
12
3
13
BUGS:
@@ -13,7 +23,7 @@ ENHANCEMENTS:
13
23
CHANGES:
14
24
15
25
* plugin: Plugins written in other languages can optionally start to advertise whether they support gRPC broker multiplexing.
16
-
If the environment variable `PLUGIN_MULTIPLEX_GRPC` is set, it is safe to include a seventh field containing a boolean
26
+
If the environment variable `PLUGIN_MULTIPLEX_GRPC` is set, it is safe to include a seventh field containing a boolean
17
27
value in the `|`-separated protocol negotiation line.
0 commit comments