Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Releases: kadaster-labs/sensrnet-registry-backend

Release v0.9.1

30 Mar 12:15
39912f0
Compare
Choose a tag to compare
fix: correctly remove deleted goal from multiple datastreams (#153)

Release v0.9.0

16 Feb 14:23
d10809d
Compare
Choose a tag to compare
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

18 Jan 10:37
2a701a2
Compare
Choose a tag to compare
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

10 Jan 13:09
326d5ed
Compare
Choose a tag to compare
Unit of Measurement: body validation (#145)

Release v0.7.1

24 Nov 13:52
452cdae
Compare
Choose a tag to compare
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

29 Oct 08:41
a740ab7
Compare
Choose a tag to compare
Admin when empty organization is joined (#135)

* When an organization without admins is joined, the user becomes admin.

Release v0.6.0

06 Aug 14:47
734ef23
Compare
Choose a tag to compare
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

22 Jul 16:14
1b650bf
Compare
Choose a tag to compare
fix npm audit issues (#121)

Release v0.5.0

20 Jul 14:48
c132fac
Compare
Choose a tag to compare
filter devices by name (#118)

Release v0.4.1

29 Jun 06:58
cf75b80
Compare
Choose a tag to compare
added helmet for hardening the api (#115)

added helmet for hardening the api