v1.20240208.0
github-actions
released this
08 Feb 15:46
·
1993 commits
to main
since this release
What's Changed
- [bazel] Do not compile wd_cc_library by default by @fhanau in #1512
- Simplify "named intercept" by @kentonv in #1585
- Revert "Try to take lock when delivering websocket events" by @mikea in #1593
- sqlite: don't count rows written to temporary (ephemeral) tables by @smerritt in #1594
- [bazel] Mark param_extractor{_bin} as no-downstream by @fhanau in #1596
- Add implementations for getPreferredExtensions by @MellowYarker in #1507
- Implement MemoryTracker for Heap Snapshots by @jasnell in #1584
- Accept module names with and without a .py extension. by @dom96 in #1597
- Give WS a strong ref to
InputGate::CriticalSection
by @MellowYarker in #1591 - Check lower bound returned by atoi() by @garrettgu10 in #1603
- Move python-entrypoint.js into a top level Capnp constant by @hoodmane in #1599
- Fix GC visitation in stream readers and writers by @kentonv in #1606
- [nfc] dependency updates, expand usage of bazel implementation_deps by @fhanau in #1583
- Adding resultsFormat to d1-api.ts to fix .raw() bug by @geelen in #1586
- [CI] Use limited debug info on Linux-{asan,debug} CI runs by @fhanau in #1615
- Avoid false-positives in content-type text warning by @jasnell in #1616
- Switch to using kj::GlobFilter by @jasnell in #1613
- Clean up builtin-wasm-modules autogate (used for Python) by @dom96 in #1620
- Await actor alarm deletion cache flush outputGate when alarm succeeds by @jqmmes in #1601
- Update for http-over-capnp refactor. by @kentonv in #1588
- Cleanup EventTarget::NativeHandler by @jasnell in #1621
- Python: Only pass metadata that we need by @hoodmane in #1600
- Python: Share Python interpreter across requests by @hoodmane in #1609
- Fix two spots I missed in #1606. by @kentonv in #1623
- Python: Pass the env parameter into handlers by @hoodmane in #1610
- Consolidate entropy source impls into a single source by @jasnell in #1614
- Implement heap snapsnot memory tracking for Event, EventTarget by @jasnell in #1605
- Fix unchecked malloc by @garrettgu10 in #1602
- Implement memory tracking for Blob/File/Streams by @jasnell in #1608
- Implement memory tracking for handful of classes by @jasnell in #1625
- Revert "Add implementations for getPreferredExtensions" by @MellowYarker in #1626
- Disallow file extension-less Python modules. by @dom96 in #1624
- Remove
#pragma once
from memory.c++ by @justin-mp in #1629 - Revert "Consolidate entropy source impls into a single source" by @dom96 in #1633
- Revert "[bazel] Do not compile wd_cc_library by default" by @mikea in #1628
- Implement heap snapshot memorytracker for http types by @jasnell in #1631
- Limit alarm handler walltime to 15minutes by @jqmmes in #1622
- Implement heap snapshot memory tracker for r2 by @jasnell in #1636
- Update supported-compatibility-date.txt for 2024-02-08 release by @fhanau in #1641
New Contributors
- @garrettgu10 made their first contribution in #1603
Full Changelog: v1.20240129.0...v1.20240208.0