Skip to content

Commit e80663d

Browse files
committed
TINY-11177: Changelog
1 parent 980c3b9 commit e80663d

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)