Releases: phantasmlabs/phantasm
Releases · phantasmlabs/phantasm
2024.11.05
This release includes the following changes:
- Added context to the approval request message useful for passing additional information to the approvers.
- Added a dedicated documentation website for Phantasm using MkDocs: docs.phantasmlabs.com
- Added initial unit tests for the server component.
- Fixed spelling error in the approval request card in the dashboard: "occured" to "occurred"
Contributors
Full Changelog
2024.10.29
This is the initial release of Phantasm which includes 3 components: Server, Dashboard, and Python Client. The server and dashboard are available as Docker images via GitHub Container Registry. The Python client is available on PyPI.
These are the features available in this release:
- Client can send approval requests to the server via gRPC.
- Server can relay the approval requests to the dashboard via WebSocket.
- Dashboard can displays the approval requests to the approvers.
- Dashboard can send back an approval response to the server via WebSocket.
- Server can send the decision back to the client via gRPC.