Skip to content

Commit 747e5ce

Browse files
authored
Merge pull request #180 from stac-utils/pv/refactor-requests-more
refactor more requests to use "retrieve" method, fix limit validations
2 parents acfb46f + fb7f5c6 commit 747e5ce

File tree

5 files changed

+478
-300
lines changed

5 files changed

+478
-300
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
## Added
1111

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

1616
## Fixed
1717

1818
- Handle pystac-client exceptions #152
1919

20+
## Changed
21+
22+
- Significant internal refactoring for invocation of HTTP requests
23+
2024
## [0.3.0] - 2022-10-25
2125

2226
### Removed

0 commit comments

Comments
 (0)