Skip to content

v1.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Nov 12:53
· 14 commits to beta since this release
bae282b

1.0.0-beta.1 (2024-11-19)

Bug Fixes

  • add state to AuthorizationResponseVerified events (#60) (a61c89b)
  • add image tags in merge job (#63) (fa9f9ea)
  • add randomized pre-authorized_code, access_token and c_nonce (#16) (7a50c12)
  • change url to uri (#104) (47f4f82)
  • deprecate subjects endpoint (#5) (df58732)
  • fix panic on missing issuer_key_id in agent_issuance (#42) (300b179)
  • fix typo in CHANGELOG.md (#43) (bbf42d0)
  • implement ES256 verification (#101) (6c934b8)
  • move dockerignore because it won't be respected otherwise (#84) (55fb839)

Features

  • add /v1/configurations/credential_configurations endpoint (#83) (1fd357b)
  • add AGENT_CONFIG_DISPLAY_NAME and AGENT_CONFIG_DISPLAY_LOGO_URI variables (#59) (0429291)
  • add AGENT_ISSUANCE_CREDENTIAL_LOGO_URL and test feature flag (#11) (0015888)
  • add agent_verification (#35) (a5b723e)
  • add config! macro (#7) (d5c0da8)
  • add issuance-config.yml file, deprecate /v0/configurations/credential_configurations endpoint (#91) (c25f9da)
  • add offer_id to all OfferEvent events (#69) (9cda04d)
  • add VerificationState to agent_store (#36) (96df010)
  • add Metadata config.yml file (#82) (ab1c241)
  • add OID4VCI Credential Issuer, generic ApplicationState, API, error handling (#2) (1c8533c)
  • add support for PresentationDefinition by value (#72) (7ac769e)
  • add support for IOTA DID Method (#54) (419f768)
  • add support for multiple credential formats (#85) (7ec08e9)
  • add support for OpenID4VP (#53) (e581d45)
  • add verification endpoints to agent_api_rest (#37) (4a7f028)
  • allow querying all offers and all credentials of issuer (#121) (d284e8a)
  • create and serve Domain Linkage Credential (#77) (d14e482)
  • enable CorsLayer (permissive) based on env variable (#66) (4da204a)
  • implement Subject responsible for singing and verifying data (#51) (fcd11b0)
  • initialize issuance domain (#1) (1b944ee)
  • introduce EventPublisher trait and event_publisher_http module (#29) (bfe1f28)
  • introduce secret_manager module (#28) (1620410)
  • introduce holder capabilities (#113) (837870c)
  • produce and serve did:web DID documents (#31) (db3c9e1)
  • support application base path, add Docker build scripts (#15) (4f54df6)
  • support externally signed credentials (just-in-time data) (#46) (9f39488)
  • update OpenAPI spec, add tracing, enhance Docker setup, update docs (#4) (2540ebe)
  • use polling strategy for JIT credentials (#71) (ff9a207)

Performance Improvements