Skip to content

Releases: bento-platform/bento_aggregation_service

Version 0.12.0

04 Aug 00:55
Compare
Choose a tag to compare

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

29 Jul 18:50
Compare
Choose a tag to compare

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

28 Jul 17:04
Compare
Choose a tag to compare

Changes:

  • Security: Do not leak data in error messages from data structure queries unless debug mode is on

Version 0.10.0

27 Jul 18:52
Compare
Choose a tag to compare

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 and CHORD_REGISTRY_URL
  • Default service ID to not include the version number
  • Add documentation for variables in README

Version 0.9.0

09 Jul 00:56
Compare
Choose a tag to compare
Version 0.9.0 Pre-release
Pre-release

Changes

  • Update bento-lib to 2.2.1
    • Adds #ico (case-insensitive contains) support
    • For other changes, see the bento_lib releases

Version 0.8.0

10 Nov 02:36
Compare
Choose a tag to compare
Version 0.8.0 Pre-release
Pre-release

Changes

  • Add "federation mode" toggle to support disabling federation endpoints
  • Update Tornado to 6.1

Version 0.7.0

23 Jul 18:04
Compare
Choose a tag to compare
Version 0.7.0 Pre-release
Pre-release

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

08 Jul 18:43
Compare
Choose a tag to compare
Version 0.6.0 Pre-release
Pre-release

Changes

  • chord_federation_service -> bento_federation_service
  • Fix some small code styling issues
  • Improve logging

Version 0.5.0

10 Jun 21:16
Compare
Choose a tag to compare
Version 0.5.0 Pre-release
Pre-release
  • 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 separate CHORD_HOST variable
  • Fix some minor issues
  • Update chord_lib

Version 0.4.0

12 May 19:45
Compare
Choose a tag to compare
Version 0.4.0 Pre-release
Pre-release
  • Increase timeout to 3 minutes
  • Add private peer refresh endpoint
  • Refactor codebase
  • Update dependencies