Skip to content

Commit 586d14f

Browse files
authored
Changelog++ for v1.6.0 (#293)
1 parent 7c313e4 commit 586d14f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
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+
118
## v1.5.2
219

320
ENHANCEMENTS:

0 commit comments

Comments
 (0)