Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: algesten/ureq
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.1.2
Choose a base ref
...
head repository: algesten/ureq
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.1.4
Choose a head ref
  • 15 commits
  • 21 files changed
  • 4 contributors

Commits on Sep 20, 2025

  1. Support for NO_PROXY

    m4siri authored Sep 20, 2025
    Configuration menu
    Copy the full SHA
    1ce334d View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2025

  1. tls: replace rustls-pemfile usage with rustls-pki-types

    rusts-pemfile has been archived and won't see future updates. The
    rustls-pki-types crate has supported PEM parsing since 1.9.0.
    
    This commit converts the existing parsing while maintaining semver
    compatibility, with the exception of the Error::Pem() enum variant,
    that exposed a rustls-pemfile type. This breaking change is **not**
    considered in-scope for ureq's semver policy based on the pre-existing
    rustdoc comment.
    cpu authored and algesten committed Oct 5, 2025
    Configuration menu
    Copy the full SHA
    ccac8e4 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    algesten committed Oct 5, 2025
    Configuration menu
    Copy the full SHA
    050ff48 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2025

  1. Avoid uncessary clone (albeit a cheap one)

    xitep authored and algesten committed Oct 13, 2025
    Configuration menu
    Copy the full SHA
    f6c8cff View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2025

  1. Multipart form support

    algesten committed Nov 1, 2025
    Configuration menu
    Copy the full SHA
    7cd6e26 View commit details
    Browse the repository at this point in the history
  2. Fix clippy

    algesten committed Nov 1, 2025
    Configuration menu
    Copy the full SHA
    c4fd455 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d3028f View commit details
    Browse the repository at this point in the history
  4. Update changelog

    algesten committed Nov 1, 2025
    Configuration menu
    Copy the full SHA
    7e93254 View commit details
    Browse the repository at this point in the history
  5. Fix links in lib.rs

    algesten committed Nov 1, 2025
    Configuration menu
    Copy the full SHA
    561e814 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2025

  1. Configuration menu
    Copy the full SHA
    0a4b032 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    199a117 View commit details
    Browse the repository at this point in the history
  3. Update changelog

    algesten committed Nov 8, 2025
    Configuration menu
    Copy the full SHA
    99bceb8 View commit details
    Browse the repository at this point in the history
  4. 3.1.3

    algesten committed Nov 8, 2025
    Configuration menu
    Copy the full SHA
    69dfbc9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f38ebd5 View commit details
    Browse the repository at this point in the history
  6. 3.1.4

    algesten committed Nov 8, 2025
    Configuration menu
    Copy the full SHA
    428bba8 View commit details
    Browse the repository at this point in the history
Loading