Skip to content

refactor more requests to use "retrieve" method, fix limit validations #180

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 4 commits into from
Nov 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Added

- Add support for running stac-validator and stac-check on the objects returned from the API
- Add support for Authorization Bearer and arbitrary query parameter authentication
- Add support for Authorization Bearer and arbitrary query parameter authentication (experimental)
- Add warning about upgrading to 1.0.0-rc.2

## Fixed

- Handle pystac-client exceptions #152

## Changed

- Significant internal refactoring for invocation of HTTP requests

## [0.3.0] - 2022-10-25

### Removed
Expand Down
Loading