Skip to content

Releases: ParleSec/ProtocolSoup

v2.0.0

19 Mar 11:55
9114758

Choose a tag to compare

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

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

28 Jan 13:33
b523721

Choose a tag to compare

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

Full Changelog: https://github.com/ParleSec/ProtocolSoup/commits/v1.0.0