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.
- Pin jvm 11-toolchain.
- Maintenance release - improve workflow, publishing, tidy ups, reuse compliance, deps.
- Response body can now be set from an input stream.
- Convenience methods for expecting a specific http method call was added to
Flum
class (expectGet()
,expectPost()
etc).
- FlumExtension now works correctly with test class hierarchies.
- Support for ignoring request order.