·
28 commits
to master
since this release
Immutable
release. Only release title and notes can be modified.
Added
- Add
is_one_of()toproperty_filterfor compact building of an allow-list based property filter. - Add "ABDI1" and "ABDI2" to "extra-indices-dict.json" (#875)
- Support for collection "queryables": more correct warnings when using property filtering in
load_collection(#483) - Enrich
AccessTokenResultwithexpires_in, (validated)token_typeandscope(#881) - Added support for
authorization_parametersinGET /credentials/oidc(#861)
Changed
MultiBackendJobManager: "queued_for_start" is now also considered for the queue limit of a backend.testing.results.assert_job_results_allclose: normalize "derived_from" references for better signal-to-noise ratio in comparisonsMultiBackendJobManager: do job result downloading in a separate thread (#816)
Fixed
MultiBackendJobManager: status "queued_for_start" is no longer overwritten to "created" to allow consistent tracking of the job lifecycle and more accurate handling of job starting.- Support passing process graph abstractions (like
DataCube) deeper than first argument level (#868)