Releases: LimnoTech/pygeoapi
0.24.dev0+limno.1
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
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
This is a test build with a fix for the SQL provider bounding box issue.
0.21.dev0.+limno.12
Merge in a subset of the changes under upstream PR geopython#2100
0.21.dev0+limno.11
Fix for swapped coordinates in BBOX.
0.21.dev0+limno.10
Adds CRS XY fix
0.21.dev0+limno.9
Sync to upstream 0.21.0
0.21.dev0+limno.8
Sync to upstream 0.21.0 and add a minor bug fix
0.20.dev0+limno.7
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
- Temporary solve for TypeError with NLDI Processes. To be addressed in individual repositories eventually, but quick fix here for deployment.