github ulsklyc/oikos v0.25.0

latest releases: v0.25.3, v0.25.2, v0.25.1...
10 hours ago

Added

  • API token authentication: admins can create named Bearer / X-API-Key tokens for external integrations; tokens are SHA-256-hashed at rest, support optional expiry and revocation, and track last-used timestamp
  • Settings: new "API Tokens" section for admins to create and revoke tokens; the full token value is shown only once immediately after creation
  • OpenAPI 3.0 specification served at /api/v1/openapi.json and /openapi.json (download via ?download=1)
  • Budget: new endpoints GET /api/v1/budget/categories and GET /api/v1/budget/categories/:key/subcategories with optional ?lang= localisation

Changed

  • server/logger.js now serialises Error objects into structured JSON fields (name, message, stack) instead of logging {}

Don't miss a new oikos release

NewReleases is sending notifications on new releases.