Skip to content

Commit 0c0b5fe

Browse files
authored
Update release download links on download page (#18550)
## Which issue does this PR close? - part of #17558 - Related to #18549 ## Rationale for this change While working on #18549 I noticed that the release download page was out of date https://datafusion.apache.org/download.html <img width="816" height="456" alt="Screenshot 2025-11-08 at 6 31 50 AM" src="https://github.com/user-attachments/assets/4678bc8e-0d85-4951-91af-3b1c0ee00a26" /> ## What changes are included in this PR? Update links (I will comment more inline) ## Are these changes tested? I manually rendered the page: <img width="846" height="869" alt="Screenshot 2025-11-08 at 6 39 00 AM" src="https://github.com/user-attachments/assets/e8312c7c-b4af-43f9-9767-ae234c08c928" /> ## Are there any user-facing changes? Updated download page that is not outdated
1 parent 9029ff1 commit 0c0b5fe

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

docs/source/download.md

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,25 @@
1919

2020
# Download
2121

22-
While DataFusion is also distributed via the Rust [crates.io] package manager as a convenience, the
22+
Most users use DataFusion as a library in their Rust projects by adding it as a dependency
23+
in their `Cargo.toml` file and downloading it from the Rust [crates.io] package registry.
24+
25+
For example:
26+
27+
```toml
28+
[dependencies]
29+
datafusion = "41.0.0"
30+
```
31+
32+
While DataFusion is distributed via [crates.io] as a convenience, the
2333
official Apache DataFusion releases are provided as source artifacts.
2434

2535
[crates.io]: https://crates.io/crates/datafusion
2636

2737
## Releases
2838

29-
The latest source release is [41.0.0][source-link] ([asc][asc-link],
30-
[sha512][sha512-link]).
31-
32-
[source-link]: https://www.apache.org/dyn/closer.lua/datafusion/datafusion-41.0.0/apache-datafusion-41.0.0.tar.gz?action=download
33-
[asc-link]: https://downloads.apache.org/datafusion/datafusion-41.0.0/apache-datafusion-41.0.0.tar.gz.asc
34-
[sha512-link]: https://downloads.apache.org/datafusion/datafusion-41.0.0/apache-datafusion-41.0.0.tar.gz.sha512
39+
You can find the latest releases, signatures and checksums on
40+
the [ASF Release Page](https://dist.apache.org/repos/dist/release/datafusion)
3541

3642
For previous releases, please check the [archive](https://archive.apache.org/dist/datafusion/).
3743

@@ -40,8 +46,10 @@ For releases earlier than 37.0.0, please check [Arrow's archive](https://archive
4046
## Notes
4147

4248
- When downloading a release, please verify the OpenPGP compatible signature (or failing that, check the SHA-512); these should be fetched from the main Apache site.
43-
- The KEYS file contains the public keys used for signing release. It is recommended that (when possible) a web of trust is used to confirm the identity of these keys.
44-
- Please download the [KEYS](https://downloads.apache.org/datafusion/KEYS) as well as the .asc signature files.
49+
- The [KEYS] file contains the public keys used for signing release. It is recommended that (when possible) a web of trust is used to confirm the identity of these keys.
50+
- Please download the [KEYS] file as well as the .asc signature files.
51+
52+
[keys]: https://downloads.apache.org/datafusion/KEYS
4553

4654
### To verify the signature of the release artifact
4755

0 commit comments

Comments
 (0)