mangos v3.1.0 Release Notes

Release Date: 2020-10-05 // over 3 years ago
  • 🚀 This minor release principally adds support for improved handling of credentials on UNIX systems.

    • 🐧 On Linux and illumos/Solaris systems, it is possible to obtain IPC peer credentials and process ID from the pipe. See OptionPeerPID, OptionPeerUID, etc.
    • 💅 On all UNIX style systems, it is possible to set the socket permission and ownership using ipc.OptionIpcSocketPermissions, ipc.OptionSocketOwner, and ipc.OptionSocketGroup.