File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## Unreleased
88
9- ## Fixed
9+ ## Added
10+ - New server-side APIs to accept a batch of results instead of a single result #TINY-11177
11+
12+ ## Changed
1013- Reverted TINY-10708 which was a server-side fix
11- - Reduced logging from client to server, and stopped waiting for log requests to complete between tests #TINY-11177
12- - Removed server-side monitoring of single test timeouts. This is still monitored client side. #TINY-11177
14+ - Client no longer waits for log requests to complete between tests, which should speed up remote testing #TINY-11177
15+ - Console HUD no longer updates for individual tests #TINY-11177
16+ - Client now posts test status only in batches every 30 seconds, this is the only time the console HUD will update #TINY-11177
1317
1418## Removed
19+ - Single result server-side API #TINY-11177
20+ - Server-side monitoring of single test timeouts. This is still monitored client side. #TINY-11177
1521- The Promise polyfill is no longer allowed on modern NodeJS frameworks so it has been removed. #TINY-11177
1622
1723## 14.1.4 - 2024-03-27
You can’t perform that action at this time.
0 commit comments