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)
- resolve cors error with sign header (661298b)
1.1.1 (2025-02-12)
- 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)
- 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