Skip to content
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

Bump asf-search from 6.0.2 to 6.6.2 #1766

Merged
merged 2 commits into from
Aug 21, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 10, 2023

Bumps asf-search from 6.0.2 to 6.6.2.

Release notes

Sourced from asf-search's releases.

v6.6.2

v6.6.2 Added

  • Adds new CMRIncompleteError exception, raised by search methods when CMR returns an incomplete page

Fixed

  • Fixes bug in search_generator() causing results to sometimes wrongly be marked as incomplete

Changed

  • stack_from_id() now raises if results are incomplete, before checking if reference was found

v6.6.1

No release notes provided.

v6.6.0

No release notes provided.

v6.5.0

No release notes provided.

v6.4.0

No release notes provided.

v6.3.1

No release notes provided.

v6.3.0

No release notes provided.

v6.2.0

No release notes provided.

v6.1.0

No release notes provided.

Changelog

Sourced from asf-search's changelog.

v6.6.2

Added

  • Adds new CMRIncompleteError exception, raised by search methods when CMR returns an incomplete page

Fixed

  • Fixes bug in search_generator() causing results to sometimes wrongly be marked as incomplete

Changed

  • stack_from_id() now raises if results are incomplete, before checking if reference was found

v6.6.1

Added

  • Adds automated release notes

Fixed

  • filename can be used again with ASFProduct.Download() method (ignored if multiple files are to be downloaded)

v6.6.0

Added

  • Adds fileType param to ASFProduct and ASFSearchResults download method. Let's users download burst .xml and/or .tiff from the burst extractor with FileDownloadType enum (DEFAULT_FILE, ADDITIONAL_FILES, ALL_FILES)

Fixed

  • Fixes typo in convex hull warning message

v6.5.0

Added

  • Adds collections search keyword, letting results be limited to the provided concept-ids
  • Adds temporalBaselineDays search keyword, allows searching Sentinel-1 Interferogram (BETA) products by their temporal baseline

Changed

  • search_generator() now uses tenacity library to poll CMR
  • moves/re-organizes certain constant url fields to INTERNAL.py

Fixed

  • TimeoutErrors now properly caught and logged

v6.4.0

Added

  • Burst product downloads now supported
  • IPFVersion field added to ASFProduct properties

Fixed

  • BURST product url, fileName, and bytes properties populated again
  • search_count() now uses ASFSearchOptions.host when building query url

Changed:

  • BURST product baseline stackng now uses fullBurstID and polarization for getting initial stack
  • Changed order of entries in ASFSession's User-Agent header
  • BURST filename field uses "sceneName.extension" format

v6.3.1

Changed

  • Changed CMR_PAGE_SIZE constant from 500 to 250

... (truncated)

Commits
  • 2cf18af Merge branch 'stable' into master
  • 8134fe8 Merge pull request #216 from asfadmin/topic-search-gen-refactor
  • 89e0737 changes stop_after_delay in query_cmr @​retry to stop_after_attempt too
  • f1781f5 changes get_page stop_after_delay to stop_after_attempt
  • b6941cb changes process_page to only return page, changes search complete if-else block
  • ae8cf14 update comment, reverts stop_after_delay to 60
  • b5fa143 reduces wait time between cmr retries
  • 3554ebe narrows tenacity retry windows
  • c781203 re-removes unreliable test case
  • 93f12d2 removes unused import
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [asf-search](https://github.com/asfadmin/Discovery-asf_search) from 6.0.2 to 6.6.2.
- [Release notes](https://github.com/asfadmin/Discovery-asf_search/releases)
- [Changelog](https://github.com/asfadmin/Discovery-asf_search/blob/master/CHANGELOG.md)
- [Commits](asfadmin/Discovery-asf_search@v6.0.2...v6.6.2)

---
updated-dependencies:
- dependency-name: asf-search
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner August 10, 2023 19:54
@dependabot dependabot bot added bumpless Changes to documentation, CI/CD pipelines, etc that don't affect the project's version minor Bump the minor version number of this project labels Aug 10, 2023
@jtherrmann jtherrmann merged commit 3d55682 into develop Aug 21, 2023
12 checks passed
@jtherrmann jtherrmann deleted the dependabot/pip/asf-search-6.6.2 branch August 21, 2023 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bumpless Changes to documentation, CI/CD pipelines, etc that don't affect the project's version minor Bump the minor version number of this project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant