Changes¶
0.2.1 (2025-05-21)¶
Added¶
- Added force-release functionality for tile assignment to release tiles regardless of state
Changed¶
- Fix load_collection to properly merge items from same date to maintain strict temporal dimension #93
- Improve error handling for output size limits with clearer error messages and proper pixel count calculation #94
0.2.0 (2025-05-19)¶
Added¶
- OpenEO process graph to CQL2-JSON conversion feature #65
- Output size estimation and validation #58
- NDWI process implementation #67
load_url
process for direct COG loading #70- PostgreSQL subchart support #73
- Support for default services configuration #74
- DynamicCacheControlMiddleware for improved cache management #78
- Tile assignment functionality with SQLAlchemy integration #80
- Service authorization management for restricted access #81
- get_param_item process for JSONPath extraction #82
Changed¶
- Implement lazy rasterstack #62
- Refactor processes to standardize data types to 'datacube' #68
- Enhance navigation structure and improve documentation readability #72
- Enhance service input validation and handling logic #77
- Enhance process nodes with user parameter handling #79
- Enhance tile assignment process with user control #83
- Enhance user parameter handling in processes #84
Fixed¶
- Add check for version sync #49
0.1.0 (2025-04-07)¶
Initial release of openEO by TiTiler