Skip to content

Commit

Permalink
Merge pull request #694 from ASFHyP3/develop
Browse files Browse the repository at this point in the history
Release v0.3.7
  • Loading branch information
jtherrmann authored Jan 3, 2025
2 parents 5508e80 + 70742e7 commit 2df960f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.3.7]
### Fixed
- Remove the [Context extension](https://github.com/stac-api-extensions/context), which is no longer supported as of [stac-fastapi v3.0.0](https://github.com/stac-utils/stac-fastapi/blob/main/CHANGES.md#300---2024-07-29). Our previous release (v0.3.6) upgraded the `stac-fastapi.pgstac` dependency from `2.5.0` to `3.0.1` without removing the Context extension, which caused https://stac.asf.alaska.edu to return `Internal Server Error`.

## [0.3.6]
### Changed
- The [`static-analysis`](.github/workflows/static-analysis.yml) Github Actions workflow now uses `ruff` rather than `flake8` for linting.
Expand Down
1 change: 0 additions & 1 deletion apps/api/src/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
'sort',
'fields',
'pagination',
'context',
]
)

Expand Down
2 changes: 1 addition & 1 deletion requirements-run-codebuild.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
boto3==1.35.76
boto3==1.35.82
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
-r requirements-apps-api.txt
-r requirements-run-codebuild.txt
./lib/asf-stac-util/
boto3==1.35.76
cfn-lint==1.22.0
boto3==1.35.82
cfn-lint==1.22.2
ruff
pypgstac[psycopg]==0.8.6
pystac==1.10.1
pytest==8.3.4
requests==2.32.3
shapely==2.0.6
tqdm==4.67.1
uvicorn==0.32.1
uvicorn==0.34.0

0 comments on commit 2df960f

Please sign in to comment.