Releases: IBM/mocktail
Releases · IBM/mocktail
0.2.4-alpha
0.2.3-alpha
What's Changed
- [Feature] Added 4 new matchers and associated
When
methods by @declark1 in #14- PathPrefixMatcher (path_prefix)
- QueryParamsMatcher (query_params)
- QueryParamMatcher (query_param)
- QueryParamExistsMatcher (query_param_exists)
- [Enhancement] Several
Request
updates by @declark1 in #14- Added
url
field (replacespath
andquery
fields) - Added methods:
url
,query_pairs
, andmethod
- Dropped
with_query
method
- Added
- [Misc] Dropped
Cargo.lock
file and added it to.gitignore
(woops) by @declark1 - [Misc] Updated dependency version requirements to be less restrictive by @declark1
- [Misc] Dropped unused dependencies, updated feature flags by @declark1 in #17
0.2.2-alpha
What's Changed
- [Fix] Dropped server graceful shutdown functionality for now by @declark1 in #13
- We can revisit adding this properly at a later time
- [Misc] Added
StatusCode
associated constants for all error codes by @mdevino in #12 - [Misc] Added
MockServer::hostname()
convenience method, returning the ip string by @declark1 in #11 - [Misc] Updated dependencies
New Contributors
0.2.1-alpha
Improve module structure, reorganize exports, add doc comments, updat…
0.2.0-alpha
Export StatusCode, add a couple of tests (#7) Signed-off-by: declark1 <[email protected]>
0.1.3-alpha
Expose server mocks and enable mutability (#5) Signed-off-by: declark1 <[email protected]>
0.1.2-alpha
0.1.2 alpha (#3) * grpc: fix error mock handling Signed-off-by: declark1 <[email protected]> * Add support for header matching (wip), other tweaks Signed-off-by: declark1 <[email protected]> --------- Signed-off-by: declark1 <[email protected]>
0.1.1-alpha
0.1.1 alpha (#2) * Refactor grpc server, add logs, update tests, update deps Signed-off-by: declark1 <[email protected]> * Update README.md Signed-off-by: declark1 <[email protected]> * Revert edition to 2021 Signed-off-by: declark1 <[email protected]> --------- Signed-off-by: declark1 <[email protected]>