Releases: bento-platform/bento_aggregation_service
Releases · bento-platform/bento_aggregation_service
Version 0.18.1
- chore: remove virtual environment from dev container
- chore: enable devcontainer support for VS Code
- chore: update base image
Version 0.15.1
- fix(backport): handle table fetch errors
Version 0.18.0
- 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
- 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
- fix: error when trying to log dataset id
- fix: logging not displaying
- chore: add dev entrypoint
Version 0.17.0
- 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
- 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
- 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
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
- replaced gohan 'fake' table id
- patched service_artifact check for gohan