Skip to content

Releases: noctua84/NestJS-Sandbox

v0.9.0

10 Feb 17:42
27b5e72
Compare
Choose a tag to compare

0.9.0 (2024-02-08)

Features

  • app module: addad conditional loading of health checks, metrics and nestjs devtools (9595c12)
  • docker: docker-compose for local development (62c488c)
  • feature config: add logging and availability check to feature flags (fbcebc2)
  • health check: added conditional health checks for metrics endpoint (7c16f78)
  • health checks: added health checks for database (prisma) (b0a4bb8)
  • sentry: add sentry as error handling and monitoring tool (1569508)
  • tracing: added tracing with opentelemetry (9264e5a)

Bug Fixes

  • conditional check for adding route metrics middleware was not working as expected (5b22750)
  • docker-compose: .env file was not detected correctly (4a80eeb)
  • docker-compose: specified global env section for cross container usage (12c9b0f)
  • docker: .env location and added prisma migration command (7e0c0f6)
  • dockerfile: added setting to apt get to not install other packages than to one needed., (2b1265d)
  • dockerfile: addressed some hadolint complaints (faf3a52)
  • feature config: set type for enabled values to boolean instead of string/boolean (042c556)

v0.8.0

03 Jan 23:17
1e8322b
Compare
Choose a tag to compare

0.8.0 (2024-01-03)

Features

  • add openapi documentation (7b61a03)
  • autogenerate nestjs dtos and entities from prisma schema (460b1a5)
  • prisma service methods: addpaging (da36ddf)

v0.7.7

19 Dec 20:08
15156e5
Compare
Choose a tag to compare

0.7.7 (2023-12-19)

Bug Fixes

  • pipeline: added missing permission to add docker image to registry (39581c4)

v0.7.6

19 Dec 15:24
ba3f9a0
Compare
Choose a tag to compare

0.7.6 (2023-12-19)

Bug Fixes

  • pipeline: added log output to automerge action (397541d)

v0.7.5

19 Dec 15:06
0513e28
Compare
Choose a tag to compare

0.7.5 (2023-12-19)

Bug Fixes

  • pipeline scripts: moved sh-script content back into pipeline (401185c)

v0.7.4

18 Dec 13:56
b98b9ba
Compare
Choose a tag to compare

0.7.4 (2023-12-18)

Bug Fixes

  • pipeline scripts: added checks to the release scripts to stop if no PR is present (6ca1cb6)

v0.7.3

18 Dec 12:53
afc25c2
Compare
Choose a tag to compare

0.7.3 (2023-12-17)

Bug Fixes

  • pipeline docker: moved repo data extraction to script file and refactored the steps (a031dc2)
  • pipline docker: fixed env access in docker tag creation (2ca176c)

v0.7.2

17 Dec 12:06
7b878b2
Compare
Choose a tag to compare

0.7.2 (2023-12-17)

Bug Fixes

  • pipeline scripts: add missing steps in the release job to locate the scripts (c8cb0da)
  • pipeline scripts: fixed access error for scripts in the pipeline (b411702)

v0.7.1

16 Dec 09:54
6b85c95
Compare
Choose a tag to compare

0.7.1 (2023-12-16)

Bug Fixes

  • pipeline scripts: fixed a typo in the naming of th label script (0c9b038)

v0.7.0

16 Dec 09:38
9a421db
Compare
Choose a tag to compare

0.7.0 (2023-12-15)

Features

  • pipeline scripts: added pipeline scripts as separate js files (3cbb90a)

Bug Fixes

  • pipeline: fixed another issue with the label step (842b317)