Releases: dbmi-pitt/search-adaptor
Releases · dbmi-pitt/search-adaptor
v1.0.38
v1.0.37
v1.0.36
- Enable search query log based on configuration
- Update to commons 2.1.18
Full Changelog: v1.0.35...v1.0.36
v1.0.35
What's Changed
- Maxsibilla/generalize param search by @maxsibilla in #80
Full Changelog: v1.0.34...v1.0.35
v1.0.34
- Fix an issue while accessing JSON data. The return type from function
execute_opensearch_query
is aurllib3.Response
type, which doesn't have aget_json()
function. - Limit parameterized searching to 500 results
Full Changelog: v1.0.33...v1.0.34
v1.0.33
Update to commons 2.1.17 to support SenNet standardized Globus group names
What's Changed
- Bumping version of HM commons to support changes in globus group names by @maxsibilla in #75
Full Changelog: v1.0.32...v1.0.33
v1.0.32
- Rework usage of S3 code from hubmap-commons for introduction of
stash_response_body_if_big()
. - Update to hubmap-commons==2.1.16
Full Changelog: v1.0.31...v1.0.32
v1.0.31
Flask v3 updates
Full Changelog: v1.0.30...v1.0.31
v1.0.30
- Fix 500 error around the
produce-clt-manifest
parameter check - Fix an existing bug that would cause a 500 if any status code but 200 was returned by opensearch because len was applied to the method opensearch_response.json rather than the actual json
opensearch_response.json()
Full Changelog: v1.0.29...v1.0.30
v1.0.29
What's Changed
- Derek furst/adaptor generate manifest by @yuanzhou in #65
- Fix OSError: [Errno 90] Message too long by @yuanzhou in #69
- Tjmadonna/opensearch update helpers by @maxsibilla in #68
Full Changelog: v1.0.27...v1.0.29