docs/content/4.backend/3.changelog.md

26 lines
493 B
Markdown
Raw Normal View History

2023-12-12 18:36:07 +00:00
---
title: 'Changelog'
---
2023-12-21 20:25:14 +00:00
# Version 1.2.0
Bugfixes and optimization.
For this update, you will need to run migrations.
- Added option to trust cloudflare IP headers for ratelimits
- Removed unused table
- Optimized prometheus metrics, should make less indexes
# Version 1.1.5
2023-12-12 18:25:35 +00:00
Initial version of the backend.
- Prometheus metrics endpoint
- Account creation/deletion endpoints
- Endpoints for importing old account data
- Endpoints for syncing data
- Ratelimit system
- Captcha system