Skip to content

0.1.1

Latest

Choose a tag to compare

@TejasMorbagal TejasMorbagal released this 05 Jun 12:58
· 6 commits to main since this release

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 Param definitions to
      OGC process input descriptions, so cuiman'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 gavicore GUI 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 cuiman GUI.
  • Fixed test appligator\tests\airflow\test_gen_dockerfile.py failing 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.models are now extensible, i.e., not
    restricted to their defined attributes. (#110)

Full Changelog: v0.1.0...v0.1.1