Skip to content

v3.2.5-0.11.0

Compare
Choose a tag to compare
@ff137 ff137 released this 16 May 09:54
· 168 commits to development since this release
da56200

Summary

Purpose of release is to include the latest regression tests:

  • asserting a valid credential is still valid, and
  • asserting a revoked credential is still revoked.

Other noteworthy inclusions:

  • ✨ The /revoke endpoint request body no longer takes the optional credential_definition_id field
  • 🎨 In credential exchange records, the field credential_id will be renamed to credential_exchange_id. Currently it is aliased (both field names are available), with credential_id marked as deprecated ⚠️
  • 📝 Swagger docs are seeing a significant overhaul 🎨

What's Changed

  • ⬆️ Update redis requirement from ~=5.1.0b4 to ~=5.1.0b5 by @dependabot in #800
  • ⬆️ Bump codacy/codacy-analysis-cli-action from 4.4.0 to 4.4.1 by @dependabot in #801
  • Regression test revoked credential by @cl0ete in #795
  • ⬆️ Update black requirement from ~=24.4.0 to ~=24.4.2 by @dependabot in #787
  • ✨ Don't delete the credential when deleting credential exchange record by @ff137 in #803
  • 🎨 rename credential_id to credential_exchange_id and ⚠️ mark old field as deprecated by @ff137 in #802
  • 🎨 update revoke credential request body and ✅ add tests with auto-publish true by @ff137 in #777
  • Update issuer endpoint docs by @cl0ete in #778
  • Update Connections doc strings by @cl0ete in #792
  • Regression test valid credential by @cl0ete in #805

Full Changelog: v3.2.4-0.11.0...v3.2.5-0.11.0