Skip to content

Latest commit

 

History

History
204 lines (106 loc) · 11.9 KB

CHANGELOG.md

File metadata and controls

204 lines (106 loc) · 11.9 KB

Changelog

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)

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)

0.7.7 (2023-12-19)

Bug Fixes

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

0.7.6 (2023-12-19)

Bug Fixes

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

0.7.5 (2023-12-19)

Bug Fixes

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

0.7.4 (2023-12-18)

Bug Fixes

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

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)

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)

0.7.1 (2023-12-16)

Bug Fixes

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

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)

0.6.3 (2023-12-15)

Bug Fixes

  • pipeline: wrong label name (3c13cbc)

0.6.2 (2023-12-15)

Bug Fixes

  • pipeline: missing merge trigger label (aa53c7e)
  • pipeline: updated the version of the script action and refined it (a561e56)

0.6.1 (2023-12-14)

Bug Fixes

  • pipeline bugfix for releas step (744ea26)

0.6.0 (2023-12-13)

Features

  • add .env.example as an alternative to dotenv-vault (7915404)

Bug Fixes

  • reverted a dependency update and added an additional step to the pipeline job (48e6fd2)

0.5.0 (2023-12-10)

Features

  • docker: added Dockerfile for deployment (44b5c1e)

0.4.1 (2023-12-09)

Bug Fixes

  • metrics service: metrics collection was not propperly initialized (04d04c8)

0.4.0 (2023-11-26)

Features

  • db seeds: added skeleton for database seeding (12ebcb9)
  • metrics: added reg methods for gauge and summery and error code tracker (05b846c)
  • prisma: enabled postgres extension support in schema.prisma (2c8af62)

Bug Fixes

  • metrics: fixed a bug where metrics could be atempted to be registerd more than once (9916412)

0.3.0 (2023-11-26)

Features

  • config refinement: added additional server config vars and their usage (e35da1b)
  • feature flag module: added a dedicated module for featureflag configuration and app wide usage (fe2ec10)
  • health: added healthcheck endpoint to monitor the applications health status (a173408)
  • metrics: add prometheus metrics endpoint for application metrics (e495d5c)
  • metrics: added metrics and rout metrics middleware (38ddc29)
  • prisma metrics: added prisma metrics to metrics collection (c1caddb)
  • prisma: added prisma as orm (f523cdf)

Bug Fixes

  • app: fixed a bug where a dummy module was not deleted correctly (64a5569)
  • import statements and dependencies (9cbf13a)
  • metrics: added missing dependency exports and imports (fe3e32f)
  • metrics: middleware was trying to register metrics multiple times (8aef4e1)

0.2.0 (2023-09-28)

Features

  • added basic health check for the root endpoint (bccee36)
  • commitizen: added commitizen as commit tool (2d92778)
  • config: added nestjs/config, joi and config entry points for server config and feature flags (688a820)
  • health: implementation of basic health controll (039bb0a)
  • integration of nestjs dev tools (8f0a796)
  • repl: added a Read-Eval-Print-Loop for inspections (7197a2d)

Bug Fixes

  • added a fix for a code style issue shown by qodana (d52160f)

0.1.0 (2023-08-31)

Features