Changes between Version 188 and Version 189 of Versions
- Timestamp:
- Feb 6, 2022, 5:41:50 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Versions
v188 v189 18 18 - Filter out exception stacktraces to show only lines in rasdaman code; for more details, check the `full_stacktraces` option [https://doc.rasdaman.org/05_geo-services-guide.html#configuration here] 19 19 - **[beta4]** 20 - Improved error reporting to return correct HTTP error codes 4xx and 5xx to clients 20 21 - Improved startup performance 21 22 - Improved data migration … … 27 28 - Improved error reporting in WMS, WCPS, and WCS 28 29 - WCPS supports mod(a, b) function, and domain(C) function for whole coverage C ([todo docs]) 29 - remove petascope_admin_user and petascope_admin_pass from petascope.properties ([https://doc.rasdaman.org/05_geo-services-guide.html#security docs])30 - remove petascope_admin_user and petascope_admin_pass from petascope.properties and allow rasdaman admin users to perform write requests in petascope from external IPs ([https://doc.rasdaman.org/05_geo-services-guide.html#security docs]) 30 31 - WCS GetCapabilities supports the AcceptLanguages parameter 31 32 - WCS ProcessCoverages supports WCPS abstract query specified in an XML-wrapper … … 66 67 - Support import of individual bands in GDAL general recipe 67 68 - **[beta4]** 69 - Support "python_cmd" as an alternative to "cmd" in hooks ([https://doc.rasdaman.org/05_geo-services-guide.html#hooks-section docs]) 68 70 - Validate band names in general recipe 69 71 - Do not send WCS DescribeCoverage request for getting axis labels from coverage … … 121 123 - fixed support for signedByte in GDAL decode/encode 122 124 - fixed permissions of rasdaman log files to be only owner/group readable 123 - add script `prepare_issue_report.sh` for automating issue reporting 125 - add script `prepare_issue_report.sh` for automating issue reporting ([https://doc.rasdaman.org/01_introduction.html#executables-prepare-issue-report docs]) 124 126 125 127 - clients … … 146 148 - new section with cheatsheets for WCS / WCPS / WMS / clients ([https://doc.rasdaman.org/11_cheatsheets.html docs]) 147 149 - new section for petascope configuration ([https://doc.rasdaman.org/05_geo-services-guide.html#configuration docs]) 150 - as a result, comments in the petascope.properties file have been mostly removed 148 151 - new section with guidelines for backup of rasdaman ([https://doc.rasdaman.org/02_inst-guide.html#backup docs]) 149 152 … … 180 183 || changeset:76ac0b5c4 || Bang Pham Huu || ticket:2141 || wcst_import adds test for extracting datetime from file:path 181 184 || changeset:1602fe364 || Bang Pham Huu || ticket:2252 || update_properties.sh should not remove backup file 185 || changeset:2f4bba275 || Bang Pham Huu || ticket:2351 || petascope allows users with admin credentials to perform write request from an external IP address 182 186 || changeset:009c69296 || Bang Pham Huu || ticket:2391 || document about clip subspace is not supported in WCS/WCPS 183 187 || changeset:158f2bd49 || Bang Pham Huu || ticket:2391 || fix document link in doc … … 186 190 || changeset:613c62ad3 || Bang Pham Huu || ticket:2441 || wcst_import validates band's name in the general recipe 187 191 || changeset:ce7c90125 || Bang Pham Huu || ticket:2451 || and ticket:2489 - and ticket:2247 192 || changeset:24b4e084e || Bang Pham Huu || ticket:2452 || Enhance petascope to return HTTP error codes 4xx and 5xx 188 193 || changeset:44d965434 || Bang Pham Huu || ticket:2455 || ticket:2478 and ticket:2416 189 194 || changeset:d29e4c386 || Bang Pham Huu || ticket:2458 || document about installing ca-certificates on Ubuntu to avoid issues with HTTPs ceritifcates checking … … 204 209 || changeset:3a1ed776e || Bang Pham Huu || ticket:2500 || WCPS - error with clip expression in LET clause 205 210 || changeset:281f9e7f4 || Dimitar Misev || ticket:2502 || script for automating issue reporting, ticket:2470 - remove --service secore from start_rasdaman.sh and stop_rasdaman.sh as it is now part of petascope 211 || changeset:b2b5c0755 || Dimitar Misev || ticket:2502 || add doc for prepare_issue_report.sh script and improve docs of other scripts 206 212 || changeset:1b501ed67 || Dimitar Misev || ticket:2504 || fix compilation with -DUSE_GRIB=OFF 207 213 || changeset:c25c6a770 || Bang Pham Huu || ticket:2505 || rename APIs for non-standard HTTP requests for petascope, wcst_import and wsclient … … 240 246 || changeset:23a68f936 || Bang Pham Huu || ticket:2533 || petascope - WCS GetCapabilities ACCEPTLANGUAGES not supported 241 247 || changeset:2c5030656 || Bang Pham Huu || ticket:2537 || petascope - non-write requests should not be checked by allowed IP addresses 248 || changeset:ca21fe025 || Bang Pham Huu || ticket:2538 || wcst_import - support python_cmd to run python command in hooks 242 249 || changeset:48f7c05bf || Bang Pham Huu || ticket:2539 || petascope - support WCPS in XML-wrapper for standard endpoint 243 250 || changeset:82625770c || Bang Pham Huu || ticket:2539 || fix typo in util/common.sh 244 251 || changeset:3ed03686c || Bang Pham Huu || ticket:2540 || improve hooks documentation 245 || changeset:8b5fc48c3 || Dimitar Misev || ticket:2540 || improve documentation of rasdaman_user and rasdaman_admin_user 252 || changeset:483f80949 || Dimitar Misev || ticket:2540 || improve documentation of rasdaman_user and rasdaman_admin_user 253 || changeset:1dab4ef84 || Bang Pham Huu || ticket:2542 || missing details in documentation 254 || changeset:acc9c4d89 || Dimitar Misev || ticket:2542 || improve petascope documentation 255 || changeset:2490f3ea4 || Bang Pham Huu || ticket:2543 || petascope.properties remove descriptions for settings and add the reference link to doc instead 246 256 247 257 === v10.0.0-beta3 (2021-08-25) ===