diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f86f2e4..3176d1ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased -## Fixed +## Added +- New server-side APIs to accept a batch of results instead of a single result #TINY-11177 + +## Changed - Reverted TINY-10708 which was a server-side fix -- Reduced logging from client to server, and stopped waiting for log requests to complete between tests #TINY-11177 -- Removed server-side monitoring of single test timeouts. This is still monitored client side. #TINY-11177 +- Client no longer waits for log requests to complete between tests, which should speed up remote testing #TINY-11177 +- Console HUD no longer updates for individual tests #TINY-11177 +- Client now posts test status only in batches every 30 seconds, this is the only time the console HUD will update #TINY-11177 ## Removed +- Single result server-side API #TINY-11177 +- Server-side monitoring of single test timeouts. This is still monitored client side. #TINY-11177 - The Promise polyfill is no longer allowed on modern NodeJS frameworks so it has been removed. #TINY-11177 ## 14.1.4 - 2024-03-27