Skip to content

Releases: LUSHDigital/core

Add new Bad Request Error type

17 Sep 08:33
88f5096
Compare
Choose a tag to compare

When handling rest api's it's helpful to have a bad request error type that returns a 400 error code as described here:
https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/400

This release adds this functionality.

v0.23.4

08 Jun 17:00
cc62164
Compare
Choose a tag to compare

Log failurs in ready server checks

v0.23.3

15 May 07:28
95c295d
Compare
Choose a tag to compare
  • Fix race condition in key broker

v0.23.0

20 Mar 13:43
f6ad56b
Compare
Choose a tag to compare
  • Improved middleware/metricsmw package and make sure histograms and counters are registered automatically.
  • Deprecate register method in middleware/metricsmw
  • Fix a whole bunch of spelling mistakes across the entire project.
  • Improve the README example to include HTTP middlewares.