forked from 52North/SensorWebClient
-
Notifications
You must be signed in to change notification settings - Fork 0
/
RELEASE_NOTES
46 lines (33 loc) · 1.89 KB
/
RELEASE_NOTES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
For a complete Release Notes overview visit
https://wiki.52north.org/bin/view/SensorWeb/SensorWebClientReleaseNotes
Release Notes for Sensor Web Client 3.3.0
=========================================
This release contains new features and bugfixes from versions 3.2.x.
We moved from SVN to GitHub with this release! Please note that issues are
going to be tracked on that platform. Refer to
https://github.com/52North/SensorWebClient
Most work has been done to separate timeseries-api version 1.0.0 along with
implementing its service provider interface to provide leightweight RESTful
access to timeseries resources. That integration makes accessing timeseries
data and metadata from external clients (not only from shipped UI) much more
consistent and flexible! Configure your servlet container with a CORS filter
and provide the data to external clients.
Another part of the work was to modulerazing IO processing functionality to
an external timeseries module. In combination with the timeseries web module
provides an interface so that both can be re-used in other applications, e.g.
directly on an SOS with implementing the interface with DB access to speed
up things.
Have a look at
https://github.com/52North/timeseries-api
if you are interested in the timeseries-api.
Features:
---------
* Create ArcGIS SOS SOE module supporting SOS e-reporting profile
* Implement SPI of timeseries-api version 1.0.0-rc.x
* Be more graceful when caching a service fails. Won't break cache update for the other configured services.
3.2.x Bugfixes:
---------------
* #923: Stations from the first data provider are missing when starting client via Permalink
* #924: Timeseries values are not sorted when request timeseries data via GET
* #877: Starting the Sensor Web Client from a Permalink the Station Selector misses to show up all stations
* #875: First time opening profile/user window an error occurs