Releases: spuxx-dev/potber-api
Releases · spuxx-dev/potber-api
v3.2.0
Chores
- Images now support arm64.
v3.1.3
Fixed
- Now REALLY
User-Agent: potber
instead of User-Agent: potber
on outgoing requests.
v3.1.2
Fixed
- Applied various improvements to logging.
Chores
- Now uses
User-Agent: potber
instead of User-Agent: potber
on outgoing requests.
v3.1.1
Fixed
- Attempting to create a thread in a board without the required permissions now properly raises a 403 status code.
Chores
v3.1.0
Changed
- User accounts that have been locked permanently are no longer allowed to log into potber-api. User accounts that have been locked temporarily are not affected.
- Outgoing http requests now provide the
User-Agent: potber-api
http header.
v3.0.0
Changed
- 💥 Breaking:
POST '/threads
route now uses a different payload format.
Fixed
- Fixed some more encoding issues only affecting private messages.
Chores
- Bumped Dockerfile node version to 18.
v2.3.2
Fixed
- Fixed a critical bug that would prevent logins.
v2.3.1
Chores
- Improved how metrics are being handled and added the http_requests_total metric.
v2.3.0
Added
- Implemented metrics endpoint for prometheus.
Changed
- Request/response logging now utilizes both middlewares and interceptors to also log requests that were turned down (e.g. due to CORS).
- Increased the timeout value for outgoing requests to 30 seconds.
Fixed
- Fixed some exceptions in
/threads/:id
not being documented properly.
Chores
- CORS origins are now being logged on startup.
v2.2.4
Changed
- Updated OpenAPI docs to better document certain fields of
UserResource
.
Fixed
- Fixed typing of
SessionResource
.
Chores