Skip to content

Releases: spuxx-dev/potber-api

v3.2.0

16 Oct 18:08
Compare
Choose a tag to compare

Chores

  • Images now support arm64.

v3.1.3

04 Sep 19:21
Compare
Choose a tag to compare

Fixed

  • Now REALLY User-Agent: potber instead of User-Agent: potber on outgoing requests.

v3.1.2

04 Sep 19:03
Compare
Choose a tag to compare

Fixed

  • Applied various improvements to logging.

Chores

  • Now uses User-Agent: potber instead of User-Agent: potber on outgoing requests.

v3.1.1

15 Jul 14:56
Compare
Choose a tag to compare

Fixed

  • Attempting to create a thread in a board without the required permissions now properly raises a 403 status code.

Chores

  • Updated dependencies.

v3.1.0

28 Apr 18:47
Compare
Choose a tag to compare

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

05 Apr 10:22
Compare
Choose a tag to compare

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

15 Jan 23:32
Compare
Choose a tag to compare

Fixed

  • Fixed a critical bug that would prevent logins.

v2.3.1

15 Jan 22:59
Compare
Choose a tag to compare

Chores

  • Improved how metrics are being handled and added the http_requests_total metric.

v2.3.0

15 Jan 15:55
Compare
Choose a tag to compare

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

21 Dec 15:33
Compare
Choose a tag to compare

Changed

  • Updated OpenAPI docs to better document certain fields of UserResource.

Fixed

  • Fixed typing of SessionResource.

Chores

  • Added support for nvm.