Releases: home-anthill/api-server
Releases · home-anthill/api-server
1.3.1
Bugfixes
- move oauthCallback url in a dedicated env variable to remove the trailing "/"
Chores
1.3.0
Features
- remove CSP to prefer ingress-nginx annotations
1.2.0
Feat
- remove HTTPS support to prefer TLS termination via Kubernetes
1.1.0
Refactor
- huge refactor to follow best practices + fix errors reported by 'make vet' and 'make lint
CI
- upgrade ci to mongodb 7 and add make lint and vet commands
1.0.0-beta.6
Features
- add dates (CreatedAt and ModifiedAt) to sensors//values GET API and to GetValues gRPC service
1.0.0-beta.5
Features
- increase code coverage with new integration tests
1.0.0-beta.4
Features
- use PUT api to update a room and a new PUT api to assign device to home+room #8
- add some new tests to increase coverage
Bugfixes
- rest api deleteDevice should remove device from all homes and rooms automatically, without specifying them #6
Refactor
- move jwt generation in utils