Releases: ParleSec/ProtocolSoup
Releases · ParleSec/ProtocolSoup
v2.0.0
ProtocolSoup v2.0.0
First major release since v1.0.0
A long-span upgrade with broad platform, docs, and protocol improvements. In the future, I will look to introduce a more progressive release pipeline
Major Changes
- Verifiable Credentials (VC) Support: a major body of work across featuring oid4vci and oid4vp support, including wallet-related capabilities and query customisation.
- Docs subdomain release: standalone docs experience covering comprehensive use cases from user and developer personas (see docs.protocolsoup.com)
- Existing protocol uplift: various improvements across existing capabilities for consistency, maintainability, and usability.
What's Changed
- Feat/tls layer visibility by @ParleSec in #6
- Feat/protocolreference by @ParleSec in #7
- Feat/ssfuplift by @ParleSec in #8
- UPDATE Protocol Reference Code Examples by @ParleSec in #9
- UPLOAD contributing DOCS and Templates by @ParleSec in #10
- Feat/verifiable credential by @ParleSec in #11
- Feat/verifiable credential by @ParleSec in #12
- Feat/verifiable credential by @ParleSec in #13
- Feat/modulate by @ParleSec in #14
- Feat/docs uplift by @ParleSec in #15
- UPDATE docs deployment workflow by @ParleSec in #16
Full Changelog: v1.0.0...v2.0.0
Next release will be major, but largely unnoticeable, being the ongoing migration from SPA to SSR architecture via nextJS in order to support a more performant web experience.
v1.0.0
ProtocolSoup v1.0.0 - Public Container Release
ProtocolSoup container images are now publicly available on GitHub Container Registry (GHCR)!
What's New
Public Container Images
All ProtocolSoup microservices are now available as pre-built container images, making it easy to deploy individual protocol services or the complete stack.
Available Images:
| Image | Description |
|---|---|
ghcr.io/parlesec/protocolsoup-gateway |
API Gateway - unified entry point for all services |
ghcr.io/parlesec/protocolsoup-federation |
OAuth 2.0, OpenID Connect, and SAML 2.0 |
ghcr.io/parlesec/protocolsoup-scim |
SCIM 2.0 user and group provisioning |
ghcr.io/parlesec/protocolsoup-ssf |
Shared Signals Framework (SSF/CAEP/RISC) |
ghcr.io/parlesec/protocolsoup-spiffe |
SPIFFE/SPIRE workload identity |
ghcr.io/parlesec/protocolsoup-frontend |
React-based web UI |
ghcr.io/parlesec/protocolsoup-spire-server |
SPIRE Server for workload identity |
ghcr.io/parlesec/protocolsoup-spire-agent |
SPIRE Agent for workload attestation |
ghcr.io/parlesec/protocolsoup-spire-registration |
SPIRE workload registration |
What's Changed
- Feat/protocol refinement by @ParleSec in #1
- PATCH websocket reconnect logic by @ParleSec in #2
- PULL master into branch by @ParleSec in #3
- Pull from master by @ParleSec in #4
- Feat/microservices by @ParleSec in #5
Full Changelog: https://github.com/ParleSec/ProtocolSoup/commits/v1.0.0