Skip to content

Releases: mutagen-io/mutagen

v0.11.0-beta2

21 Dec 17:16
Compare
Choose a tag to compare
v0.11.0-beta2 Pre-release
Pre-release

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

21 Dec 16:48
Compare
Choose a tag to compare
v0.11.0-beta1 Pre-release
Pre-release

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

20 Dec 18:50
Compare
Choose a tag to compare

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

09 Dec 07:22
Compare
Choose a tag to compare
v0.11.0-alpha6 Pre-release
Pre-release

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

08 Dec 05:22
Compare
Choose a tag to compare
v0.11.0-alpha5 Pre-release
Pre-release

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

08 Dec 05:18
Compare
Choose a tag to compare
v0.11.0-alpha4 Pre-release
Pre-release

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

06 Dec 02:14
Compare
Choose a tag to compare
v0.11.0-alpha3 Pre-release
Pre-release

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

06 Dec 00:25
Compare
Choose a tag to compare
v0.11.0-alpha2 Pre-release
Pre-release

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

06 Dec 02:00
Compare
Choose a tag to compare
v0.11.0-alpha1 Pre-release
Pre-release

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

04 Dec 00:27
Compare
Choose a tag to compare

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