Releases: xpublish-experiments/Catalog-To-Xpublish
Releases · xpublish-experiments/Catalog-To-Xpublish
v0.1.6
v0.1.5
What's Changed
- STAC search use assets directly by @ptomasula in #16
New Contributors
- @ptomasula made their first contribution in #16
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's Changed
- Update Json Response by @sjordan29 in #12
New Contributors
- @sjordan29 made their first contribution in #12
Full Changelog: v0.1.3...v0.1.4
v0.1.3: Supporting `fastapi_kwargs`
What's Changed
- Adding support for
fastapi.FastAPI
kwargs by @xaviernogueira in #9
Full Changelog: v0.1.2...v0.1.3
v0.1.2 - better error handling
What's Changed
- Change assertion error to warning upon failure to register
DatasetProviderPlugin
by @xaviernogueira in #7 - Quick fix by @xaviernogueira in #8
Full Changelog: v0.1.1...v0.1.2
v0.1.1 includes a patch to support Pydantic 2.0
What's Changed
- Update for Pydantic 2.0 by @xaviernogueira in #6
Full Changelog: v0.1.0...v0.1.0-pydantic_patch
v0.1.0 release! Stable version with quality testing.
Improvements
- Expanded test suite that uses
starlette.TestClient
to test the actual server, not just the underlying functions. - New STAC catalog that only accesses OSN data, allowing STAC testing to be done over GitHub actions.
- Codecov coverage tracking, see report here: https://app.codecov.io/gh/xpublish-experiments/Catalog-To-Xpublish
- Improved documentation.
Remaining Issues
- A known xpublish bug can be hit using the example catalogs (see xpublish-community/xpublish#207).
v0.0.2 release (logging + more flexible STAC support)
A variety of improvements:
- Better test STAC catalog (https://code.usgs.gov/wma/nhgf/stac/-/tree/main/xpublish_sample_stac/catalog) that includes Zarr data stored at both the STAC "Item" and the STAC "Collection" level.
- Reworked stac_io to support both Item and Collection level.
- Adding logging and documentation for it. Can support itegration into existing logging schemes.
- Removes UI endpoint.
- Version increment.
v0.0.1 beta Intake/STAC release
Beta release of Catalog-To-Xpublish
. Currently supported features are described in the README file.
Later releases will focus on improving performance, adding additional endpoints with client feedback, and introducing asynchronous processing. An optional "use_dask" mode may be introduce multiprocessing for compute limited steps.