Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hashicorp/go-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.0
Choose a base ref
...
head repository: hashicorp/go-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.5.2
Choose a head ref
  • 4 commits
  • 10 files changed
  • 1 contributor

Commits on Sep 5, 2023

  1. Consistently apply Unix socket settings (#277)

    Previously, we only supported setting the group for the server-side
    socket. This change makes it possible to set it on the client side as
    well. Also fixes a bug where the gRPC broker on the server side would
    previously not consume the directory/group environment variables.
    tomhjp committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    b8dba49 View commit details
    Browse the repository at this point in the history
  2. Changelog++ for v1.5.1 (#278)

    tomhjp committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    2caaccb View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Add TempDir option to UnixSocketConfig (#282)

    * Add TempDir option to UnixSocketConfig. Allows clients to specify
      a folder where plugin-specific Unix socket directories should be
      created. Still defaults to $TMPDIR (if set) or /tmp.
    * Improve UnixSocketConfig field names and comments
    * Document exported Unix socket environment variables
    tomhjp committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    2f6e0c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Changelog++ for v1.5.2 (#283)

    tomhjp committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    303d84f View commit details
    Browse the repository at this point in the history
Loading