Skip to content

Commit 4feea97

Browse files
Merge pull request #32 from asfadmin/test
V1.0.2
2 parents bd6f9b5 + 997edfa commit 4feea97

3 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,15 @@ and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
2525
-
2626
2727
-->
28+
------
29+
## [1.0.2](https://github.com/asfadmin/Discovery-SearchAPI-v3/compare/v1.0.1...v1.0.2)
30+
31+
### Fixed
32+
- Omit `session` in `python` output
33+
34+
### Changed
35+
- bump asf-search to 8.3.4 for latest `NISAR` collections
36+
2837
------
2938
## [1.0.1](https://github.com/asfadmin/Discovery-SearchAPI-v3/compare/v1.0.0...v1.0.1)
3039

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ujson==5.7.0
2222
uvicorn==0.21.1
2323
watchfiles==0.19.0
2424

25-
asf_search==8.3.3
25+
asf_search==8.3.4
2626
python-json-logger==2.0.7
2727

2828
pyshp==2.1.3

src/SearchAPI/application/output.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ def get_asf_search_script(
167167
search_endpoint: Literal['param', 'baseline'] = 'param'
168168
) -> tuple[str, str]:
169169

170+
opts.session = None
170171
if search_endpoint == 'param':
171172
file_name=make_filename('py', prefix='asf-search-script')
172173
output_script = asf_search_script_template.format(file_name, str(opts))

0 commit comments

Comments
 (0)