Changes between Version 7 and Version 8 of VersionsArchive


Ignore:
Timestamp:
Jul 3, 2026, 11:01:14 AM (41 hours ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • VersionsArchive

    v7 v8  
    55= Version History =
    66
     7
     8
     9
     10== Version 10.3.16 (2024-10-16)
     11
     12OGC frontend (petascope)
     13
     14- `OAPI` added `cube:dimensions` and `summaries`
     15- Supported `OGC/0/Temporal` CRS
     16- Improved time to initialize `WMTS TileMatrixSets` when petascope starts,
     17
     18wcst_import
     19
     20- Supported `OGC/0/Temporal` CRS
     21
     22
     23== Version 10.3.15 (2024-09-18)
     24
     25OGC frontend (petascope)
     26
     27- Ubuntu 24.04: signed datatype Int8 fails to import in petascope
     28- Fixed a null error in WMS GetMap with WCPS style containing another coverage Id
     29- Fixed WMS GetMap issue with pyramid member's geo lower bound smaller than base coverage's geo lower bound
     30- Added retrying in case CRS resolver failed to response
     31
     32wcst_import
     33
     34- Fixed warning for regex string for time values in wcst_import
     35- Fixed potential crash when applying too many data expressions during netcdf data import
     36
     37== Version 10.3.11 (2024-07-25)
     38
     39wsclient
     40
     41- Added error message handler in login form
     42
     43== Version 10.3.10 (2024-07-18)
     44
     45wsclient
     46
     47- Fixed issue with cached logged in user caused WebWorldWind could not load properly
     48
     49wcst_import
     50
     51- Fixed issue with parsing datetime literal in `areasOfValidity`
     52
     53
     54== Version 10.3.9 (2024-07-09)
     55
     56OGC frontend (petascope)
     57
     58- Improved coverage's metadata in XML handler
     59- Added API to update a regular axis' origin
     60
     61
     62== Version 10.3.8 (2024-06-24)
     63
     64OGC frontend (petascope)
     65
     66- Improved loading time for areas of validity coefficients in irregular axis from `petascopedb`
     67- Improved null checks in petascope for invalid `request/service/version` parameters and WMS `style` name
     68
     69wcst_import
     70- Fixed issue with netCDF band identifier specified as `str` literal words in netCDF file
     71
     72== Version 10.3.7 (2024-06-17)
     73
     74OGC frontend (petascope)
     75- Fixed issue with nested rasdaman `covMetadata` elements in some coverage's metadata
     76
     77
     78== Version 10.3.6 (2024-06-07)
     79
     80wcst_import
     81- Fixed error with default_null_values: []
     82
     83== Version 10.3.5 (2024-06-02)
     84
     85OGC fronted (petascope)
     86- Fixed WMS GetMap failed at corner cases for requesting non EPSG:4326 CRS
     87
     88== Version 10.3.0 (2024-01-16)
     89
     90=== New features, enhancements, bug fixes
     91
     92rasdaman core
     93- Update tiling of existing arrays ([https://doc.rasdaman.org/04_ql-guide.html#tiling-update docs])
     94- The rasql tool can read passwords from a `~/.raspass` file ([https://doc.rasdaman.org/04_ql-guide.html#rasql-passwd-option doc])
     95
     96OGC frontend (petascope)
     97
     98- Support for advanced calendar capabilities in WCPS queries ([https://doc.rasdaman.org/05_geo-services-guide.html#calendar-capabilities docs])
     99- Partial support for openEO, the latest version of OGC API - Coverages, and the OGC Geodatacubes (GDC) API ([https://doc.rasdaman.org/05_geo-services-guide.html#experimental-api docs])
     100- New API endpoint to update a coverage's null values ([https://doc.rasdaman.org/05_geo-services-guide.html#update-coverage-s-null-values docs])
     101- Do not implicitly add nodata in rasql encode() operator
     102- Move several Spring configuration settings from petascope.properties to application.properties inside rasdaman.war
     103
     104wcst_import
     105
     106- `"tiling"` is a required setting in ingredients file ([https://doc.rasdaman.org/05_geo-services-guide.html#recipe-section docs])
     107- `"skip": "files_that_fail_to_open"` option to skip files which cannot analyze by wcst_import ([https://doc.rasdaman.org/05_geo-services-guide.html#data-import-skip docs])
     108
     109=== Upgrading
     110
     111The sections below contain instructions on how to upgrade the software installation from a previous version to stable rasdaman v10.3.
     112
     113==== From v10.2
     114
     115To upgrade from the previous stable version v10.2 to stable v10.3:
     116
     1171. Update the repository metadata with `sudo apt update`
     1182. Stop rasdaman with `sudo service rasdaman stop`; make sure that the processes are really stopped: if `ps aux | grep -E 'ras(mgr|server)'` returns any processes, stop them with `pkill -9 -f 'ras(mgr|server)'`
     1193. Install the new rasdaman version with `sudo apt install rasdaman`
     120
     121==== From testing
     122
     123To upgrade from the testing repository to stable v10.3:
     124
     1251. Change the testing package repository to the stable one in `/etc/apt/sources.list.d/rasdaman.list`
     1262. Stop rasdaman with `sudo service rasdaman stop`; make sure that the processes are really stopped: if `ps aux | grep -E 'ras(mgr|server)'` returns any processes, stop them with `pkill -9 -f 'ras(mgr|server)'`
     1273. Remove the current rasdaman package with `sudo apt remove rasdaman`; this is required because the stable package has the same version but a lower iteration number than the testing one
     1284. Install the new rasdaman version with `sudo apt install rasdaman`
     129
     130==== From previous Ubuntu version
     131
     132Check our [https://doc.rasdaman.org/02_inst-guide.html#migration migration guide] for hints on how to upgrade your Ubuntu OS, or migrate your installation from one machine to another.
    7133
    8134