Releases: langchain-ai/quickjs-rs
Releases · langchain-ai/quickjs-rs
v0.1.2
What's Changed
- fix(snapshot): preserve top-level-await eval_async bindings by Hunter Lovell (@hntrl) in #26
- chore(release): bump version to 0.1.2 by Hunter Lovell (@hntrl) in #27
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- feat(quickjs-rs): propagate host callback exceptions by ccurme (@ccurme) in #17
- chore: fix memory workflow by Hunter Lovell (@hntrl) in #15
- fix(quickjs-rs): avoid binding raw QjsHandle to locals by ccurme (@ccurme) in #18
- fix(quickjs-rs): exclude async host wait time from eval_async deadlines by ccurme (@ccurme) in #19
- fix(timeout): make async timeouts per-call by default by Hunter Lovell (@hntrl) in #20
- feat(snapshot): implement context snapshotting v1 pipeline by Hunter Lovell (@hntrl) in #21
- chore(ci): run benchmarks on codspeed-macro by Hunter Lovell (@hntrl) in #24
- release: 0.1.1 by Hunter Lovell (@hntrl) in #25
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- ci: add least-privilege permissions and SHA-pin third-party actions by John Kennedy (@jkennedyvz) in #1
- fix: enforce panic=unwind, wrap oxidase, propagate pending-job exceptions by Colin Francis (@colifran) in #2
- refactor(runtime): make Runtime.install the only module install API by Hunter Lovell (@hntrl) in #4
- test(benchmarks): add threaded stress isolation benchmark by Hunter Lovell (@hntrl) in #7
- docs(security): add threat model and README security guidance by Hunter Lovell (@hntrl) in #6
- fix(security): sanitize host callback errors exposed to js by Hunter Lovell (@hntrl) in #8
- fix(runtime): prevent async pending-id collision on wraparound by Hunter Lovell (@hntrl) in #10
- feat: add ThreadWorker utility for !Send Runtime/Context pinning by ccurme (@ccurme) in #12
- chore(security): add supply-chain dependency policy gates by Hunter Lovell (@hntrl) in #11
- chore(repo): remove legacy spec artifacts and normalize docs by Hunter Lovell (@hntrl) in #13
- feat(memory): add codspeed memory profiling and reporting by Hunter Lovell (@hntrl) in #14
- release(quickjs-rs): 0.1.0 by ccurme (@ccurme) in #16
New Contributors
- John Kennedy (@jkennedyvz) made their first contribution in #1
- Colin Francis (@colifran) made their first contribution in #2
- Hunter Lovell (@hntrl) made their first contribution in #4
- ccurme (@ccurme) made their first contribution in #12
Full Changelog: https://github.com/langchain-ai/quickjs-rs/commits/v0.1.0