Skip to content

5.0.0 Beta 14

Pre-release
Pre-release
Compare
Choose a tag to compare
@kelunik kelunik released this 23 Aug 20:31
· 56 commits to 5.x since this release
v5.0.0-beta.14
a9f2beb

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