Core (Authz)

Releases

v1.6.0

09/12/2025

New features

  • Reorganized error codes to use HTTP status code prefixes in string format

  • Error codes now follow format {HTTP_STATUS}-{XXX} where XXX is 000-999

  • Each HTTP status code gets its own 1000-code range (e.g., 401-000 to 401-999 for Unauthorized errors)

  • Error responses now include code field with standardized error codes

v1.5.0

01/05/2025

Improvements

  • Enhanced token payload with additional claims

v1.4.0

12/04/2025

Improvements

  • Enhanced caching for better performance

  • Improved error responses with actionable information

v1.3.0

18/03/2025

New features

  • Added support for OAuth 2.0 client credentials flow

  • Implemented scope-based authorization

  • Added resource-specific access tokens

Improvements

  • Optimized token validation for reduced latency

  • Enhanced token introspection with additional metadata

v1.2.0

27/02/2025

New features

  • Added client management API endpoints

  • Support for client registration and configuration

  • Added ability to revoke tokens

v1.1.0

05/02/2025

New features

  • Added support for role-based access control

  • Enhanced token validation with additional security checks

  • Improved error handling with detailed error messages

Improvements

  • Optimized token generation for better performance

  • Enhanced logging for better debugging

v1.0.0

15/01/2025

New features

  • Initial release of Core API authorization server

  • Support for basic authentication

  • JWT token issuance with configurable expiration

  • Token introspection endpoint

  • OpenID Connect discovery endpoint

  • JWKS endpoint for public key retrieval