| 433 | | == Version 10.3.16 (2024-10-16) |
| 434 | | |
| 435 | | OGC frontend (petascope) |
| 436 | | |
| 437 | | - `OAPI` added `cube:dimensions` and `summaries` |
| 438 | | - Supported `OGC/0/Temporal` CRS |
| 439 | | - Improved time to initialize `WMTS TileMatrixSets` when petascope starts, |
| 440 | | |
| 441 | | wcst_import |
| 442 | | |
| 443 | | - Supported `OGC/0/Temporal` CRS |
| 444 | | |
| 445 | | |
| 446 | | == Version 10.3.15 (2024-09-18) |
| 447 | | |
| 448 | | OGC frontend (petascope) |
| 449 | | |
| 450 | | - Ubuntu 24.04: signed datatype Int8 fails to import in petascope |
| 451 | | - Fixed a null error in WMS GetMap with WCPS style containing another coverage Id |
| 452 | | - Fixed WMS GetMap issue with pyramid member's geo lower bound smaller than base coverage's geo lower bound |
| 453 | | - Added retrying in case CRS resolver failed to response |
| 454 | | |
| 455 | | wcst_import |
| 456 | | |
| 457 | | - Fixed warning for regex string for time values in wcst_import |
| 458 | | - Fixed potential crash when applying too many data expressions during netcdf data import |
| 459 | | |
| 460 | | == Version 10.3.11 (2024-07-25) |
| 461 | | |
| 462 | | wsclient |
| 463 | | |
| 464 | | - Added error message handler in login form |
| 465 | | |
| 466 | | == Version 10.3.10 (2024-07-18) |
| 467 | | |
| 468 | | wsclient |
| 469 | | |
| 470 | | - Fixed issue with cached logged in user caused WebWorldWind could not load properly |
| 471 | | |
| 472 | | wcst_import |
| 473 | | |
| 474 | | - Fixed issue with parsing datetime literal in `areasOfValidity` |
| 475 | | |
| 476 | | |
| 477 | | == Version 10.3.9 (2024-07-09) |
| 478 | | |
| 479 | | OGC frontend (petascope) |
| 480 | | |
| 481 | | - Improved coverage's metadata in XML handler |
| 482 | | - Added API to update a regular axis' origin |
| 483 | | |
| 484 | | |
| 485 | | == Version 10.3.8 (2024-06-24) |
| 486 | | |
| 487 | | OGC frontend (petascope) |
| 488 | | |
| 489 | | - Improved loading time for areas of validity coefficients in irregular axis from `petascopedb` |
| 490 | | - Improved null checks in petascope for invalid `request/service/version` parameters and WMS `style` name |
| 491 | | |
| 492 | | wcst_import |
| 493 | | - Fixed issue with netCDF band identifier specified as `str` literal words in netCDF file |
| 494 | | |
| 495 | | == Version 10.3.7 (2024-06-17) |
| 496 | | |
| 497 | | OGC frontend (petascope) |
| 498 | | - Fixed issue with nested rasdaman `covMetadata` elements in some coverage's metadata |
| 499 | | |
| 500 | | |
| 501 | | == Version 10.3.6 (2024-06-07) |
| 502 | | |
| 503 | | wcst_import |
| 504 | | - Fixed error with default_null_values: [] |
| 505 | | |
| 506 | | == Version 10.3.5 (2024-06-02) |
| 507 | | |
| 508 | | OGC fronted (petascope) |
| 509 | | - Fixed WMS GetMap failed at corner cases for requesting non EPSG:4326 CRS |
| 510 | | |
| 511 | | == Version 10.3.0 (2024-01-16) |
| 512 | | |
| 513 | | === New features, enhancements, bug fixes |
| 514 | | |
| 515 | | rasdaman core |
| 516 | | - Update tiling of existing arrays ([https://doc.rasdaman.org/04_ql-guide.html#tiling-update docs]) |
| 517 | | - The rasql tool can read passwords from a `~/.raspass` file ([https://doc.rasdaman.org/04_ql-guide.html#rasql-passwd-option doc]) |
| 518 | | |
| 519 | | OGC frontend (petascope) |
| 520 | | |
| 521 | | - Support for advanced calendar capabilities in WCPS queries ([https://doc.rasdaman.org/05_geo-services-guide.html#calendar-capabilities docs]) |
| 522 | | - 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]) |
| 523 | | - 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]) |
| 524 | | - Do not implicitly add nodata in rasql encode() operator |
| 525 | | - Move several Spring configuration settings from petascope.properties to application.properties inside rasdaman.war |
| 526 | | |
| 527 | | wcst_import |
| 528 | | |
| 529 | | - `"tiling"` is a required setting in ingredients file ([https://doc.rasdaman.org/05_geo-services-guide.html#recipe-section docs]) |
| 530 | | - `"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]) |
| 531 | | |
| 532 | | === Upgrading |
| 533 | | |
| 534 | | The sections below contain instructions on how to upgrade the software installation from a previous version to stable rasdaman v10.3. |
| 535 | | |
| 536 | | ==== From v10.2 |
| 537 | | |
| 538 | | To upgrade from the previous stable version v10.2 to stable v10.3: |
| 539 | | |
| 540 | | 1. Update the repository metadata with `sudo apt update` |
| 541 | | 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)'` |
| 542 | | 3. Install the new rasdaman version with `sudo apt install rasdaman` |
| 543 | | |
| 544 | | ==== From testing |
| 545 | | |
| 546 | | To upgrade from the testing repository to stable v10.3: |
| 547 | | |
| 548 | | 1. Change the testing package repository to the stable one in `/etc/apt/sources.list.d/rasdaman.list` |
| 549 | | 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)'` |
| 550 | | 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 |
| 551 | | 4. Install the new rasdaman version with `sudo apt install rasdaman` |
| 552 | | |
| 553 | | ==== From previous Ubuntu version |
| 554 | | |
| 555 | | 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. |
| 556 | | |
| 557 | | |
| 558 | | |
| 559 | | == Version 10.2 and older == |
| | 433 | == Version 10.3 and older == |