Releases: 52North/sensorweb-server-sta
STAPlus 4.0.2 Release
Initial Release of STAPlus Implementation. Consult README.md for details
v3.0.3 Patch Release
// tba
v3.0.3 Patch Pre-Release
Summary
This Release includes multiple bugfixes and improvements
Changelog
- Fix NPE when using Java8 and trying to persist with nested Entities
- Improve Performance
see the detailed changelog here
Breaking Changes
None
v4.0.0 Major Release
Summary
This Release includes multiple bugfixes and improvements and a major refactor of the Serialization/Deserialization Infrastructure to use abstract DTO instead of 52°N db-model specific entities
A Docker Image is provided: sensorweb-server-sta:4.0.0
Changelog
see the detailed changelog here
Dependency Updates
tbd
Breaking Changes
None
v3.0.0 Major Release
Summary
This Release implements the OGC SensorThingsAPI v1.1 Draft Specification 18-088.
A Docker Image is provided: TBD
Changelog
- Implement STA v1.1
- Refactor persistence-layer to be thread-safe
see the detailed changelog here
Dependency Updates
see the detailed changelog here
Breaking Changes
Due to a change in the Database model this version is incompatible to previous versions
v2.2.1 Patch Release
Summary
This Release includes multiple bugfixes and improvements
A Docker Image is provided: sensorweb-server-sta:2.2.1
Changelog
- Fix requests not being urlescaped properly
- Add config option to escape Identifiers with single quotes
- Add workaround for opengeospatial/sensorthings#105
see the detailed changelog here
Dependency Updates
- Bump arctic-sea from 8.0.0 to 8.0.1 #109
Breaking Changes
None
v2.2.0 Minor Release
Summary
This Release includes support for setting Information about the vertical extend of Observations via Observations->Parameters and multiple bugfixes
A Docker Image is provided: sensorweb-server-sta:2.2.0
Changelog
- Fix Issue #82
- Add support for verticalFromTo parsing in Observations->parameters
see the detailed changelog here
Dependency Updates
- Bump parent from 18 to 19 #109
- Bump git-commit-id-plugin from 4.0.0 to 4.0.2 #117
- Bump spotbugs-annotations from 4.0.5 to 4.1.2 #121
- Bump org.eclipse.paho.client.mqttv3 from 1.2.4 to 1.2.5 #112
- Bump maven-war-plugin from 3.3.0 to 3.3.1 #111
- Bump build-helper-maven-plugin from 3.1.0 to 3.2.0 #103
- Bump jackson.version from 2.11.0 to 2.11.1 #105
Breaking Changes
None
v2.1.2 Bugfix Release
Summary
This Release includes various bugfixes
A Docker Image is provided: sensorweb-server-sta:2.1.2
Changelog
- Fixes incorrect @iot.nextLink creation caused by wrong $filter serialization (52North/arctic-sea#140)
- Fixes missing $expand rewrite (#94)
- Implement missing $filter on Observation->result (#95)
see the detailed changelog here
Dependency Updates
- arctic-sea 7.5.0 to 7.5.1
Breaking Changes
None
v2.1.1 Bugfix Release
Summary
This Release includes various bugfixes
A Docker Image is provided: sensorweb-server-sta:2.1.1
Changelog
- Implements/Fixes MQTT Publish not working on related Collections (#90)
- Refactor check for existing FOI to check for
staIdentifer
andidentifier
(#91) - Fix parsing error when handling POST to
/FeaturesOfInterest(<id>)/Observations
(0901751) - Add example logback.xml to webapp (#93)
see the detailed changelog here
Dependency Updates
- Update testcontainers from 1.14.2 to 1.14.3
Breaking Changes
None
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