Skip to content

Releases: capistrano/capistrano

3.13.0

07 Apr 16:10
Compare
Choose a tag to compare

✨ New Features

🏠 Housekeeping

3.12.1

10 Mar 15:31
Compare
Choose a tag to compare

🐛 Bug Fixes

📚 Documentation

🏠 Housekeeping

3.12.0

11 Feb 17:17
Compare
Choose a tag to compare

Note that this release limits the number of concurrent git connections by default. If you use Capistrano to deploy to > 10 servers simultaneously you may want to increase this number. See #2044 for details.

✨ New Features

📚 Documentation

3.11.2

29 Sep 01:34
Compare
Choose a tag to compare

🏠 Housekeeping

3.11.1

29 Aug 14:50
Compare
Choose a tag to compare
  • #2027: Batch rm -rf calls in deploy:cleanup to fix an error when there are too many old releases @azin634

3.11.0

03 Jun 03:15
Compare
Choose a tag to compare
  • #1972: fallback ask to default when used in non interactive session

3.10.2

15 Apr 23:26
Compare
Choose a tag to compare

Breaking changes:

  • None

Fixes:

3.10.1

08 Dec 18:45
Compare
Choose a tag to compare

Breaking changes:

  • None

Fixes:

  • #1954: Fix Host filtering when multi-host strings contain 0

3.10.0

23 Oct 16:27
Compare
Choose a tag to compare

As of this release, version 2.x of Capistrano is officially End of Life. No further releases of 2.x series are planned, and pull requests against 2.x are no longer accepted. The maintainers encourage you to upgrade to 3.x if possible.

Breaking changes:

  • None

New features:

  • #1943: Make 'releases' and 'shared' directory names configurable from deployment target
  • #1922: Prevents last good release from being deleted during cleanup if there are too many subsequent failed deploys
  • #1930: Default to locking the version using the pessimistic version operator at the patch level.

Fixes:

  • #1937: Clarify error message when plugin is required in the wrong config file.

3.9.1

08 Sep 16:39
Compare
Choose a tag to compare

v3.9.0...v3.9.1

Breaking changes:

  • None

Fixes:

  • #1912: Fixed an issue where questions posed by ask were not printed on certain platforms - @kminiatures