Skip to content

v3.41.2

Choose a tag to compare

@github-actions github-actions released this 04 May 21:54
4b3a1d8

3.41.2 (2026-05-04)

This release includes several memory management-related fixes found through automated tooling analysis and by configuring our test suite to run locally under high GC zeal. Most of these issues have not been reported as affecting anything in the wild and are largely preventative as part of an ongoing effort to improve the SDK's quality and reliability. In the near future, we will also enable high GC zeal testing as part of our standard testing process, since it's able to expose memory issues that are otherwise very hard to reproduce.

Bug Fixes

  • HttpBody::read_all for large bodies (#1444) (99f45b5)
  • Check pending exceptions between requests in reusable sandbox mode (#1425) (64a6b21)
  • Memory issues exposed by high GC zeal (#1442) (f406308)
  • Memory leak in normalize_http_method (#1449) (669b58a)
  • mislabeled Response::Slots::URL slot (#1445) (6d4d268)
  • Numeric overflow issue in Core Cache API (#1448) (360c9bf)
  • Potential buffer size issues in shielding (#1443) (4bf9d72)
  • Reset StarlingMonkey engine between requests (#1426) (238cf70)
  • SSL string cipher intersection (#1446) (13ef2d5)
  • Use length rather than NUL-terminator when copying HostStrings (#1429) (8aa3f4c)