Skip to content

v1.1.1

Choose a tag to compare

@btouchard btouchard released this 02 Oct 20:58
· 176 commits to main since this release

Bug Fixes

  • Blockchain Integrity: Fixed blockchain hash determinism issue by refactoring UserName field from nullable pointer to string type. This ensures consistent hash calculation across signatures and prevents chain
    integrity violations.
  • Database Operations: Properly handle NULL UserName values in database operations to prevent runtime errors.

Refactoring

  • Separated template variables from locale strings for better maintainability and i18n support.

Documentation

  • Fixed ED25519 private key generation syntax in documentation.
  • Updated docker-compose.yml example to reflect required custom OIDC provider configuration.