0.9.0
·
4 commits
to main
since this release
Release Notes
The v0.9.0 release introduces the ability to override service-specific hosts in the test environment configuration, improving flexibility for multi-environment setups.
Users of this release should review their TestEnvironment configurations and update host definitions to use the new per-service overrides where needed.
Added
- Added support for overriding hosts on a per-service basis in
TestEnvironment.
Updated
- Enhanced
HttpClientto support this feature usingStandaloneWSClient.
For more details, refer to the pull request #13.