Releases: georust/ogcapi
Releases · georust/ogcapi
v0.3.0
What's Changed
Added
- This changelog.
- Badges for
docs.rs
andcrates.io
. - Categories and keywords.
Fixed
- Temporal extent serialization by @jacovdbergh.
Changed
- Update to 2024 edition.
- Update dependencies.
- Use top level
README.md
forogcapi
crate. - Rework features to represent modules and standards in an orthogonal fashion.
- Convert CLI to example crates.
- Align
OGCAPI - Processes
with released core standard. - Refactor
processes
.
New Contributors
- @jacovdbergh made their first contribution in #21
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Propagated
stac
feature toogcapi-client
. by @metasim in #11 - Updated client
README.md
to work with latest APIs. by @metasim in #12 - Updated workspace manifests to use relative paths to sibling packages by @metasim in #14
- Swap println with log::debug. by @metasim in #17
- Changes for usage in tile-grid by @pka in #18
- Prepare v0.2 by @b4l in #20
New Contributors
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- Basic ci by @b4l in #1
- Geojson importer, STAC feature, basic client & other improvements by @b4l in #3
- Add async traits for drivers & introduce object storage by @b4l in #4
- WIP from OGC Codesprint by @b4l in #5
- PoC adaptations/improvements and license as
MIT/Apache-2.0
by @b4l in #6 - Work from STAC/OAPI PoC by @b4l in #7
- Publish on crates.io by @b4l in #9
Full Changelog: https://github.com/georust/ogcapi/commits/v0.1.0