Skip to content

v0.25.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jun 19:21
· 1016 commits to develop since this release

0.25.0 (2024-06-13)

Bug Fixes

  • Ensure logger is initialized early preventing potential issues when importing from other libraries (eae66f2)
  • fix physical address building name validation (b3508c0)
  • Order of static keys to ensure default namespace key is available when creating the default logger (dc56df2)
  • removed not null constraint from the SQL statement that adds the origin column (95929d1)

Features

  • (WIP) added ownerId, tenantId, and origin. (d9b8623)
  • added pd-manager / pd-store (ed77532)
  • added sd-jwt plugin (85d8aeb)
  • Added default logger infra