Releases: mutagen-io/mutagen
v0.11.0-beta2
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 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.
Full release notes will be available when v0.11.0 is tagged. In the mean time, you can review changes since the last pre-release version and since the last release series.
v0.11.0-beta1
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.
Full release notes will be available when v0.11.0 is tagged. In the mean time, you can review changes since the last pre-release version and since the last release series.
v0.10.2
Changes
This release includes the following changes from v0.10.1:
- Modified network forwarding to properly forward half-closure of connections
- Backported new session and project identifiers from v0.11.x (#181)
- Refactored session reconnection to occur immediately when reasonable
- Removed checks enforcing raw user and group ID existence for permissions (in order to support multi-container synchronization setups with differing user and group IDs)
- Backported an additional safety check for non-persistent container volumes from v0.11.x
- Backported
mutagen sync reset
command from v0.11.x - Updated build to use Go 1.12.14
- Various bug fixes
- Various internal performance improvements
v0.11.0-alpha6
Alpha release
This is an alpha-quality release created for testing purposes and should not be used. Please continue to use the latest stable release for the time being.
v0.11.0-alpha5
Alpha release
This is an alpha-quality release created for testing purposes and should not be used. Please continue to use the latest stable release for the time being.
v0.11.0-alpha4
Alpha release
This is an alpha-quality release created for testing purposes and should not be used. Please continue to use the latest stable release for the time being.
v0.11.0-alpha3
Alpha release
This is an alpha-quality release created for testing purposes and should not be used. Please continue to use the latest stable release for the time being.
v0.11.0-alpha2
Alpha release
This is an alpha-quality release created for testing purposes and should not be used. Please continue to use the latest stable release for the time being.
v0.11.0-alpha1
Alpha release
This is an alpha-quality release created for testing purposes and should not be used. Please continue to use the latest stable release for the time being.
v0.10.1
Changes
This release includes the following changes from v0.10.0:
- Fixed issue with orchestration lock file management on Windows (#119, #160)
- Fixed colorized help output on Windows (#153)
- Changed conflict printing to use full endpoint names (#154)
- Fixed issue with directory symbolic link removal on Windows (#120)
- Updated build to use Go 1.12.13
- Updated various dependencies