Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
Merge pull request #305 from swsnr/swsnr/issue304
Browse files Browse the repository at this point in the history
Use curl instead of reqwest
  • Loading branch information
swsnr authored Nov 24, 2024
2 parents 79f1399 + d445544 commit a8b5ebc
Show file tree
Hide file tree
Showing 16 changed files with 217 additions and 1,639 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ Use `cargo release` to create a new release.

## [Unreleased]

### Changed
- `mdcat` now uses curl for remote resources (see [GH-304]).
As a result, mdcat now also supports remote images from FTP, and uses standard curl environment variables for proxy configuration.

### Removed
- The `mdcat-http-reqwest` crate was removed, as consequence of moving to `curl` (see [GH-304]).
There is no replacement; users of `pulldown-cmark-mdcat` need to impement remote resource support themselves should they require it.
All versions of this crate on crates.io have been yanked.

[GH-304]: https://github.com/swsnr/mdcat/issues/304

## [2.6.2] – 2024-11-24

### Fixed
Expand Down
Loading

0 comments on commit a8b5ebc

Please sign in to comment.