Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 4.15 KB

File metadata and controls

51 lines (35 loc) · 4.15 KB

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

1.1.2 (2025-02-13)

Bug Fixes

  • resolve cors error with sign header (661298b)

1.1.1 (2025-02-12)

Bug Fixes

  • change verify call method to post (bb17a4b)
  • make verify endpoint working (057ba4a)

1.1.0 (2025-01-07)

Features

  • add CI workflow for building and pushing Docker images (ac2dd4e)
  • add docker file (e67eed4)
  • add feature and payment handlers (2209d15)
  • add logging for client connection and disconnection in LogsResource (e0e92fa)
  • add logs endpoint (cfe0951)
  • add route guard (2de1e7f)
  • finalize license status api (8998f4a)
  • implement admin handlers (688e162)
  • implement authentication (6167877)
  • scetched out architecture (77f0cfd)
  • update OIDC configuration and enhance client key handling (93116f4)

Bug Fixes

  • add cors and enforce contentype of application/json (796c1be)
  • add customer and product checks (a70c108)
  • adjust license activation logic (91d8928)
  • default debug mode to true for unit testing (84127be)
  • ensure responses are always json (f30010e)
  • export create_license_handler (64fc854)
  • read args from body instead of query parameters (a434905)
  • remove context path from Docker build configuration (54d0bf3)
  • set debug to true by default for testing (8218520)
  • solve Error: Undefined name 'debugLogHandler'. (bb331b8)
  • use sudo for deleting .dev (82bf582)
  • wait for shutdown signal before disconnecting prisma (9d1df08), closes #7