Skip to content
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
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,20 @@ and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
-

-->
------
## [1.0.16](https://github.com/asfadmin/Discovery-SearchAPI-v3/compare/v1.0.15...v1.0.16)
### Changed
- bump asf-search to v12.1.0 for:
- `granule_list` wildcard support
- `OPERA_L3_DIST-ALERT-S1_V1` collection update
- `NISAR_EA` collections

### Fixed
- Fixed `getpass` typo in python snippet output

### Style
- ruff linting on modified files

------
## [1.0.15](https://github.com/asfadmin/Discovery-SearchAPI-v3/compare/v1.0.14...v1.0.15)
### Changed
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ SearchAPI-v3 is a wrapper around the [asf-search python module](https://github.c
<td>feat-*</td>
<td>Always branch off dev, for new features</td>
</tr>
<tr>
<tr>product_list with platform invalid
<td>Issues</td>
<td>bugfix-*</td>
<td>Always branch off dev, for bugfixes</td>
Expand All @@ -75,7 +75,7 @@ SearchAPI-v3 is a wrapper around the [asf-search python module](https://github.c
<tr>
<td>production staging and integration testing</td>
<td>prod-staging</td>
<td>Only acepts merges from testing, deploys to prod-staging deployment</td>
<td>Only accepts merges from testing, deploys to prod-staging deployment</td>
</tr>
<tr>
<td>release</td>
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ujson==5.7.0
uvicorn==0.21.1
watchfiles==0.19.0

asf-search[asf-enumeration]==12.0.6
asf-search[asf-enumeration]==12.1.0
python-json-logger==2.0.7

pyshp==2.1.3
Expand Down
Loading
Loading