Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 836 Bytes

CHANGELOG.md

File metadata and controls

30 lines (23 loc) · 836 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[1.1.8] - 2022-05-27

Added

  • Pin jvm 11-toolchain.

[1.1.7] - 2022-05-26

Added

  • Maintenance release - improve workflow, publishing, tidy ups, reuse compliance, deps.

[1.1.2]

Added

  • Response body can now be set from an input stream.

[1.1.1] - 2019-10-11

Added

  • Convenience methods for expecting a specific http method call was added to Flum class (expectGet(), expectPost() etc).

Fixed

  • FlumExtension now works correctly with test class hierarchies.

[1.1.0] - 2019-10-09

Added

  • Support for ignoring request order.