Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
3.13.0 source code.tar.gz | 2025-04-24 | 4.0 MB | |
3.13.0 source code.zip | 2025-04-24 | 4.9 MB | |
README.md | 2025-04-24 | 3.0 kB | |
Totals: 3 Items | 8.9 MB | 0 |
🚀 New Features
- Allow the WireMockExtension to not reset in beforeEach (#3010) @leeturner
- Allow the webhook scheduler thread pool size to be configured (#3009) @leeturner
- Add method to MappingBuilder to add multiple form params (#2927) @wernerblanck
- Expose native matcher for client ip address (#3014) @lhcopetti
- Extend LogNormal to add an optional maxValue (#3026) @paul-poulain-vodafone
- feat: admin API endpoints to find/remove unmatched stub mappings (#2991) @MasonM
- feat: record query param matchers. (#3008) @RafeArnold
- allow admin calls when standalone instance is behind haproxy/loadbala… (#2990) @vggeorgas
🐞 Bug fixes
- fix: matched stub name header value encoding. (#3027) @RafeArnold
- fix: run chunked dribble delay asynchronously (#3012) @lhcopetti
- Fixed matches-json-schema-pattern.yaml so that it correctly takes the schema as a string (#3020) @tomakehurst
- Fix OpenAPI 3.0 schemas (#2953) @ascopes
- fix: handle null key in RequestPartTemplateModel for RFC 2387 compliance (#3022) @ns-amosc
- fix: check casing when matching basic credentials. (#2997) @RafeArnold
- Always use the system default
DocumentBuilderFactory
,TransformerFactory
andXPathFactory
(#2975) @vkuzel
✍ Other changes
- fix: publishing branch snapshots to github. (#3005 [#3003] [#3002]) @RafeArnold
- feat: allow publishing branch snapshots to github. (#3001) @RafeArnold
- chore: remove json-smart dependency constraint. (#2965) @RafeArnold