1.32.0 (2024-01-21)
Bug Fixes
per_requestneeds to consider extra requests by back-pressure (83fb762)- add cpu/wall clock limit tests (ba60801)
- add intentional peer reset test (aeb66bc)
- add request timeout test (f74431b)
- add tests for PKU-related AV (66b8f46)
- apply connection watcher into integration tests (822f4c0)
- cpu_timer: rid flakiness due to signal on integrate testing (5d332f3)
- cpu_timer: update dependencies (6e54851)
- don't give a grace wall clock period for the rest requests in
oneshotpolicy (ea41901) - exposing the error that indicates the main worker should re-polled a worker again (4724dc2)
- increase worker caps to prevent the integration tests from being flaky (330031c)
- instantaneous CPU time increase amount also needed to include in CPU metric (0765eb4)
- introduce termination token for all worker control hierarchy (f9e8a6a)
- make invoking the v8 platform initialize not dependent with cli (e5a31d9)
- make sure wall clock duration is in valid range (666a771)
- oops 😅(retrigger test) (c4d0a79)
- polishing main service scripts (8e2c2be)
- revive the transfer encoding test (87df275)
- rid unsoundness of integration test util (14e9968)
- rid warnings that only appear on the release profile (dd1ded3)
- shouldn't be initialized the v8 platform from
DenoRuntime::new(b329fc6) - silly mistake 🥹 (0bcf1b2)
- update
Cargo.lock(c531f86) - update dependencies (a8f6a4b)
- update the main worker script for testing (c0af2b8)
- wall clock limit test smaller than 100ms can be responded to in various error messages (8837e0d)
- what a silly mistake again 🫠 (758648a)