• v3.1.0 cfae6623de

    v3.1.0
    All checks were successful
    Rust / build (map[name:nightly]) (push) Successful in 4m25s
    Rust / build (map[name:stable]) (push) Successful in 4m50s
    Release Please / Release-plz (push) Successful in 2m48s
    Stable

    kemitix released this 2024-11-21 21:15:43 +00:00 | 0 commits to main since this release

    Added

    • (net) mock request builder adds .with and .with_{option,result}

    Fixed

    • impl Display for path, file and dir

    Other

    • (example) clean up get example
    Downloads
  • v3.0.0 a58796f2f0

    v3.0.0
    All checks were successful
    Rust / build (map[name:nightly]) (push) Successful in 4m14s
    Rust / build (map[name:stable]) (push) Successful in 4m19s
    Release Please / Release-plz (push) Successful in 1m56s
    Stable

    kemitix released this 2024-11-20 22:42:50 +00:00 | 4 commits to main since this release

    Breaking Changes in net

    The fluent API for net in v2 just wasn't good enough.

    Added

    • (net) [breaking] net api: net.{get,post,etc..}(url) alternative to net.send(request)
    • (fs) add TempFileSystem::as_real()
    • (net) [breaking] new api: .on().respond().{status,header{s},body}(_)?, replacing respond(response)
    • (net) [breaking] new api: .on().{get,post, etc}(url), replacing .on(method).get(url)
    • re-export http::HeaderMap
    • Add Debug, Clone, Default, PartialEq, Eq, Send, Sync to as many or our types as possible.

    Fixed

    • (net) [breaking] Remove MatchOn
    Downloads
  • v2.1.1 d664090648

    v2.1.1
    All checks were successful
    Rust / build (map[name:stable]) (pull_request) Successful in 4m30s
    Rust / build (map[name:nightly]) (pull_request) Successful in 6m54s
    Rust / build (map[name:stable]) (push) Successful in 3m15s
    Rust / build (map[name:nightly]) (push) Successful in 5m55s
    Release Please / Release-plz (push) Successful in 2m29s
    Stable

    kemitix released this 2024-11-16 07:36:59 +00:00 | 12 commits to main since this release

    Fixed

    • impl Clone for Net
    Downloads
  • v2.1.0 7e1b3de984

    v2.1.0
    All checks were successful
    Rust / build (map[name:nightly]) (push) Successful in 2m16s
    Rust / build (map[name:stable]) (push) Successful in 3m25s
    Release Please / Release-plz (push) Successful in 54s
    Stable

    kemitix released this 2024-11-15 16:57:47 +00:00 | 14 commits to main since this release

    Added

    • re-export Method, Url, Request, Response and RequestBuilder from http, url and reqwest crates

    Other

    • remove duplicated section
    Downloads
  • v2.0.0 e053679dcc

    v2.0.0
    All checks were successful
    Rust / build (map[name:stable]) (push) Successful in 10m48s
    Rust / build (map[name:nightly]) (push) Successful in 13m30s
    Release Please / Release-plz (push) Successful in 5m13s
    Stable

    kemitix released this 2024-11-14 20:13:21 +00:00 | 17 commits to main since this release

    Breaking Rewrite

    This release is a complete rewrite. The concept of creating a real or mock instance of a filesystem or network object and passing it to your program remains. What has changed is the API around those objects. The API changes bring a new fluent style. The biggest change, for the better, is in the network module.

    Read the documentation for the full details of the new API: https://docs.rs/kxio/latest/kxio/index.html

    Downloads
  • v1.2.0 d0aee99c83

    v1.2.0
    All checks were successful
    ci/woodpecker/push/woodpecker Pipeline was successful
    ci/woodpecker/tag/woodpecker Pipeline was successful
    ci/woodpecker/cron/woodpecker Pipeline was successful
    Stable

    kemitix released this 2024-05-17 12:08:56 +01:00 | 89 commits to main since this release

    Downloads
  • v1.1.2 faa9f291d4

    v1.1.2
    Some checks failed
    ci/woodpecker/push/woodpecker Pipeline was successful
    ci/woodpecker/tag/woodpecker Pipeline failed
    ci/woodpecker/cron/woodpecker Pipeline was successful
    Stable

    kemitix released this 2024-04-30 07:50:55 +01:00 | 92 commits to main since this release

    Downloads
  • v1.1.1 595a376a62

    v1.1.1
    Some checks failed
    ci/woodpecker/push/woodpecker Pipeline was successful
    ci/woodpecker/tag/woodpecker Pipeline failed
    ci/woodpecker/cron/woodpecker Pipeline failed
    Stable

    kemitix released this 2024-04-28 19:11:12 +01:00 | 94 commits to main since this release

    fix(fs): add missing std::error::Error impl for fs::Error

    Downloads
  • v1.1.0 a83fe8b581

    v1.1.0
    All checks were successful
    ci/woodpecker/tag/woodpecker Pipeline was successful
    ci/woodpecker/push/woodpecker Pipeline was successful
    Stable

    kemitix released this 2024-04-28 15:32:01 +01:00 | 96 commits to main since this release

    Downloads
  • v1.0.0 6354681ac1

    v1.0.0
    Some checks failed
    ci/woodpecker/tag/woodpecker Pipeline was successful
    ci/woodpecker/push/woodpecker Pipeline was successful
    ci/woodpecker/cron/woodpecker Pipeline failed
    Stable

    kemitix released this 2024-04-16 07:36:00 +01:00 | 113 commits to main since this release

    Downloads