Skip to content

Commit 80eeee3

Browse files
Changelog for Bundler version 2.2.17
1 parent d8c5711 commit 80eeee3

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

bundler/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# 2.2.17 (May 3, 2021)
2+
3+
## Enhancements:
4+
5+
- Improve authentication required error message to include an alternative using `ENV` [#4565](https://github.com/rubygems/rubygems/pull/4565)
6+
- Discard partial range responses without etag [#4563](https://github.com/rubygems/rubygems/pull/4563)
7+
- Fix configuring ENV for a gem server with a name including dashes [#4571](https://github.com/rubygems/rubygems/pull/4571)
8+
- Redact credentials from `bundle env` and `bundle config` [#4566](https://github.com/rubygems/rubygems/pull/4566)
9+
- Redact all sources in verbose mode [#4564](https://github.com/rubygems/rubygems/pull/4564)
10+
- Improve `bundle pristine` error if `BUNDLE_GEMFILE` does not exist [#4536](https://github.com/rubygems/rubygems/pull/4536)
11+
- [CurrentRuby] Add 3.0 as a known minor [#4535](https://github.com/rubygems/rubygems/pull/4535)
12+
- Prefer File.read instead of IO.read [#4530](https://github.com/rubygems/rubygems/pull/4530)
13+
- Add space after open curly bracket in Gemfile and gems.rb template [#4518](https://github.com/rubygems/rubygems/pull/4518)
14+
15+
## Bug fixes:
16+
17+
- Make sure specs are fetched from the right source when materializing [#4562](https://github.com/rubygems/rubygems/pull/4562)
18+
- Fix `bundle cache` with an up-to-date lockfile and specs not already installed [#4554](https://github.com/rubygems/rubygems/pull/4554)
19+
- Ignore `deployment` setting in inline mode [#4523](https://github.com/rubygems/rubygems/pull/4523)
20+
21+
## Performance:
22+
23+
- Don't materialize resolutions when not necessary [#4556](https://github.com/rubygems/rubygems/pull/4556)
24+
125
# 2.2.16 (April 8, 2021)
226

327
## Enhancements:

0 commit comments

Comments
 (0)