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
+15-3
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,30 @@
1
+
## v1.5.0
2
+
3
+
ENHANCEMENTS:
4
+
5
+
* client: New `runner.Runner` interface to support clients providing custom plugin command runner implementations [[GH-270](https://github.com/hashicorp/go-plugin/pull/270)]
6
+
* Accessible via new `ClientConfig` field `RunnerFunc`, which is mutually exclusive with `Cmd` and `Reattach`
7
+
* Reattaching support via `ReattachConfig` field `ReattachFunc`
8
+
* client: New `ClientConfig` field `SkipHostEnv` allows omitting the client process' own environment variables from the plugin command's environment [[GH-270](https://github.com/hashicorp/go-plugin/pull/270)]
9
+
* client: Add `ID()` method to `Client` for retrieving the pid or other unique ID of a running plugin [[GH-272](https://github.com/hashicorp/go-plugin/pull/272)]
10
+
* server: Support setting the directory to create Unix sockets in with the env var `PLUGIN_UNIX_SOCKET_DIR`[[GH-270](https://github.com/hashicorp/go-plugin/pull/270)]
11
+
* server: Support setting group write permission and a custom group name or gid owner with the env var `PLUGIN_UNIX_SOCKET_GROUP`[[GH-270](https://github.com/hashicorp/go-plugin/pull/270)]
12
+
1
13
## v1.4.11-rc1
2
14
3
15
ENHANCEMENTS:
4
16
5
-
* deps: bump protoreflect to v1.15.1 [GH-264](https://github.com/hashicorp/go-plugin/pull/264)]
17
+
* deps: bump protoreflect to v1.15.1 [[GH-264](https://github.com/hashicorp/go-plugin/pull/264)]
6
18
7
19
## v1.4.10
8
20
9
21
BUG FIXES:
10
22
11
-
* additional notes: ensure to close files [GH-241](https://github.com/hashicorp/go-plugin/pull/241)]
23
+
* additional notes: ensure to close files [[GH-241](https://github.com/hashicorp/go-plugin/pull/241)]
12
24
13
25
ENHANCEMENTS:
14
26
15
-
* deps: Remove direct dependency on golang.org/x/net [GH-240](https://github.com/hashicorp/go-plugin/pull/240)]
27
+
* deps: Remove direct dependency on golang.org/x/net [[GH-240](https://github.com/hashicorp/go-plugin/pull/240)]
0 commit comments