NOTE: This is a pre-release version of Mutagen. It should not be used on production or mission-critical systems. Usage on any system is at your own risk (please see the license). For a better experience, you may wish to use the latest stable release.
Mutagen maintains backward compatibility between releases, but sessions and tunnels created with pre-release versions are not guaranteed to be compatible with final releases. Please wait for the final release if you want to be sure that you can avoid recreating sessions and tunnels.
Overview
Full release notes will be available when v0.12.0 is tagged. In the mean time, you can review changes since the last release series.
In brief, the v0.12.x series includes the following updates:
- Added support for automated integration with Docker Compose
- Added conflict and problem list truncation in the
mutagen sync list
command - Expanded and improved shell auto-completion (Bash, zsh, and fish are all now supported)
- PowerShell is also supported, though there is currently no mechanism for installing the completion script
- Updated to Go 1.15
- Expanded handling of
EINTR
for Go 1.14 runtime changes - Refactored Mutagen's prompting code
Changes
This release includes the following changes from v0.12.0-beta1:
- Switched transport process termination to use
SIGTERM
on POSIX systems (fixes #223) - Updated build to use Go 1.15.2