5.0.0 Beta 14
Pre-release
Pre-release
What's Changed
New event system by @kelunik in #334:
The EventListener
interface has been reworked and event listeners can be registered with HttpClientBuilder::listen()
now to automatically apply to each request instead of only being registered on specific requests.
Request phases are now rather strict and checks are in place to ensure the correct order of events. Should you notice any issues with that, please open an issue!
The two remaining issues we want to solve before the stable release are:
Full Changelog: v5.0.0-beta.13...v5.0.0-beta.14