Changes in version 0.1.1
Enhancements
- Users can now store and reload process requests using the Cuiman GUI. (#40)
- Wraptile server enhancements:
- Optional and unset properties are now excluded from JSON responses. (#108)
- CORS is configured so that the server can be accessed from browsers
running web apps (enforcing token auth, disallowing cookies auth). (#107) - Wraptile's Airflow service now maps Airflow DAG
Paramdefinitions to
OGC process input descriptions, socuiman's GUI renders input fields
(including type, title, description, default value, and nullable object params)
for Airflow-backed processes.
Fixes
- Addressed various regressions in the new
gavicoreGUI generator. (#101) - Added missing API docs to
docs/cuiman/api.md(deployed shortly after 0.1.0 release) - Fixed the PyPI release workflow (applied shortly after 0.1.0 release)
- Fixed nullable input fields showing an empty label in the
cuimanGUI. - Fixed test
appligator\tests\airflow\test_gen_dockerfile.pyfailing on Windows OS.
Other changes
- Python version is python >=3.11 in all workspaces.
- Adjusted list of authors in all workspaces.
- Added a context diagram to documentation index page and README.
- Removed prefix.dev authorization parameters from CI workflow. (#103)
- All model classes in
gavicore.modelsare now extensible, i.e., not
restricted to their defined attributes. (#110)
Full Changelog: v0.1.0...v0.1.1