Skip to content

Releases: ludorival/pact-jvm-mock

1.0.0

21 Jan 13:06
dcab710
Compare
Choose a tag to compare

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

09 Jan 16:40
965c145
Compare
Choose a tag to compare

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

09 Jan 15:55
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.0...0.8.0

0.7.0

09 Jan 14:53
Compare
Choose a tag to compare

Enhance interaction handling and add Jackson dependency

  • Introduced ObjectMapper and JsonNode from Jackson for improved JSON handling in InteractionBuilder and SpringRestTemplateMockAdapter.
  • 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 in build.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

07 Jan 15:31
Compare
Choose a tag to compare

Full Changelog: 0.5.0...0.6.0

0.5.0

04 Jan 18:21
Compare
Choose a tag to compare

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

02 Jan 22:36
52721b4
Compare
Choose a tag to compare

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

02 Jan 15:59
f14d9b8
Compare
Choose a tag to compare

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

29 Nov 12:23
5037c9d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.1...0.2.0

0.1.1

28 Nov 08:54
9a82f70
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.0...0.1.1