This repository has been archived by the owner on Dec 14, 2023. It is now read-only.
Releases: kadaster-labs/sensrnet-registry-backend
Releases · kadaster-labs/sensrnet-registry-backend
Release v0.9.1
fix: correctly remove deleted goal from multiple datastreams (#153)
Release v0.9.0
ci: add Trivy for Docker image scanning (#149) * ci: add Trivy for Docker image scanning * build: update dependencies * refactor: update typings * chore: upgrade NestJS to v8
Release v0.8.1
Return 404 when resource not found (#147) * fix: return 404 when resource not found for devices and observation goals * refactor: replace findOne by findById when only querying for id * refactor: set TypeScript typing in correct spot * fix: set correct 404 response message
Release v0.8.0
Unit of Measurement: body validation (#145)
Release v0.7.1
fix: fix linking observation goal (#139) The MongoDB filter had two conditions on nested documents. Due to notation, they were not necessarily the same embedded document. This led to problems when there are multiple datastreams
Release v0.7.0
Admin when empty organization is joined (#135) * When an organization without admins is joined, the user becomes admin.
Release v0.6.0
Restructuring modules (#125) * restructering modules and packages * separating command and query more clearly * side effects that need to be effected at command side are moved to command module; reason for this change is event processing in command module * common parts are moved to the commons module * user module has been split up into: * a shared part in commons module * read in query module * write in command module * lint fixes * code quality improvements * dataStream > datastream * logging on verbose level * commands use interfaces to construct * api models implement interfaces to be used in commands construction * Extend linting for better code consistency (#126) * lint + fixes Co-authored-by: Stefan Bussemaker <[email protected]>
Release v0.5.1
fix npm audit issues (#121)
Release v0.5.0
filter devices by name (#118)
Release v0.4.1
added helmet for hardening the api (#115) added helmet for hardening the api