v1.20231002.0
github-actions
released this
02 Oct 13:32
·
2240 commits
to main
since this release
What's Changed
- Update api/r2* to use KJ_IF_SOME by @jasnell in #1205
- Update api/socket.* to use KJ_IF_SOME by @jasnell in #1206
- Move workerd/api/system-streams.c++ to KJ_IF_SOME by @ohodson in #1223
- Move workerd/api/util.c++ to KJ_IF_SOME by @ohodson in #1224
- Move workerd/api/actor-state.c++ and actor.c++ to KJ_IF_SOME by @ohodson in #1225
- Update api/sql.{h|c++} to use KJ_IF_SOME by @jasnell in #1231
- Update api/kv.{h|c++} to use KJ_IF_SOME by @jasnell in #1232
- Improved error handling in promise cross-context callback by @jasnell in #1221
- Cleanup maybeAddGcPassForTest more by @jasnell in #1209
- Fix randomInt 1024 number generation limit by @philipatkinson in #1234
- Adds needed KJ_DEBUG guards by @jasnell in #1236
- Fix various dropped promises by @smerritt in #1222
- Additional nullptr -> kj::none in src/workerd/io by @ohodson in #1239
- KJ_IF_SOME nullptr to kj::none conversions in src/workerd/util by @ohodson in #1240
- A few KJ_IF_SOME updates to src/workerd/api by @ohodson in #1241
- A few KJ_IF_SOME related updates to src/workerd/jsg by @ohodson in #1242
- A few KJ_IF_SOME related updates to worker/src/server by @ohodson in #1243
- A few kj::none related updates to src/workerd/tests by @ohodson in #1244
- Add SQLITE_ENABLE_MATH_FUNCTIONS compile option by @joshthoward in #1246
- [nfc] Refactor bazel dependencies by @fhanau in #1169
- Remove test fixture compileAndRunScript and compileAndInstantiateModule by @jasnell in #1249
- Adds flags for test coverage. by @dom96 in #1253
- [nfc] update rules_rust to 0.28.0 by @mikea in #1257
- repin rust crates by @mikea in #1258
- Bump compatibility date to
2023-10-02
for release by @mrbbot in #1262
New Contributors
- @philipatkinson made their first contribution in #1234
- @joshthoward made their first contribution in #1246
Full Changelog: v1.20230922.0...v1.20231002.0