Skip to content

Release 1.0-alpha-5

Compare
Choose a tag to compare
@github-actions github-actions released this 27 May 09:49
· 114 commits to refs/heads/main since this release

Java 1.8 compatibility and API alignment

πŸš€ New features and improvements

πŸ’₯ Breaking changes

  • WireMockContainer methods are now different, update is needed (#34) @bitxon

πŸ› Bug fixes

  • Allow to override waiting strategy and waiting time (#35) @bitxon

πŸ“¦ Dependency updates

πŸ‘» Maintenance

  • Run CI against all supported Java versions: 8, 11, 17 (#48) @oleg-nenashev
  • Use global configuration of the Release Drafter (#45) @oleg-nenashev
  • Add tests for Webhooks and Testcontainers networking (#40) @bitxon
  • Reduce Code duplication in tests and make tests easier to read (#39) @bitxon
  • Bump maven-source-plugin from 3.2.1 to 3.3.0 (#41) @dependabot
  • Bump maven-dependency-plugin from 3.5.0 to 3.6.0 (#43) @dependabot
  • Bump maven-surefire-plugin from 3.0.0 to 3.1.0 (#37) @dependabot

πŸ“ Documentation updates