0.9.0-2
Release Notes 0.9.0-2
This software release introduces a set of new features and performance improvements with respect to the previous open source distribution (version 0.4.3-5.2).
New Features
- Sentinel product ingestion compatibility:
- Sentinel-1 level 2 products ingestion
- Sentinel-2 products ingestion
- Sentinel-3 products ingestion
- HTTP partial get compatility
- New UI based on Angular JS
- Country field in registration panel
- Exposed product eviction date, if present, for each product
- Odata synchronization:
- Basic odata synchronization
- Odata synchronization including filters
- Odata synchronization with copy functions
- Expose tomcat configuration parameters
- Removed private products configuration
- Removed statistics functionality
- Quota limitation on partial download
- Introduced the products request top limit (=100) for any odata search query
- Introduction of new OData entites exposing information regarding:
- Users
- Network
- Connections
Improved Performances
- Concurrent file scanners
- Ingestion performance improvements
- Odata performance improvements
Known issues and limitations
Errors when upgrading DHuS version Process
At first start of new version, after upgrading the DHuS server, the DHuS logs the following errors when the gwt client (related to the old version of the UI) refreshes its UI with browser cache containing old version of UI.
SMTP Server configuration
It's not possible to configure the SMTP server without any authentication.
Products synchronization
The copy function during a synchronization is not properly working when the back end and the front end of the infrastructure of the DHuS instance do not share the same filesystem.
User Management
The lock of a registered user account is not possible.
Products visualization in the list of results
The complete name of the Sentinel-2 product is not visible in the list of result of a full text search via GUI.
FTP Server
The DHuS module allowing users to connect to the DHuS archive via a Read-only ftp connection and view products stored in the archive (organized in folders each one corresponding to a collection) is not working in this version.
Root Password
The DHuS root password changing mechanism via GUI is not working.
The suggested procedure to change root password is the following:
stop dhus
echo -n <new password> | md5sum
copy MD5 string
open HSQLDB with the client
update users set password='<paste MD5 here>' where
login='root';
commit;
exit
start dhus
login with new password
Please find below dhus-software-0.9.0-2-distribution.shar (SHAR file).