Patch Changes
-
#6501
c1288ddThanks @gcanti! - Add adiscriminantstuple to schemas augmented withSchema.toTaggedUnionand reject duplicate discriminant
property keys. -
#6475
2b58a3dThanks @fubhy! - Normalize cron month and weekday aliases independently of the host locale. -
#6492
6dc83f2Thanks @gcanti! - Preserve nested class construction when applying constructor defaults, closes #6491. -
#6476
c1e2fe0Thanks @fubhy! - AddCronday and weekday intersection semantics in inspection representations. -
#6474
f3fbae8Thanks @fubhy! - ValidateCron.makefield constraints and treat weekday7as Sunday consistently with cron parsing. -
#6472
e000f80Thanks @fubhy! - FixCron.prevday-of-month rollover across shorter months and non-leap years. -
#6471
f4ee765Thanks @fubhy! - FixCron.prevweekday wrapping to always return a matching instant before the input. -
#6477
510b55fThanks @fubhy! - Make Cron equality and hashing include the optional timezone consistently. -
#6433
31d3fc4Thanks @coyaSONG! - Fix the published declaration forHttpEffect.appendPreResponseHandlerUnsafe. -
#6487
875e618Thanks @rvaccone! - Fix doubledExpected: Expected ...prefixes in CLIInvalidValueerror messages, closes #6312. -
#6496
688d46aThanks @tim-smart! - PortEffect.reducefrom Effect v3. -
#6480
6ff5023Thanks @fubhy! - Correct the diagnostic for cron step values above a field's maximum. -
#6484
c0333e7Thanks @tim-smart! - Fix fiber self-interuption from inside a running operation -
#6493
06e7e8cThanks @tim-smart! - Make multipart errors respond with an HTTP status based on their reason and ignore them in the error reporter. -
#6498
eb9b102Thanks @thewilkybarkid! - Don’t create a table when it’s not needed -
#6494
8b155daThanks @tim-smart! - only interrupt cache lookup when all awaiters are gone -
#6495
3a87335Thanks @tim-smart! - clean up more references on fiber exit