From 2caaccbc4131bfef4b91c51a1446d5fd1eb2a1fe Mon Sep 17 00:00:00 2001 From: Tom Proctor Date: Tue, 5 Sep 2023 19:55:21 +0100 Subject: [PATCH] Changelog++ for v1.5.1 (#278) --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dc843ef..ffcfe154 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## v1.5.1 + +BUGS: + +* server: `PLUGIN_UNIX_SOCKET_DIR` is consistently used for gRPC broker sockets as well as the initial socket [[GH-277](https://github.com/hashicorp/go-plugin/pull/277)] + +ENHANCEMENTS: + +* client: New `UnixSocketConfig` option in `ClientConfig` to support making the client's Unix sockets group-writable [[GH-277](https://github.com/hashicorp/go-plugin/pull/277)] + ## v1.5.0 ENHANCEMENTS: