v2.1.0 Minor Release
Summary
This Release includes various bugfixes and adjusts the database model to increase interoperability with the 52North SOS
A Docker Image is provided: sensorweb-server-sta:2.1.0
Compatibility
Changelog
- Add
readonly
mode - Add
/version
endpoint displaying version information during runtime - Add seperate database column staIdentifier to all Entities (maps to @iot.id)
- Refactor url parsing to handle @iot.id being an URI (f6eef00)
- Various bugfixes
- Even more bugfixes
see the detailed changelog here
Dependency Updates
- Update db-model from 1.3.0 to 2.0.1
- Update arctic-sea from 7.4.0 to 7.5.0
- Update spring-boot from 2.2.6 to 2.3.0
- Update jackson from 2.10.3 to 2.11.0
- Update db-model from 1.3.0 to 2.0.1
- Update testcontainers from 1.14.0 to 1.14.2
Breaking Changes
- The database model was changed in the upgrade of
db-model
. See here for migration hints