Releases: ssl-hep/ServiceX_DID_Finder_lib
Releases · ssl-hep/ServiceX_DID_Finder_lib
aiohttp
test-latencies
sends nothing back to servicex
Bug Fix Release
Bug fix release: scope is getting dropped from the DID query.
What's Changed
- Scheme was getting dropped when handed to did finder by @gordonwatts in #20
Full Changelog: 1.1...1.1.1
Get and Files Parameter Parsing
What's Changed
- Report Fileset Complete Even If Dataset is Empty by @BenGalewsky in #19
- DID Parameter Parsing by @gordonwatts in #17
- the
get
andfiles
parameters can be passed to a DID finder. get
can be eitherall
toavailable
. THe first will require all files in a dataset, and the second just grabs anything there.
- the
New Contributors
Full Changelog: 1.1a5...1,1
DID Parameter Passing
What's Changed
- Report Fileset Complete Even If Dataset is Empty by @BenGalewsky in #19
- DID Parameter Parsing by @gordonwatts in #17
- the
get
andfiles
parameters can be passed to a DID finder. get
can be eitherall
toavailable
. THe first will require all files in a dataset, and the second just grabs anything there.
- the
New Contributors
Full Changelog: 1.1a5...1,1
Fix bug when using both files and get
- Now send on useful files if get==avail and there is an issue [bug fix]
Support files and get
- Supports the
get
andfiles
parameter in the URL
Multipath support
for test only
Properly pass parsed did to routine that does actual work
- Bug in logic. And wasn't tested. Ops.
Fix python 3.6 regression
And tag the proper branch