openssl-probe breaking changes

cargo

3 curated breaking changes across major versions of openssl-probe. Use this as a migration checklist before bumping dependencies.

3
changes
Breaking changes by transition
  • 0.1.6 \u2192 0.2.0breaking

    `ProbeResult::cert_dir` is now a `Vec<PathBuf>` rather than an `Option<PathBuf>`, allowing the library to yield multiple suggestions for directories which may contain certificate files.

  • 0.1.6 \u2192 0.2.0breaking

    Rather than using a single list of locations for certificate files and certificate directories, openssl-probe now uses much shorter per-platform lists. This should make the API faster and make it less likely to accidentally pick up locations that are unidiomatic for the platform.

  • 0.1.6 \u2192 0.2.0breaking

    Removed deprecated API

API access

Get this data programmatically \u2014 free, no authentication.

curl https://depscope.dev/api/breaking/cargo/openssl-probe
openssl-probe breaking changes — Cargo migration guide | DepScope