| | 7 | |
| | 8 | |
| | 9 | |
| | 10 | == Version 10.3.16 (2024-10-16) |
| | 11 | |
| | 12 | OGC 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 | |
| | 18 | wcst_import |
| | 19 | |
| | 20 | - Supported `OGC/0/Temporal` CRS |
| | 21 | |
| | 22 | |
| | 23 | == Version 10.3.15 (2024-09-18) |
| | 24 | |
| | 25 | OGC 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 | |
| | 32 | wcst_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 | |
| | 39 | wsclient |
| | 40 | |
| | 41 | - Added error message handler in login form |
| | 42 | |
| | 43 | == Version 10.3.10 (2024-07-18) |
| | 44 | |
| | 45 | wsclient |
| | 46 | |
| | 47 | - Fixed issue with cached logged in user caused WebWorldWind could not load properly |
| | 48 | |
| | 49 | wcst_import |
| | 50 | |
| | 51 | - Fixed issue with parsing datetime literal in `areasOfValidity` |
| | 52 | |
| | 53 | |
| | 54 | == Version 10.3.9 (2024-07-09) |
| | 55 | |
| | 56 | OGC 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 | |
| | 64 | OGC 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 | |
| | 69 | wcst_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 | |
| | 74 | OGC 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 | |
| | 80 | wcst_import |
| | 81 | - Fixed error with default_null_values: [] |
| | 82 | |
| | 83 | == Version 10.3.5 (2024-06-02) |
| | 84 | |
| | 85 | OGC 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 | |
| | 92 | rasdaman 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 | |
| | 96 | OGC 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 | |
| | 104 | wcst_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 | |
| | 111 | The 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 | |
| | 115 | To upgrade from the previous stable version v10.2 to stable v10.3: |
| | 116 | |
| | 117 | 1. Update the repository metadata with `sudo apt update` |
| | 118 | 2. 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)'` |
| | 119 | 3. Install the new rasdaman version with `sudo apt install rasdaman` |
| | 120 | |
| | 121 | ==== From testing |
| | 122 | |
| | 123 | To upgrade from the testing repository to stable v10.3: |
| | 124 | |
| | 125 | 1. Change the testing package repository to the stable one in `/etc/apt/sources.list.d/rasdaman.list` |
| | 126 | 2. 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)'` |
| | 127 | 3. 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 |
| | 128 | 4. Install the new rasdaman version with `sudo apt install rasdaman` |
| | 129 | |
| | 130 | ==== From previous Ubuntu version |
| | 131 | |
| | 132 | Check 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. |