From f05a26e5a0a8796c20756779498439dcaedb4943 Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Thu, 7 Aug 2025 10:00:44 -0600 Subject: [PATCH 1/3] release: v6.0.0 --- CHANGES.md | 6 +++++- stac_fastapi/pgstac/version.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 32c2f1ea..2ed2bb9f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [6.0.0] - 2025-08-07 + ### Fixed - fix root-path handling when setting via env var or on app instance @@ -13,6 +15,7 @@ - rename `POSTGRES_PASS` to `PGPASSWORD` in config **breaking change** - rename `POSTGRES_PORT` to `PGPORT` in config **breaking change** - rename `POSTGRES_DBNAME` to `PGDATABASE` in config **breaking change** + ```python from stac_fastapi.pgstac.config import PostgresSettings @@ -470,7 +473,8 @@ As a part of this release, this repository was extracted from the main - First PyPi release! -[Unreleased]: +[Unreleased]: +[6.0.0]: [5.0.3]: [5.0.2]: [5.0.1]: diff --git a/stac_fastapi/pgstac/version.py b/stac_fastapi/pgstac/version.py index 5d558c45..a93f9c34 100644 --- a/stac_fastapi/pgstac/version.py +++ b/stac_fastapi/pgstac/version.py @@ -1,3 +1,3 @@ """library version.""" -__version__ = "5.0.2" +__version__ = "6.0.0" From 050e656a5a3e33905eb06a2c1b59f309c42ca227 Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Thu, 7 Aug 2025 10:01:26 -0600 Subject: [PATCH 2/3] fix: changelog --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 2ed2bb9f..d997aee4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -52,6 +52,7 @@ - add `write_postgres_settings` option in `stac_fastapi.pgstac.db.connect_to_db` function to set specific settings for the `writer` DB connection pool - add specific error message when trying to create `Item` with null geometry (not supported by PgSTAC) - add support for Patch in transactions extension +- CORS authentication setting ### removed From c740753419cdf87e4e340ba4e95ff0217d941908 Mon Sep 17 00:00:00 2001 From: vincentsarago Date: Fri, 8 Aug 2025 15:07:17 +0200 Subject: [PATCH 3/3] update version --- CHANGES.md | 2 +- VERSION | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 6783df4a..6886e05d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,7 +2,7 @@ ## [Unreleased] -## [6.0.0] - 2025-08-07 +## [6.0.0] - 2025-08-08 ### Fixed diff --git a/VERSION b/VERSION index a1ef0cae..09b254e9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.0.2 +6.0.0 diff --git a/pyproject.toml b/pyproject.toml index 48d3d602..7e563e18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ ignore = [ [tool.bumpversion] -current_version = "5.0.2" +current_version = "6.0.0" parse = """(?x) (?P\\d+)\\. (?P\\d+)\\.