Releases: SmartOperatingBlock/building-management-microservice
Releases · SmartOperatingBlock/building-management-microservice
1.0.0
1.0.0 (2023-02-23)
Features
- add application service to delete and get a room (aad6d74)
- add azure digital twins presentation for room (2c2c267)
- add create room service (e334afc)
- handle creation deletion and get with present information of a room (8fe9ae9)
- implement create of room digital twin (26ee7cd)
- implement delete and find of room digital twin (669540c)
- implement repository to delete and get a room (f68e963)
Build and continuous integration
- deps: update gradle/wrapper-validation-action action to v1.0.6 (aee5678)
- kotlin-docs: change github pages directory for kotlin documentation (5e1ee95)
- set application entrypoint (3d0b78f)
- trigger generation of openapi documentation on github pages (c6cbec7)
- use release and delivery and documentation ghp actions (133b5d4)
Style improvements
Dependency updates
- deps: add archunit dependency (b767293)
- deps: add azure digital twins and identity dependencies (d28f45a)
- deps: add kotlin serialization dependencies (e885a7d)
- deps: add ktor content negotiation dependencies (7b70bbf)
- deps: add ktor dependencies and configurations (b406aaf)
- deps: add ktor json content negotiation dependencies (3b68f86)
- deps: update dependency gradle to v8.0.1 (f0c90a6)
- deps: update plugin kotlin-qa to v0.34.0 (2c56054)
- deps: update plugin kotlin-qa to v0.34.1 (6d5336e)
- deps: update plugin org.danilopianini.gradle-pre-commit-git-hooks to v1.1.3 (e3cd505)
General maintenance
- adapt api to new docs (d54c449)
- add check of pre-existance when creating a new room digital twin (ef19105)
- add digital twin manager implementation (e8e5d0d)
- add environment data concepts (4eb67ce)
- add environmental data to room api dto (6f0346a)
- add getRooms to room repository (79e16ae)
- add manager provider interface and simple implementation (5dd58d1)
- add medical technology concepts (ea7bff8)
- add room api dto deserialization (bd529ac)
- add room concepts (23421d6)
- add room controller (01754ec)
- add room digital twin manager interface (e0a8fd8)
- add room environmental data description (c85df61)
- add serializer for api (f3622e1)
- add zone concepts (a508ec9)
- call create room service from api (4703808)
- change api endpoint with current api version (441695e)
- configure ktor content negotiation (f24e4ef)
- create azure digital twins client connection (22ae840)
- create medical technology repository interface (79ca86f)
- create room api dto (384eb46)
- create room repository interface (80f6206)
- create use case interface (8c9cc16)
- delete logs (3821f37)
- delete sample test (18ca20d)
- implement rest-api schema (3a26561)
- log less information to improve readability of logs (7019d60)
- medical-technology: add isInUse property (a0b03d7)
- pass provider to app (6590bec)
- rest-api: add simple rest api controller (823872d)
- setup: setup microservice from template (824292a)
- try room dto api deserialization (5531461)
- typo in medical techno...