Skip to content

Releases: bento-platform/bento_aggregation_service

Version 0.18.1

22 Mar 20:53
b7065ec
Compare
Choose a tag to compare
  • chore: remove virtual environment from dev container
  • chore: enable devcontainer support for VS Code
  • chore: update base image

Version 0.15.1

22 Mar 00:13
Compare
Choose a tag to compare
  • fix(backport): handle table fetch errors

Version 0.18.0

06 Mar 22:32
f731f18
Compare
Choose a tag to compare
  • feat: include environment in service info
  • feat: include Git information (if available and in dev mode) in /service-info
  • chore: update dev & lock dependencies

Version 0.17.2

28 Feb 16:29
25f7330
Compare
Choose a tag to compare
  • chore: drop down into non-root user inside Docker image
  • chore: use a virtual environment to manage dependencies in dev/local image
  • chore: update lockfile dependencies

Version 0.17.1

14 Feb 16:30
5dff928
Compare
Choose a tag to compare
  • fix: error when trying to log dataset id
  • fix: logging not displaying
  • chore: add dev entrypoint

Version 0.17.0

08 Feb 17:15
ee7f529
Compare
Choose a tag to compare
  • fix: properly handle invalid/error responses from table query
  • chore: improve logging
  • chore: update dependencies
  • ci: update BBA to 0.10.1

Version 0.16.0

12 Jan 20:47
4225714
Compare
Choose a tag to compare
  • chore!: change artifact to aggregation
  • feat: add bento.serviceKind to /service-info
  • chore: update /service-info contact
  • chore: update bento_lib to 5.2
  • fix: py3.8 compat
  • ci: fix test/lint workflows

Version 0.15.0

19 Dec 23:15
152b865
Compare
Choose a tag to compare
  • chore!: remove federation components (peers etc.)
  • chore!: rename to bento_aggregation_service
  • chore: remove SOCKET env var/support
  • chore: add self-hosted/CI-built Docker images
  • chore: switch to Poetry for dependency management

Version 0.14.0

09 Sep 22:49
17b8d61
Compare
Choose a tag to compare

New features

  • Containerized Debugging enabled for VS-code in dev container
  • Leaner request responses: the federation service now requests only for the field that is set for linking data-types together (previously were used to do joins between sets of results) and does intersections on set of ids. This reduces the amount of data transferred and processed,
  • Updated bento-lib

How to use

In the context of Bento, the container must be recreated for the library versions to be updated.

Full Changelog: v0.13.1...v0.14.0

Version 0.13.1

21 Apr 17:02
9f390fe
Compare
Choose a tag to compare
  • replaced gohan 'fake' table id
  • patched service_artifact check for gohan