Releases: ludorival/pact-jvm-mock
Releases · ludorival/pact-jvm-mock
1.0.0
What's Changed
- fix(deps): update dependency io.mockk:mockk to v1.13.16 by @renovate in #254
- Support Pact V4 by using Pact Core Model by @ludorival in #255
Full Changelog: 0.9.0...1.0.0
0.9.0
What's Changed
- Do not fail if the exception is not the expected one by @ludorival in #253
Full Changelog: 0.8.0...0.9.0
0.8.0
0.7.0
Enhance interaction handling and add Jackson dependency
- Introduced
ObjectMapper
andJsonNode
from Jackson for improved JSON handling inInteractionBuilder
andSpringRestTemplateMockAdapter
. - Updated interaction description and provider state handling to accept a lambda function, enhancing flexibility in defining states.
- Added
jackson-databind
as a compile-only dependency inbuild.gradle.kts
. - Refactored tests to utilize the new interaction handling methods, ensuring compatibility and clarity in mock setups.
- Improved README documentation to reflect changes in interaction definitions and usage examples.
These changes aim to streamline JSON processing and enhance the usability of the pact-jvm-mock library.
0.6.0
Full Changelog: 0.5.0...0.6.0
0.5.0
What's Changed
- fix(deps): update dependency org.springframework.boot:spring-boot-starter-web to v3.4.1 by @renovate in #225
- Add Mockito support to pact-jvm-mock: introduce new module and update dependencies by @ludorival in #240
- fix(deps): update mockito monorepo to v5.15.2 by @renovate in #244
- Change the PactMock DSL by @ludorival in #246
- Prevent request interception for tests without @PactConsumer annotation by @ludorival in #249
Full Changelog: 0.4.1...0.5.0
0.4.1
What's Changed
- Refactor pact-jvm-mock-spring: restructure dependencies, remove obsolete test files, and add new test module by @ludorival in #238
Full Changelog: 0.4.0...0.4.1
0.3.0
What's Changed
- fix(deps): update dependency org.springframework:spring-web to v6.2.1 by @renovate in #231
- fix(deps): update junit5 monorepo to v5.11.4 by @renovate in #232
- fix(deps): update dependency io.mockk:mockk to v1.13.14 by @renovate in #233
- chore(deps): update dependency gradle to v8.12 by @renovate in #234
- chore(deps): update plugin org.jreleaser to v1.16.0 by @renovate in #235
- Use annotation PactConsumer instead of ExtendWith and use test name as default description by @ludorival in #236
Full Changelog: 0.2.2...0.3.0
0.2.0
What's Changed
- Update dependency com.fasterxml.jackson.core:jackson-databind to v2.18.2 by @renovate in #219
- Change the interaction DSL by @ludorival in #220
- Support of Matching Rules by @ludorival in #221
Full Changelog: 0.1.1...0.2.0
0.1.1
What's Changed
- Update plugin org.jetbrains.kotlin.jvm to v2.1.0 by @renovate in #217
- Improve HttpError Body Recording by @ludorival in #218
New Contributors
- @ludorival made their first contribution in #218
Full Changelog: 0.1.0...0.1.1