PackageTrack
Sign in Get early access

wiremock

HTTP mocking to test Rust applications.

0.6.5 71M downloads/mo #990 most downloaded on crates.io LukeMathWalker/wiremock-rs

What this package is like to depend on

Last release 12 months ago

24 Aug 2025

Ships fairly regularly

a new release about every 2 months

Some releases are documented

notes for 16 of 48 stable releases

Nothing withdrawn

no release was ever pulled

6 years old

53 releases · first in 2020

0 releases in the last 12 months

see the full history below

Release timeline

53 releases · Apr 2020 to Aug 2025
2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 53
  1. 0.6.5 24 Aug 2025
    Release notes

    chore: Release wiremock version 0.6.5

    Open source →
  2. 0.6.4 19 Jun 2025
    Release notes

    chore: Release wiremock version 0.6.4

    Open source →
  3. 0.6.3 01 Mar 2025
    Release notes

    chore: Release wiremock version 0.6.3

    Open source →
  4. 0.6.2 07 Sep 2024
    Release notes

    chore: Release wiremock version 0.6.2

    Open source →
  5. 0.6.1 22 Jul 2024
    Release notes

    chore: Release wiremock version 0.6.1

    Open source →
  6. 0.6.0 11 Feb 2024
    Release notes

    chore: Release wiremock version 0.6.0

    Open source →
  7. 0.6.0-rc.3 18 Jan 2024 pre-release
    Release notes

    chore: Release wiremock version 0.6.0-rc.3

    Open source →
  8. 0.6.0-rc.2 17 Jan 2024 pre-release
    Release notes

    chore: Release wiremock version 0.6.0-rc.2

    Open source →
  9. 0.6.0-rc.1 17 Jan 2024 pre-release
    Release notes

    chore: Release wiremock version 0.6.0-rc.1

    Open source →
  10. 0.5.22 30 Nov 2023
    Release notes

    (cargo-release) wiremock version 0.5.22

    Open source →
  11. 0.5.21 03 Nov 2023

    Nothing published for this version

  12. 0.5.20 03 Nov 2023

    Nothing published for this version

  13. 0.5.19 07 Jun 2023

    Nothing published for this version

  14. 0.5.18 01 Apr 2023

    Nothing published for this version

  15. 0.5.17 12 Jan 2023

    Nothing published for this version

  16. 0.5.16 31 Dec 2022

    Nothing published for this version

  17. 0.5.15 10 Oct 2022

    Nothing published for this version

  18. 0.5.14 04 Aug 2022

    Nothing published for this version

  19. 0.5.13 19 Apr 2022

    Nothing published for this version

  20. 0.5.12 03 Apr 2022

    Nothing published for this version

  21. 0.5.11 25 Feb 2022

    Nothing published for this version

  22. 0.5.10 08 Jan 2022

    Nothing published for this version

  23. 0.5.9 03 Jan 2022

    Nothing published for this version

  24. 0.5.8 31 Oct 2021
    Release notes
    • Features:
      • Functions from &Request to ResponseTemplate can now be passed to MockBuilder::respond_with. You do not have to write a struct with a Respond implementation for simple manipulation of request data! (by [@RoGryza])
    Open source →
  25. 0.5.7 05 Sep 2021
    Release notes
    • Fixes:
      • MockGuard is now marked as must_use, ensuring that a compiler warning is raised if the guard for a scoped mock is not bound to a variable.
    Open source →
  26. 0.5.6 20 Jul 2021
    Release notes
    • Features:
      • Added support for scoped Mocks! Using MockServer::register_as_scoped or Mock::mount_as_scoped you can now register Mocks that go "out of scope" when the returned RAII guard (MockGuard) is dropped. Scoped Mocks are recommended for usage in test helper functions to ensure proper isolation - check the documentation for more details! (by [@LukeMathWalker])
    Open source →
  27. 0.5.5 18 Jul 2021
    Release notes
    • Miscellaneous:
      • Added the http module to re-export the types from http-types that are part of wiremock's public API (by [@LukeMathWalker]).
    Open source →
  28. 0.5.4 03 Jul 2021
    Release notes
    • Fixes:
      • Handle URI authority properly in the mock server (by [@Tuetuopay])
    Open source →
  29. 0.5.3 05 Jun 2021
    Release notes
    • Miscellaneous:
      • Remove textwrap from the dependency tree (by [@apiraino])
    Open source →
  30. 0.5.2 20 Mar 2021
    Release notes
    • Features:
      • Support multi-valued headers (by [@beltram])
    • Miscellaneous:
      • Improve README (by [@apiraino])
    Open source →
  31. 0.5.1 24 Feb 2021
    Release notes
    • Features:
      • Capture the port in hyper's Request into wiremock::Request::url (by [@beltram])
    Open source →
  32. 0.5.0 22 Feb 2021
    Release notes
    • Breaking changes:
      • Removed MockServer::start_on.
        Use MockServer::builder and MockServerBuilder::listener to configure your MockServer to start on a pre-determined port (by @LukeMathWalker).
      • MockServer::verify is now asynchronous (by @LukeMathWalker).
    • Features:
      • Added request recording to MockServer, enabled by default.
        The recorded requests are used to display more meaningful error messages when assertions are not satisfied and can be retrieved using MockServer::received_requests ([by @LukeMathWalker]).
      • Added MockServerBuilder to customise the configuration of a MockServer.
        It can be used to bind a MockServer to an existing TcpListener as well as disabling request recording (by @LukeMathWalker).
      • Added matchers::body_json_schema to verify the structure of the body attached to an incoming request (by @Michael-J-Ward).
    Open source →
  33. 0.4.9 24 Jan 2021

    Nothing published for this version

  34. 0.4.8 20 Jan 2021

    Nothing published for this version

  35. 0.4.7 16 Jan 2021

    Nothing published for this version

  36. 0.4.6 14 Jan 2021

    Nothing published for this version

  37. 0.4.5 12 Jan 2021

    Nothing published for this version

  38. 0.4.4 12 Jan 2021

    Nothing published for this version

  39. 0.4.3 24 Dec 2020

    Nothing published for this version

  40. 0.4.2 22 Dec 2020

    Nothing published for this version

  41. 0.4.1 21 Dec 2020

    Nothing published for this version

  42. 0.4.0 21 Dec 2020

    Nothing published for this version

  43. 0.4.0-alpha.2 15 Nov 2020 pre-release

    Nothing published for this version

  44. 0.4.0-alpha.1 29 Sep 2020 pre-release

    Nothing published for this version

  45. 0.3.0 16 Sep 2020

    Nothing published for this version

  46. 0.2.5 16 Sep 2020

    Nothing published for this version

  47. 0.2.4 31 Jul 2020

    Nothing published for this version

  48. 0.2.3 10 Jul 2020

    Nothing published for this version

  49. 0.2.2 01 Jun 2020

    Nothing published for this version

  50. 0.2.1 22 May 2020

    Nothing published for this version

  51. 0.2.0 11 May 2020

    Nothing published for this version

  52. 0.1.1 14 Apr 2020

    Nothing published for this version

  53. 0.1.0 13 Apr 2020

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive