Skip to content

v2.3.0

Choose a tag to compare

@esune esune released this 28 Aug 23:15
· 68 commits to main since this release
a20dd51

This release of VC-AuthN updates dependencies - including ACA-Py - and introduces a couple of new features for deploying the service as well as performing verifications.

New Features

  • The Helm chart was refactored to use the official ACA-Py chart as a dependency, rather than defining custom deployment templates.
  • VC-AuthN now supports the use of ephemeral short-lived connections. Connection-less presentations are still supported.

What's Changed

  • Update chart values, docs by @esune in #745
  • Support masking QR in darkmode browser extensions by @Gavinok in #744
  • Enable PKCE for KC IdP integration by @esune in #749
  • Basic browser detection and setting as query param in deeplink by @Gavinok in #746
  • Dependency updates by @loneil in #753
  • Remove legacy configuration options by @loneil in #752
  • Use ACA-Py 1.3.0 by @loneil in #763
  • Corrected dependabot path to pyproject.toml by @Gavinok in #774
  • Upgrade VCAuthN to ACA-Py 1.3.1 by @loneil in #795
  • Use BC showcase person credential for demo by @esune in #800
  • build(vue.js): Update Keycloak proof id and configuration by @Gavinok in #801
  • Connection based verification by @Gavinok in #802
  • Chart for USE_CONNECTION_BASED_VERIFICATION variable by @loneil in #810
  • Jul 25 Dependency updates by @loneil in #811
  • Implement socket ID management in AuthSession for High Availability by @Gavinok in #813
  • Refactor the helm chart to use Acapy helm chart as a dependency by @i5okie in #814
  • Handle restarted controller during authentication by @Gavinok in #816
  • Bump actions/checkout from 4 to 5 in the all-actions group by @dependabot[bot] in #822
  • Small tweaks to pyproject.toml by @esune in #826
  • [chart] Update helm chart, fix resource reference naming by @i5okie in #835
  • Make all created and expired timestamps rather than strings by @Gavinok in #828
  • Bump app version to 2.3.0 by @esune in #837

Full Changelog: v2.2.3...v2.3.0