Bugfix Release
- abf5fb8 - fix: EachValue matcher was applying the associated rule to the list and not the items in the list
- a2f7fbf - fix: Support string escape sequences in matching definitions
- 0cd9ad0 - feat: Implemented scenarios for no provider state callback configured + request filters
- fdea11e - feat: Add builder interface for plugins to provide DSL to construct interactions
- 7c41fc1 - feat: implement compatibility suite provider state steps
- 0f5dc41 - feat: Call provider state callbacks with empty state when there is no state defined
- 7e8d7fc - fix: MockServerURLGenerator was not combining URL fragments correctly
- b7b2a12 - feat: Implemented initial V1 HTTP provider specs in compatibility suite
- a0a5a96 - use valid module name in manifest (Daniel Heinrich)
- dbc59a4 - feat: Implement the remaining V1 HTTP consumer scenarios
- e4eab7b - feat: Implement initial compatibility suite feature for V1/HTTP interactions
- fa65ca2 - Allow to set the port via an expression. (holomekc)
- 1819fcf - chore: add or and orElse to Result class
- d3dbc52 - Use shorthand annotation instead of @ExtendWith (Holly Cummins)