Antonio Valentino pushed to branch upstream at Debian GIS Project / asf-search
Commits: ac3d2bab by Antonio Valentino at 2026-08-11T20:50:02+00:00 New upstream version 12.3.1 - - - - - 2 changed files: - CHANGELOG.md - asf_search/CMR/subquery.py Changes: ===================================== CHANGELOG.md ===================================== @@ -25,6 +25,15 @@ and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - --> + +--- + +## [v12.3.1](https://github.com/asfadmin/Discovery-asf_search/compare/v12.3.0...v12.3.1) + +### Fixed + +- `dataMaturity` no longer duplicates searches with multiple options selected. + ======= ## [v12.3.0](https://github.com/asfadmin/Discovery-asf_search/compare/v12.2.3...v12.3.0) ### Added ===================================== asf_search/CMR/subquery.py ===================================== @@ -41,6 +41,7 @@ def build_subqueries(opts: ASFSearchOptions) -> List[ASFSearchOptions]: 'linestring', 'point', 'bbox', + 'dataMaturity', ] # these parameters will dodge the subquery system skip_param_names = [ 'maxResults', View it on GitLab: https://salsa.debian.org/debian-gis-team/asf-search/-/commit/ac3d2babd330b32e074eaf26782d1044c2995554 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/asf-search/-/commit/ac3d2babd330b32e074eaf26782d1044c2995554 You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
