v0.5.7
Worklenz/worklenzv0.5.7Jun 14, 2026by github-actions[bot]
AI Summary
A minor release focusing on network security enhancements (secret handling), Docker documentation fixes, and new transport capabilities for the sandbox agent.
Key Highlights
- Enhanced secret handling for plain HTTP requests
- Added new byte-stream transport for agent client
- Fixed Docker volume recipe ordering and descriptions
New Features
- Export AgentSocketPath for raw agentd transport
- Enriched secret violation logs
- Disabled DAD for IPv6 addresses in virtual network
Full Release Notes
## What's Changed * chore: refresh npm lockfile after v0.5.6 by @github-actions[bot] in https://github.com/superradcompany/microsandbox/pull/955 * docs(docker): fix docker-in-sandbox volume recipe by @appcypher in https://github.com/superradcompany/microsandbox/pull/963 * docs: clarify Docker recipe ordering by @appcypher in https://github.com/superradcompany/microsandbox/pull/962 * feat(network): enrich secret violation logs by @appcypher in https://github.com/superradcompany/microsandbox/pull/966 * fix(docs): remove pointless description in README by @appcypher in https://github.com/superradcompany/microsandbox/pull/967 * chore(deps): Bump the "dependencies" group with 2 updates across multiple ecosystems by @dependabot[bot] in https://github.com/superradcompany/microsandbox/pull/965 * feat(sdk): export AgentSocketPath for raw agentd transport by @toksdotdev in https://github.com/superradcompany/microsandbox/pull/972 * chore(deps): Bump the npm_and_yarn group across 2 directories with 1 update by @dependabot[bot] in https://github.com/superradcompany/microsandbox/pull/974 * fix(network): substitute secrets over plain HTTP by @TheRealSibasishBehera in https://github.com/superradcompany/microsandbox/pull/940 * fix(network): handle early proxy exits explicitly by @toksdotdev in https://github.com/superradcompany/microsandbox/pull/905 * feat(network): extend plain-http secret handling to more request shapes by @toksdotdev in https://github.com/superradcompany/microsandbox/pull/976 * fix(runtime): use paced balloon stats from msb_krun by @appcypher in https://github.com/superradcompany/microsandbox/pull/978 * fix(agentd): disable DAD for IPv6 addresses in virtual network by @TheRealSibasishBehera in https://github.com/superradcompany/microsandbox/pull/977 * feat(agent-client): add connect_stream byte-stream transport by @toksdotdev in https://github.com/superradcompany/microsandbox/pull/979 * chore(release): bump microsandbox to 0.5.7 by @appcypher in https://github.com/superradcompany/microsandbox/pull/980 ## New Contributors * @TheRealSibasishBehera made their first contribution in https://github.com/superradcompany/microsandbox/pull/940 **Full Changelog**: https://github.com/superradcompany/microsandbox/compare/v0.5.6...v0.5.7