Skip to content

Update readme #34

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
May 26, 2025
Merged

Update readme #34

merged 7 commits into from
May 26, 2025

Conversation

jonhealy1
Copy link
Contributor

@jonhealy1 jonhealy1 commented May 25, 2025

Related Issue(s):

  • None

Description:

  • Update readme, add table of contents, clean up/ re-format, add logo

PR Checklist:

  • Code is formatted and linted (run pre-commit run --all-files)
  • Tests pass (run make test)
  • Documentation has been updated to reflect changes, if applicable
  • Changes are added to the changelog

@jonhealy1 jonhealy1 marked this pull request as ready for review May 26, 2025 03:48
@jonhealy1 jonhealy1 merged commit d78fc0e into main May 26, 2025
5 checks passed
@jonhealy1 jonhealy1 deleted the update-readme branch May 26, 2025 03:50
jonhealy1 added a commit that referenced this pull request Jun 3, 2025
### Added

- Logging to database logic. [#36](#36)

### Changed

- Add support for python 3.12. [#22](#22)
- Updated sfeos core to v3.0.0a0, fixed datetime functionality. [#23](#23)
- Updated stac-fastapi.core to v4.1.0. [#36](#36)
- Create indexes in MongoDB at startup only if environment variable MONGO_CREATE_INDEXES is set to "true" (default when the env variable is not set: "true"). [#31](#31)
- Improved README with table of contents, better formatting, and added Contributing section. [#34](#34)
- Updated authentication to use STAC_FASTAPI_ROUTE_DEPENDENCIES environment variable instead of BASIC_AUTH. [#36](#36)

### Fixed

- Added a new index based on collection id and item id to ensure item IDs aren't required to be unique across all collections. [#26](#26)
- Updated test fixtures to use ASGITransport with AsyncClient for compatibility with newer httpx versions. [#35](#35)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant