Skip to content

Sensor Web Server DAO impl v3.5.1

Choose a tag to compare

@CarstenHollmann CarstenHollmann released this 07 Sep 12:37
· 700 commits to develop since this release

Available in Maven Central.

Change Log

  • Add GitHub Actions
  • Faster query with same result (should be checked for observations with several resultTimes) for closest values
  • set identifier to service entity in factory
  • Refactor closest value queries by querying max/min time and then the observation for this time and dataset. Much faster than old solution when querying the first time
  • reduce database observation queries for referenced data if no data are available for the requested period

Dependency Updates

  • Bump jetty-maven-plugin from 11.0.3 to 11.0.6 (#327, #330, #336)
  • Bump spring-boot-dependencies from 2.5.0 to 2.5.3 (#328, #334, #342)
  • Bump commons-io from 2.9.0 to 2.11.0 (#329, #338)
  • Bump maven-dependency-plugin from 3.1.2 to 3.2.0 (#331)
  • Bump geolatte-geom from 1.8.1 to 1.8.2 (#332)
  • Bump unit-api from 2.1.2 to 2.1.3 (#333)
  • Bump formatter-maven-plugin from 2.15.0 to 2.16.0 (#335)
  • Bump arctic-sea.version from 8.2.1 to 9.0.0 (#339)
  • Bump geotools.version from 25.1 to 25.2 (#340)
  • Bump postgis-jdbc from 2.5.0 to 2.5.1(#341)
  • Bump janino from 3.1.4 to 3.1.6 (#343)

Breaking Changes

  • None

See here for the complete commit log.