File tree Expand file tree Collapse file tree
src/SearchAPI/application Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ ujson==5.7.0
2222uvicorn == 0.21.1
2323watchfiles == 0.19.0
2424
25- asf_search == 8.3.3
25+ asf_search == 8.3.4
2626python-json-logger == 2.0.7
2727
2828pyshp == 2.1.3
Original file line number Diff line number Diff 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 ))
You can’t perform that action at this time.
0 commit comments