Skip to content

Commit 4fdfeba

Browse files
Changelog for Bundler version 2.5.11
1 parent e8afcfb commit 4fdfeba

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

bundler/CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
# 2.5.11 (May 28, 2024)
2+
3+
## Deprecations:
4+
5+
- Deprecate Bundler constants [#7653](https://github.com/rubygems/rubygems/pull/7653)
6+
7+
## Enhancements:
8+
9+
- Bump `bundle gem` generated COC to Contributor Covenant 2.1 [#7692](https://github.com/rubygems/rubygems/pull/7692)
10+
- Retry a full clone when git server does not support shallow capabilities [#7649](https://github.com/rubygems/rubygems/pull/7649)
11+
12+
## Bug fixes:
13+
14+
- Fix regression when caching gems from secondary sources [#7659](https://github.com/rubygems/rubygems/pull/7659)
15+
- Fix error when Bundler installation is corrupted [#7642](https://github.com/rubygems/rubygems/pull/7642)
16+
- Fix crash caused by RubyGems `require` gem activation logic running before Bundler can properly register its own monkeypatches [#7647](https://github.com/rubygems/rubygems/pull/7647)
17+
18+
## Performance:
19+
20+
- Update cache checksums to decrease string allocations [#7637](https://github.com/rubygems/rubygems/pull/7637)
21+
- Fix performance regression in applications with a local cache [#7680](https://github.com/rubygems/rubygems/pull/7680)
22+
23+
## Documentation:
24+
25+
- Recommend `bin/rake` over `rake` in contributing docs [#7648](https://github.com/rubygems/rubygems/pull/7648)
26+
- Monthly man update for May 2024 [#7640](https://github.com/rubygems/rubygems/pull/7640)
27+
- Clarify Bundler support policy [#7633](https://github.com/rubygems/rubygems/pull/7633)
28+
129
# 2.5.10 (May 3, 2024)
230

331
## Security:

0 commit comments

Comments
 (0)