File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 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:
You can’t perform that action at this time.
0 commit comments