Releases: ChecksumDev/lumen
Releases · ChecksumDev/lumen
v0.1.1
v0.1.0
0.1.0 (2023-10-31)
⚠ BREAKING CHANGES
- headers cannot have
_
in them. - refactor api structure, header names, add delete and purge endpoints.
Features
- add
/config
endpoint for generating configs (3ca49f4) - init (3e9006d)
- optional encryption (opt-out) (4697443)
- refactor api structure, header names, add delete and purge endpoints. (5428de1)
Bug Fixes
- actually update their quota (31d7408)
- add payload limit (cb4cc6b)
- better logging + forbid unsafe code (1b2c22c)
- centralized storage (a2bf524)
- headers cannot have
_
in them. (3d0b00b) - input validation on registration (18cb7d6)
- move uploads to
data/uploads
and database todata
(ebaaa87) - use proper generation methods for
key
andnonce
. (2d33cbb)