mirror of
https://github.com/movie-web/docs.git
synced 2025-09-13 12:23:26 +00:00
Port all documents to MDX
This commit is contained in:
36
pages/backend/changelog.mdx
Normal file
36
pages/backend/changelog.mdx
Normal file
@@ -0,0 +1,36 @@
|
||||
---
|
||||
title: 'Changelog'
|
||||
---
|
||||
|
||||
# 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.
|
||||
|
||||
# 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
|
||||
|
||||
# Version 1.2.0
|
||||
|
||||
::alert{type="warning"}
|
||||
For this update, you will need to run migrations.
|
||||
::
|
||||
|
||||
- [Added option to trust Cloudflare IP headers for ratelimits](2.configuration.md#servertrustcloudflare)
|
||||
- Removed unused table
|
||||
- Optimized prometheus metrics, should make less indexes
|
||||
|
||||
# Version 1.1.5
|
||||
|
||||
- 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)
|
Reference in New Issue
Block a user