docs/pages/backend/changelog.mdx

37 lines
920 B
Plaintext
Raw Normal View History

2023-12-12 18:36:07 +00:00
---
title: 'Changelog'
---
2023-12-21 20:25:14 +00:00
2024-01-25 21:49:33 +00:00
# Version 1.3.1
- Fixed bug where "false" env variables weren't treated as false for booleans
- Added ARM support for hosted docker container
- Stopped using JSON for recaptcha verifications.
2024-01-02 21:51:08 +00:00
# Version 1.3.0
For this update, you will need to run migrations.
- proxy url syncing
- remove npm usage, replace with pnpm
- add postgresql ssl support
2023-12-21 20:25:14 +00:00
# Version 1.2.0
::alert{type="warning"}
2023-12-21 20:25:14 +00:00
For this update, you will need to run migrations.
::
2023-12-21 20:25:14 +00:00
- [Added option to trust Cloudflare IP headers for ratelimits](2.configuration.md#servertrustcloudflare)
2023-12-21 20:25:14 +00:00
- Removed unused table
- Optimized prometheus metrics, should make less indexes
# Version 1.1.5
2023-12-12 18:25:35 +00:00
- Prometheus metrics endpoint
- Account creation/deletion endpoints
- Endpoints for importing old account data
- Endpoints for syncing data
- [Ratelimit system](2.configuration.md#ratelimit)
- [Captcha system](2.configuration.md#captcha)