Skip to content

Releases: LimnoTech/pygeoapi

0.24.dev0+limno.1

22 Apr 17:09
5e7e62d

Choose a tag to compare

Summary

Release of upstream pygeoapi master branch to incorporate some recent security fixes. This roughly maps to release 0.23.3 of upstream but with relaxed dependency specifications to enable some of our plugins to work with this.

Note on release tagging convention

This release breaks from our previous tagging convention. The previous convention had been to tag based on the pygeoapi version and an incremented limno.# tag. e.g. 0.23.dev+limno.13. Following that convention would make this release 0.24.dev0+limno.14. The 14 provides information relative to other releases, rather than releases relative to the same base version, which sort of breaks from semantic versioning intent. Consider the scenario where we are maintaining parallel versions 0.23.x for compatibility, while also working on 0.24.x for testing and new feature development. In this case we would mix and match limno.# tags to keep with the convention.

0.23.3+limno.17
0.24.1+limno.16
0.23.3+limno.15

The more robust solution is to increment the number relative to the base version.

0.23.3+limno.2
0.24.1+limno.1
0.23.3+limno.1

0.23.dev0+limno.13

12 Dec 19:26
8031503

Choose a tag to compare

This release fixes Redoc docs and bugged position UI queries.

Geopython merge request:
geopython#2165

USGS issues:
https://code.usgs.gov/wma/nhgf/pygeoapi/-/issues/69
https://code.usgs.gov/wma/nhgf/pygeoapi/-/issues/65

0.21.dev0+limno.12.alpha

19 Sep 14:35

Choose a tag to compare

This is a test build with a fix for the SQL provider bounding box issue.

0.21.dev0.+limno.12

12 Sep 19:52
ab485b4

Choose a tag to compare

Merge in a subset of the changes under upstream PR geopython#2100

0.21.dev0+limno.11

12 Sep 14:53
bf936fe

Choose a tag to compare

Fix for swapped coordinates in BBOX.

0.21.dev0+limno.10

11 Sep 19:22
6e4c93c

Choose a tag to compare

Adds CRS XY fix

0.21.dev0+limno.9

09 Sep 17:18
40c8fe0

Choose a tag to compare

Sync to upstream 0.21.0

0.21.dev0+limno.8

14 Jul 17:10
3a2a4ef

Choose a tag to compare

Sync to upstream 0.21.0 and add a minor bug fix

0.20.dev0+limno.7

24 Apr 16:00

Choose a tag to compare

Sync to upstream master branch (not released), including upgrade to pydantic>2.0
The USGS deployment will need to continue using releases from this fork until NLDI processes conform to the spec. This release still includes a workaround for a TypeError

0.20.dev0+limno.6

10 Apr 19:55

Choose a tag to compare

  • Temporary solve for TypeError with NLDI Processes. To be addressed in individual repositories eventually, but quick fix here for deployment.