Releases: hyperlight-dev/hyperagent
Releases · hyperlight-dev/hyperagent
v0.2.3
v0.2.2
What's Changed
- fix publish workflow by @simongdavies in #77
- update release docs by @simongdavies in #78
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- Enhance Dependabot config for multiple ecosystems by @simongdavies in #20
- update dependabot job by @simongdavies in #26
- chore(deps): Bump actions/download-artifact from 4 to 8 by @dependabot[bot] in #25
- chore(deps): Bump docker/setup-buildx-action from 3 to 4 by @dependabot[bot] in #24
- chore(deps): Bump docker/build-push-action from 6 to 7 by @dependabot[bot] in #22
- Auto approve dependabot by @simongdavies in #36
- Udpate job ids by @simongdavies in #37
- chore(deps): Update hashbrown requirement from 0.15 to 0.16 in /src/code-validator/guest by @dependabot[bot] in #33
- chore(deps): Bump docker/login-action from 3 to 4 by @dependabot[bot] in #30
- chore(deps): Bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in #21
- Fix dependabot by @simongdavies in #38
- chore(deps): Bump dorny/paths-filter from 3 to 4 by @dependabot[bot] in #27
- chore(deps): Update sha2 requirement from 0.10 to 0.11 in /src/code-validator/guest by @dependabot[bot] in #34
- chore(deps): Update miniz_oxide requirement from 0.8 to 0.9 in /src/sandbox/runtime by @dependabot[bot] in #35
- chore(deps): Bump hyperlight-dev/ci-setup-workflow from 1.8.0 to 1.9.0 by @dependabot[bot] in #28
- chore(deps): Bump actions/github-script from 7 to 8 by @dependabot[bot] in #23
- chore(deps): Bump docker/metadata-action from 5 to 6 by @dependabot[bot] in #29
- auto approve should process npm package uupdates by @simongdavies in #45
- chore(deps-dev): Bump vitest from 3.2.4 to 4.1.4 in /src/code-validator/guest by @dependabot[bot] in #44
- chore(deps-dev): Bump @types/node from 25.3.3 to 25.5.2 by @dependabot[bot] in #39
- chore(deps): Bump zod from 3.25.76 to 4.3.6 by @dependabot[bot] in #42
- chore(deps-dev): Bump @napi-rs/cli from 3.5.1 to 3.6.1 in /src/code-validator/guest by @dependabot[bot] in #43
- chore(deps): Bump @github/copilot-sdk from 0.1.32 to 0.2.1 by @dependabot[bot] in #40
- chore(deps): Update hashbrown requirement from 0.16 to 0.17 in /src/code-validator/guest by @dependabot[bot] in #48
- chore(deps-dev): Bump @types/node from 25.5.2 to 25.6.0 by @dependabot[bot] in #50
- chore(deps-dev): Bump prettier from 3.8.1 to 3.8.2 by @dependabot[bot] in #46
- chore(deps-dev): Bump prettier from 3.8.2 to 3.8.3 by @dependabot[bot] in #53
- chore(deps-dev): Bump vite from 7.3.1 to 8.0.8 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #52
- chore(deps): Bump actions/github-script from 8 to 9 by @dependabot[bot] in #47
- Enable pdf support by @simongdavies in #51
- chore(deps-dev): Bump pdf-parse from 1.1.1 to 2.4.5 by @dependabot[bot] in #55
- feat: Kubernetes deployment for HyperAgent on AKS and KIND by @simongdavies in #54
- feat: MCP (Model Context Protocol) integration by @simongdavies in #57
- chore(deps-dev): Bump @napi-rs/cli from 3.6.1 to 3.6.2 in /src/code-validator/guest by @dependabot[bot] in #56
- Token tracking by @simongdavies in #58
- chore(deps): Bump @github/copilot-sdk from 0.2.1 to 0.2.2 by @dependabot[bot] in #49
- Add job to update golden images by @simongdavies in #61
- chore(deps-dev): Bump vitest from 4.1.4 to 4.1.5 in /src/code-validator/guest by @dependabot[bot] in #63
- fix: align code-validator hyperlight deps with hyperlight-js by @simongdavies in #64
- Use trusted publishing by @simongdavies in #62
- chore(deps): Bump hyperlight-js-runtime from
227ab17toa0f13c5in /src/sandbox/runtime by @dependabot[bot] in #75 - chore(deps): Bump hyperlight-guest from
620339ato5f1912bin /src/code-validator/guest by @dependabot[bot] in #69 - chore(deps): Bump rand from 0.10.0 to 0.10.1 in /src/code-validator/guest in the cargo group across 1 directory by @dependabot[bot] in #66
- chore(deps): Bump tokio from 1.50.0 to 1.52.1 in /src/code-validator/guest by @dependabot[bot] in #70
- chore(deps): Bump clap from 4.6.0 to 4.6.1 in /src/code-validator/guest by @dependabot[bot] in #68
- Add workiq mcp server install and instructions by @simongdavies in #65
- Fixes by @simongdavies in #59
- fix npm publish by @simongdavies in #76
New Contributors
- @dependabot[bot] made their first contribution in #25
Full Changelog: v0.1.6...v0.2.1
v0.1.6
What's Changed
- feat: Windows WHP support, deterministic VM dispose, npm audit fixes by @simongdavies in #16
- docs: add v0.1.5 changelog by @simongdavies in #17
- Windows support by @simongdavies in #18
- docs: add v0.1.6 changelog by @simongdavies in #19
Full Changelog: v0.1.4...v0.1.6
v0.1.5
What's Changed
- fix: add missing checkout step to docs-pr CI job by @simongdavies in #12
- feat: eliminate deps/hyperlight-js git clone by @simongdavies in #13
- feat(pptx): add ShapeFragment safety system and validation engine by @simongdavies in #14
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's Changed
- fix: prefer .js over .ts when loading plugins for npm compatibility by @simongdavies in #10
- docs: add v0.1.4 changelog by @simongdavies in #11
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- fix: prefer .js over .ts when loading plugins for npm compatibility by @simongdavies in #8
- docs: add v0.1.3 changelog and skip CI for docs-only PRs by @simongdavies in #9
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- fix: resolve symlinks in launcher script for npm global install by @simongdavies in #6
- docs: add v0.1.2 changelog by @simongdavies in #7
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- fix: strip leading 'v' prefix from version strings to prevent double-v display by @simongdavies in #1
- fix: skip postinstall/prepare scripts when installed as npm package by @simongdavies in #3
- chore: fix Rust clippy/fmt errors and add Rust linting to CI by @simongdavies in #2
- chore: publish npm package to npmjs.org instead of GitHub Packages by @simongdavies in #4
- docs: add v0.1.1 changelog by @simongdavies in #5
New Contributors
- @simongdavies made their first contribution in #1
Full Changelog: v0.1.0...v0.1.1