Skip to content

Commit 70dd702

Browse files
committed
Changelog for Bundler version 4.0.9
1 parent 515488c commit 70dd702

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

bundler/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 4.0.9 / 2026-03-25
4+
5+
### Enhancements:
6+
7+
* Check the git version only **once** per `bundle install`. Pull request [#9406](https://github.com/ruby/rubygems/pull/9406) by Edouard-chin
8+
* Normalize the number of workers when performing parallel operations. Pull request [#9400](https://github.com/ruby/rubygems/pull/9400) by Edouard-chin
9+
* Add exponential backoff to bundler retries. Pull request [#9163](https://github.com/ruby/rubygems/pull/9163) by ChrisBr
10+
* Introduce a priority queue. Pull request [#9389](https://github.com/ruby/rubygems/pull/9389) by Edouard-chin
11+
* Split the download and install process of a gem. Pull request [#9381](https://github.com/ruby/rubygems/pull/9381) by Edouard-chin
12+
13+
### Bug fixes:
14+
15+
* Retry git fetch without --depth for dumb HTTP transport. Pull request [#9405](https://github.com/ruby/rubygems/pull/9405) by hsbt
16+
317
## 4.0.8 (2026-03-11)
418

519
### Enhancements:

0 commit comments

Comments
 (0)