Skip to content

1.3.0

Compare
Choose a tag to compare
@AndreaGiulianelli AndreaGiulianelli released this 21 Mar 14:58
· 289 commits to main since this release

1.3.0 (2023-03-21)

Features

  • implement api endpoint to export historical room environmental data (ef6c21d)
  • implement extractor of room historical environmental data (406047b)

Dependency updates

  • deps: update dependency ch.qos.logback:logback-classic to v1.4.6 (1d92a2d)
  • deps: update dependency de.flapdoodle.embed:de.flapdoodle.embed.mongo to v4.6.2 (0c95c28)
  • deps: update dependency io.kotest.extensions:kotest-assertions-ktor to v2 (1a0e41a)
  • deps: update dependency org.apache.kafka:kafka-clients to v5 (a6e9d2a)
  • deps: update dependency org.apache.kafka:kafka-clients to v6 (6ed0d82)
  • deps: update dependency org.apache.kafka:kafka-clients to v7 (523c724)
  • deps: update dependency semantic-release-preconfigured-conventional-commits to v1.1.17 (e197884)

Build and continuous integration

  • add validation of gradle wrapper to success job (a7a21c0)
  • usage of different java version in CI (349c181)

Documentation

  • rest-api: add room historical data extractor api (b7475ab)
  • rest-api: correct base url based on major version (cb03aea)

General maintenance

  • add getter of room historical data in room repository (0d5006e)
  • add getter of room historical data in room repository (19e96b0)
  • add response entry with date time (0720b6e)
  • take start room environmental data in deserialization from time series room data (f00da57)

Refactoring

  • rename room api function route names (f21337f)
  • split api in route extension function (24793f4)
  • split api in route extension function (5bac204)

Tests

  • add tests for room historical data extractor api (a3bd789)
  • add tests for room historical data extractor service (8c6ac38)

Style improvements