Skip to content

2024.10.29

Compare
Choose a tag to compare
@edwinkys edwinkys released this 30 Oct 02:01
· 19 commits to main since this release

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.

Contributors