4.6.1
- 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
- 0f5dc41 - feat: Call provider state callbacks with empty state when there is no state defined
- 7e8d7fc - fix: MockServerURLGenerator was not combining URL fragments correctly
- b369fec - feat: got the remaining V1 HTTP provider scenarios passing
- b7b2a12 - feat: Implemented initial V1 HTTP provider specs in compatibility suite
- a0a5a96 - use valid module name in manifest
- 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)
- 9f5aa17 - Merge branch 'master' into v4.6.x