Skip to content

Releases: stac-utils/stac-fastapi

v2.5.2

18 Apr 16:38
2e14348
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.5.1...2.5.2

v2.5.1

18 Apr 05:52
27a8edd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.5.0...2.5.1

v2.5.0

17 Apr 17:14
bc52635
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.4.9...2.5.0

v2.4.9

17 Nov 14:08
2.4.9
09dac22
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.4.8...2.4.9

v2.4.8

08 Jun 19:50
2.4.8
5d94f78
Compare
Choose a tag to compare

We now advertise STAC API v1.0.0 🎉!

What's Changed

Full Changelog: 2.4.7...2.4.8

v2.4.7

17 May 15:30
2.4.7
b82aab4
Compare
Choose a tag to compare

What's Changed

  • Update request body types for Transaction Extension spec and client by @mmcfarland in #574
  • Use ruff for pre-commit checks; replaces isort and flake8 by @jpolchlo in #549
  • Release v2.4.7 by @gadomski in #575

New Contributors

Full Changelog: 2.4.6...2.4.7

v2.4.6

10 May 15:57
2.4.6
f1f234b
Compare
Choose a tag to compare

This is the first release after the backend breakout. stac-fastapi-pgstac and stac-fastapi-sqlalchemy now live as stand-alone repositories. This should be a zero-impact change for project that depend on these pacakges, as there have been no changes to functional code or the packaging layout.

In the coming days and weeks, we will be moving any backend-specific issues from this repo to their respective backend repos. One PR (#559) was closed, and its author was asked to re-open that PR on the backend repo.

What's Changed

Changes that have been ported to stac-fastapi-pgstac

Backport PR: stac-utils/stac-fastapi-pgstac#22

  • Improve logging of pgSTAC tests by @alukach in #564
  • Add tooling to make customization of DB Connection possible by @alukach in #538

New Contributors

Full Changelog: 2.4.5...2.4.6

v2.4.5

05 Apr 14:04
2.4.5
4a5d72f
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @keul made their first contribution in #547

Full Changelog: 2.4.4...2.4.5

2.4.4

14 Mar 12:49
2.4.4
66a0492
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.4.3...2.4.4

2.4.3

25 Nov 18:53
d53e792
Compare
Choose a tag to compare

Added

  • Add the ENABLED_EXTENSIONS environment variable determining which extensions are enabled in the pgstac application, all extensions are enabled by default (#495)

Changed

Removed

Fixed