Commit 586d14f 1 parent 7c313e4 commit 586d14f Copy full SHA for 586d14f
File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## v1.6.0
2
+
3
+ CHANGES:
4
+
5
+ * plugin: Plugins written in other languages can optionally start to advertise whether they support gRPC broker multiplexing.
6
+ If the environment variable ` PLUGIN_MULTIPLEX_GRPC ` is set, it is safe to include a seventh field containing a boolean
7
+ value in the ` | ` -separated protocol negotiation line.
8
+
9
+ ENHANCEMENTS:
10
+
11
+ * Support muxing gRPC broker connections over a single listener [[ GH-288 ] ( https://github.com/hashicorp/go-plugin/pull/288 )]
12
+ * client: Configurable buffer size for reading plugin log lines [[ GH-265 ] ( https://github.com/hashicorp/go-plugin/pull/265 )]
13
+ * Use ` buf ` for proto generation [[ GH-286 ] ( https://github.com/hashicorp/go-plugin/pull/286 )]
14
+ * deps: bump golang.org/x/net to v0.17.0 [[ GH-285 ] ( https://github.com/hashicorp/go-plugin/pull/285 )]
15
+ * deps: bump golang.org/x/sys to v0.13.0 [[ GH-285 ] ( https://github.com/hashicorp/go-plugin/pull/285 )]
16
+ * deps: bump golang.org/x/text to v0.13.0 [[ GH-285 ] ( https://github.com/hashicorp/go-plugin/pull/285 )]
17
+
1
18
## v1.5.2
2
19
3
20
ENHANCEMENTS:
You can’t perform that action at this time.
0 commit comments