You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-8
Original file line number
Diff line number
Diff line change
@@ -6,23 +6,26 @@ This new patch release has brought even more tiny fixes and improvements over th
6
6
7
7
The headlines of this release are:
8
8
9
-
- The cURL download backend and the native-tls TLS backend are now officially deprecated and a warning will start to show up when they are used. [pr#4277]
9
+
- The cURL download backend and the native-tls TLS backend are now officially deprecated and
10
+
a warning will start to show up when they are used. [pr#4277]
10
11
11
12
- While rustup predates reqwest and rustls, the rustup team has long wanted to standardize on
12
13
an HTTP + TLS stack in Rust, which should increase security, potentially improve performance, and
13
14
simplify maintenance of the project.
14
-
With the default download backend already switched to reqwest since [2019](https://github.com/rust-lang/rustup/pull/1660)
15
-
the team thinks it is time to focus maintenance on the Rust-based stack.
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
17
17
18
- The rustup team encourages everyone to switch to the reqwest backend, and would love to hear from
18
-
you about your use case via GitHub Issues if it does work against your particular setup.
19
+
you about your use case via [GitHub Issues][issue tracker] if it does not work well with your
20
+
particular setup.
19
21
20
-
-Version pinning of `rustup`is now supported when installing it via `rustup-init.sh` with the `RUSTUP_VERSION`
21
-
environment variable set to e.g. `1.28.2`; the same configuration will be respected when performing
22
-
`rustup self update` from this version on, enabling arbitrary downgrades in the meantime. [pr#4259]
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.
24
+
To do so, set the `RUSTUP_VERSION` environment variable to the desired version (for example `1.28.2`).
23
25
24
26
-`rustup set auto-install disable` can now be used to disable automatic installation of the toolchain.
25
-
This is similar to the `RUSTUP_AUTO_INSTALL` environment variable but with a lower priority. [pr#4254]
27
+
This is similar to the `RUSTUP_AUTO_INSTALL` environment variable introduced in v1.28.1 but with a
28
+
lower priority. [pr#4254]
26
29
27
30
- Fixed a bug in Nushell integration that might generate invalid commands in the shell configuration.
28
31
Reinstalling rustup might be required for the fix to work. [pr#4265]
@@ -63,6 +66,7 @@ The headlines of this release are:
0 commit comments