✨ New Features
- Add common Rails paths to suggested
linked_dirs
andlinked_files
(#2105) @gdurelle - Add new default webpacker path to
linked_dirs
(#2084) @razum2um
🐛 Bug Fixes
🏠 Housekeeping
- Switch from Travis to Circle CI (#2100) @mattbrictson
- Ensure rubocop can run under Ruby 3.1 (#2099) @mattbrictson
- Fix warnings and errors in cucumber feature tests (#2095) @mattbrictson
✨ New Features
- Add a
:verify_commit
option; if enabled, checks that the revision being deployed has a valid signature (git only) (#2076) @mohamedhafez
🏠 Housekeeping
- Fix cucumber
puts
deprecation warnings (#2075) @mattbrictson
🛡 Security
- Randomize path of git wrapper script (9c92ad5)
📚 Documentation
- Add Capistrano::Teams to 3rd Party Plugin (#2064) @danieltoader
🏠 Housekeeping
- Add latest Ruby versions to CI, including 3.0 (#2071) @mattbrictson
- Fix Bundler deprecation warning in
rake features
(#2063) @mattbrictson
✨ New Features
- Add custom prompt support for user input (#2055) @rolandasb
📚 Documentation
- Update docs website icons, optimize images (#2056) @rolandasb
🏠 Housekeeping
- Fix CI builds for EOL Ruby versions (#2058) @mattbrictson
✨ New Features
- Use env to find ssh path (#2053) @JoeDupuis
🏠 Housekeeping
- Remove CHANGELOG task from PR template (#2054) @mattbrictson
🐛 Bug Fixes
- Change default
git_wait_interval
to 0 to fix git slowdown introduced in 3.12.0 (#2050) @grzegorzblaszczyk
📚 Documentation
- Improve misleading example for ssh_options (#2052) @rlisowski
🏠 Housekeeping
- Bump rubyzip from 1.2.2 to 2.2.0 in /docs (#2051) @dependabot
- Bump nokogiri from 1.10.4 to 1.10.8 in /docs (#2047) @dependabot
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
- Limit the number of concurrent git connections to 10, and make it configurable (#2044) @grzegorzblaszczyk
📚 Documentation
- Fix
%x
typo in local tasks example (#2040) @tiendo1011
🏠 Housekeeping
- Eliminate double CI builds on PRs (#2035) @mattbrictson
- Update gemspec with correct release notes URL, etc. (#2036) @mattbrictson
- Automatically maintain release notes using GitHub Actions (#2034) @mattbrictson
- Use a stub for $stdin during testing (#2033) @mattbrictson
- Upgrade nokogiri to fix security warning (#2031) @mattbrictson
- Exclude danger to fix Ruby 2.0.0 CI error (#2030) @mattbrictson