1
1
# Changelog
2
2
3
- ## [ 1.28.2] - 2025-04-25
3
+ ## [ 1.28.2] - 2025-05-05
4
4
5
5
This new patch release has brought even more tiny fixes and improvements over the previous one.
6
6
@@ -10,21 +10,22 @@ The headlines of this release are:
10
10
a warning will start to show up when they are used. [ pr #4277 ]
11
11
12
12
- While rustup predates reqwest and rustls, the rustup team has long wanted to standardize on
13
- an HTTP + TLS stack in Rust, which should increase security, potentially improve performance, and
14
- simplify maintenance of the project.
13
+ an HTTP + TLS stack with more components in Rust, which should increase security, potentially
14
+ improve performance, and simplify maintenance of the project.
15
15
With the default download backend already switched to reqwest since [ 2019] [ pr#1660 ] , the team
16
- thinks it is time to focus maintenance on the Rust-based stack.
16
+ thinks it is time to focus maintenance on the default stack powered by these two libraries .
17
17
18
- - The rustup team encourages everyone to switch to the reqwest backend with rustls, and would love
19
- to hear from you about your use case via [ GitHub Issues ] [ issue tracker ] if it does not work well
20
- with your particular setup .
18
+ - For people who have set ` RUSTUP_USE_CURL=1 ` or ` RUSTUP_USE_RUSTLS=0 ` in their environment to
19
+ work around issues with rustup, please try to unset these after upgrading to 1.28.2 and file
20
+ [ an issue ] [ issue tracker ] if you still encounter problems .
21
21
22
22
- The version of ` rustup ` can be pinned when installing via ` rustup-init.sh ` , and
23
- ` rustup self update ` can be used to upgrade/downgrade rustup v1 .28.2+ to a given version.
23
+ ` rustup self update ` can be used to upgrade/downgrade rustup 1 .28.2+ to a given version.
24
24
To do so, set the ` RUSTUP_VERSION ` environment variable to the desired version (for example ` 1.28.2 ` ).
25
+ [ pr #4259 ]
25
26
26
27
- ` rustup set auto-install disable ` can now be used to disable automatic installation of the toolchain.
27
- This is similar to the ` RUSTUP_AUTO_INSTALL ` environment variable introduced in v1 .28.1 but with a
28
+ This is similar to the ` RUSTUP_AUTO_INSTALL ` environment variable introduced in 1 .28.1 but with a
28
29
lower priority. [ pr #4254 ]
29
30
30
31
- Fixed a bug in Nushell integration that might generate invalid commands in the shell configuration.
0 commit comments