v0.0.5
Build and push Docker image / build (push) Successful in 2m50s
Release new version / release (push) Successful in 26s
Update changelog / changelog (push) Successful in 25s
Stable
sherl
released this
2026-01-21 00:57:39 +01:00
| 2 commits to master since this release
Bug Fixes
- add a sane default for CORS trusted origins (127.0.0.1) (
dfc3f4c)
Downloads
v0.0.4
Build and push Docker image / build (push) Successful in 2m53s
Release new version / release (push) Successful in 29s
Update changelog / changelog (push) Successful in 24s
Stable
sherl
released this
2026-01-20 22:29:28 +01:00
| 3 commits to master since this release
Downloads
v0.0.3
Build and push Docker image / build (push) Successful in 2m49s
Release new version / release (push) Successful in 30s
Update changelog / changelog (push) Successful in 25s
Stable
sherl
released this
2026-01-08 13:22:27 +01:00
| 4 commits to master since this release
Downloads
v0.0.2
Build and push Docker image / build (push) Successful in 2m46s
Release new version / release (push) Successful in 26s
Update changelog / changelog (push) Successful in 24s
Stable
sherl
released this
2026-01-07 23:06:21 +01:00
| 7 commits to master since this release
Bug Fixes
- bigint type confusion (
518eeec)
- include healthcheck as part of protected urls (
413aa89)
Downloads
v0.0.1
Build and push Docker image / build (push) Successful in 2m50s
Release new version / release (push) Successful in 26s
Update changelog / changelog (push) Successful in 25s
Stable
sherl
released this
2026-01-03 10:52:36 +01:00
| 14 commits to master since this release
Features
- add link creation and lookup (
d7f4006)
- add sample endpoint to test JWT (
c19a098)
- add link generation support (short/sentence links) + wordlist (
f86630c)
- add CORS support with user-sourced trusted origins from .env (
6ad9c6f)
- major code refactor, add login and register endpoints with swagger (
41f3b0f)
- add 404 handling (
bade2f9)
- refactor docker workflow; build both amd64 and arm64 docker images (
2e325fe)
- add Gitea workflow for Docker image building (
09f0d3c)
- add a Dockerfile for image building (
6b2f93b)
- create basic express server with swagger documentation (
1e60fc2)
- prepare TypeORM support for Postgres db calls (
56975a0)
Bug Fixes
- actually support JWT bearer authentication (
ec5cedc)
- fix CORS import (
f0ca4e8)
- global key retrieval not converting snake_case to UPPER_SNAKE_CASE (
7abf5ba)
- add revised migration (
3f225a1)
- use debian-based container for image building (
8fb05f2)
- respect debug flag in .env for swagger endpoint generation (
52dbd15)
- add .dockerignore to not build containers with .env secrets (
bf6fb81)
- typo in Gitea workflow 2 (
7bb2dd5)
- typo in Gitea workflow (
fa5932d)
- add type hints for nullable columns (
1b8c9cc)
Downloads