Release
qm v0.1.7
QM 0.1.7 broadens where QM runs and who can use it. Run sandboxes on agent37 with a new backend, hardened startup, and auto-sleep for idle computers. Invite external users by email, with a role and…
QM 0.1.7 broadens where QM runs and who can use it.
- Run sandboxes on agent37 with a new backend, hardened startup, and auto-sleep for idle computers.
- Invite external users by email, with a role and an expiry.
- Use QM without Slack: the directory now resolves people on deployments that have no Slack surface, and projects can add members the directory store never saw.
- Messages you send while the agent is working now stack visibly behind the composer.
- Security fixes: signing key ids derived with HMAC, and OAuth flow context kept out of the connector authorize state.
What's Changed
- Layer queued messages behind the composer by @ReganBell in https://github.com/yc-software/qm/pull/919
- fix: mark entry search function parallel unsafe by @paucommit in https://github.com/yc-software/qm/pull/877
- feat: invite external users by email with role and expiry (admin Users tab + chat) by @time-attack in https://github.com/yc-software/qm/pull/925
- Add the agent37 sandbox backend by @vishnukool in https://github.com/yc-software/qm/pull/922
- Consolidated Porter env block in docs by @16francej in https://github.com/yc-software/qm/pull/920
- Resolve people on deployments without the Slack surface by @16francej in https://github.com/yc-software/qm/pull/928
- fix(connectors): keep OAuth flow context out of the authorize state by @16francej in https://github.com/yc-software/qm/pull/931
- fix(admin): keep the hidden utility from losing to component display rules by @16francej in https://github.com/yc-software/qm/pull/933
New Contributors
- @paucommit made their first contribution in https://github.com/yc-software/qm/pull/877
- @vishnukool made their first contribution in https://github.com/yc-software/qm/pull/922
Full Changelog: https://github.com/yc-software/qm/compare/v0.1.6...v0.1.7