Skip to content

Releases: EventKit/eventkit-cloud

1.14.2

22 Mar 18:21
5b57506

Choose a tag to compare

Fixes bug with ArcGIS feature services.

1.14.1

25 Nov 14:10
5a8f095

Choose a tag to compare

Bug fixes.
Deduplicates a lot of code.

1.14.0

10 Oct 17:28
3fc9b4c

Choose a tag to compare

Adds support to Favorite products and sort by favorites.
Allows larger areas via overpass api (OSM).
Adds data type labels to product list.
Reorganizes sort/filter window.
Fixes issues with reprojecting files.
Fixes issues with OGCAPI process products.

1.13.0

01 Aug 18:33
c2073ef

Choose a tag to compare

Greatly improves support for ArcGIS feature services.

  • Fixes issue with not collecting all of the features.
  • Handles issues when certain responses are missing fields.
  • Properly handles paginated requests.
  • Adds support for styles and icons to be used from the service description.

1.12.0

31 Mar 12:48
3b207c4

Choose a tag to compare

Adds support to filter products based on geometry.
Significantly improves the speed of responses for products.
Various bug fixes.

1.11.0

26 Jan 18:44
4000e7c

Choose a tag to compare

Adds support for product footprints, and displaying the footprints in the create workflow.
Improves performance of create workflow with many providers.
Improves the appearance of the filtering tools in the create workflow.

1.10.1

20 Sep 16:57

Choose a tag to compare

Fixes issues with writing License files.
Fixes access to download directory when not using S3.

1.10.0

13 Sep 19:58
f367b57

Choose a tag to compare

Adds the ability to scale by run instead of by task.
Adds filtering to create step 2 to limit data sources.
Many bug fixes.

1.9.0

04 Jun 15:03
bcf959d

Choose a tag to compare

Improves UI on status and download page.
Improves resiliency of feature and WCS requests.
Adds some initial support for OGCAPI-Process draft 6.
Adds support for pkcs12 certificates (update exiting config to the cert_info configuration (see docs).
Bumps Django 3.2.
Many bug fixes.

*** Note: Due to a change in django the eventkit_cloud.auth module was renamed to eventkit_cloud_auth, to run migrations you will need to fake the existing migrations from auth (i.e. python manage.py migrate eventkit_cloud_auth 0002 --fake then run normal migrations python manage.py migrate .

1.8.1

21 Dec 15:18
1676aa0

Choose a tag to compare

Numerous bug fixes.

Allow sharing prior to submitting job.