Releases: bento-platform/bento_aggregation_service
Releases · bento-platform/bento_aggregation_service
Version 0.13
- Initial primitive functionality to support
gohan
, a substitution forbento_variants
Version 0.12.0
Changes
- [BREAK] Switch to using GET requests for single-dataset searches
- Only affects the queries made to the data services, not how it is called from the outside world
Version 0.11.0
Changes
- Revert bad fix around linked field sets
- Add new
exclude_from_auto_join
field for search queries to allow complete results for data types to be returned - Update
requirements.txt
Version 0.10.1
Changes:
- Security: Do not leak data in error messages from data structure queries unless debug mode is on
Version 0.10.0
Changes:
- Update
bento_lib
to 3.0.0 - Fix dataset search only using the first linked field set
- Additional debug logging for diagnosing search problems
- Allow for no trailing slash in
CHORD_URL
andCHORD_REGISTRY_URL
- Default service ID to not include the version number
- Add documentation for variables in README
Version 0.9.0
Changes
- Update bento-lib to 2.2.1
- Adds
#ico
(case-insensitive contains) support - For other changes, see the bento_lib releases
- Adds
Version 0.8.0
Changes
- Add "federation mode" toggle to support disabling federation endpoints
- Update Tornado to 6.1
Version 0.7.0
Changes
- Improve performance of multiple-request endpoints
- Use authorization headers if available for authn/z
- Make the service more generalizable
- Refactor
Version 0.6.0
Changes
chord_federation_service
->bento_federation_service
- Fix some small code styling issues
- Improve logging
Version 0.5.0
- Add a post-start hook for peer syncing
- Adapt to new (v0.7.0) metadata service table setup
- Use new
data_type
property in data service table records - Add filtering by index combination for internal searches
- Add more logging
- Use
CHORD_URL
for hostname instead of separateCHORD_HOST
variable - Fix some minor issues
- Update
chord_lib