Skip to content

Releases: ChecksumDev/lumen

v0.1.1

03 Nov 18:21
0046546
Compare
Choose a tag to compare

0.1.1 (2023-11-03)

Bug Fixes

v0.1.0

31 Oct 03:45
5b68f82
Compare
Choose a tag to compare

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 to data (ebaaa87)
  • use proper generation methods for key and nonce. (2d33cbb)

Performance Improvements

  • add release profile and upload benchmark (b466add)
  • improve encryption module (7ca3057)
  • more detailed benchmark (a5e9aa3)
  • more efficient / endpoint (f75947a)