Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

v11.0.3

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Feb 09:39
d55fa95

11.0.3 (2023-02-01)

Bug Fixes

  • pagination skipping concurrently created records (#1144) (8c851a4)
  • routes: missing 400 response in openapi schema (#1145) (76c1799)
  • server: response headers for static and 404 routes (#1146) (e8306f1)

Miscellaneous

  • routes/docs/openapi: reduce cache max-age from 60 to 30 minutes (7cc11bc)

Improvements

  • routes/docs: increase cache max-age from 3 to 5 minutes (9f7373b)

Dependencies

  • deps-dev: bump @commitlint/cli from 17.4.0 to 17.4.1 (#1140) (9642d84)
  • deps-dev: bump @commitlint/cli from 17.4.1 to 17.4.2 (#1158) (b6163c6)
  • deps-dev: bump @commitlint/config-conventional (#1156) (5ea66fc)
  • deps-dev: bump esbuild from 0.16.16 to 0.17.5 (76f8c5c)
  • deps-dev: bump eslint from 8.31.0 to 8.33.0 (#1153) (8cceb3a)
  • deps-dev: bump eslint-plugin-import from 2.26.0 to 2.27.5 (#1165) (d643adf)
  • deps-dev: bump eslint-plugin-jest from 27.2.0 to 27.2.1 (#1142) (fb64a96)
  • deps-dev: bump eslint-plugin-jsdoc from 39.6.4 to 39.7.5 (#1166) (c5dab9f)
  • deps-dev: bump eslint-plugin-security from 1.5.0 to 1.7.0 (#1164) (0bd3c5b)
  • deps-dev: bump glob from 8.0.3 to 8.1.0 (#1160) (201789f)
  • deps-dev: bump jest from 29.3.1 to 29.4.1 (#1155) (2e2cf6e)
  • deps-dev: bump playwright from 1.29.1 to 1.29.2 (#1141) (a4ad532)
  • deps-dev: bump playwright from 1.29.2 to 1.30.0 (#1152) (b58c8e2)
  • deps-dev: bump prettier from 2.8.1 to 2.8.2 (#1143) (a6e9955)
  • deps-dev: bump prettier from 2.8.2 to 2.8.3 (#1151) (d95638e)
  • deps: bump @fastify/autoload from 5.7.0 to 5.7.1 (#1161) (2fdb090)
  • deps: bump @fastify/static from 6.6.0 to 6.8.0 (#1167) (5b59257)
  • deps: bump @fastify/swagger from 8.2.1 to 8.3.0 (#1162) (eb6e46e)
  • deps: bump fastify from 4.11.0 to 4.12.0 (#1150) (2b873b2)
  • deps: bump fastify-disablecache from 3.0.4 to 3.0.5 (#1163) (33e2d78)
  • deps: bump fastify-floc-off from 2.0.4 to 2.0.5 (#1154) (b6d5bf3)
  • deps: bump hadolint/hadolint-action from 3.0.0 to 3.1.0 (#1149) (bd901a6)
  • deps: bump mssql from 9.0.1 to 9.1.1 (#1168) (b8676ac)
  • deps: bump pg from 8.8.0 to 8.9.0 (#1157) (fe2582a)
  • deps: bump secure-json-parse from 2.6.0 to 2.7.0 (#1138) (53433ac)
  • deps: bump transistive dependencies (7912c35)
  • use esbuild to compile (#1137) (053ef2b)

Continuous Integration

  • cd: add missing install step (af4b9f7)