Releases: bento-platform/bento_service_registry
Releases · bento-platform/bento_service_registry
Version 1.3.1
What's Changed
- chore: update to bento_lib 10 + update lockfile deps by @davidlougheed in #27
Full Changelog: v1.3.0...v1.3.1
Version 1.3.0
What's Changed
- chore: support new authz API + update deps by @davidlougheed in #26
Full Changelog: v1.2.2...v1.3.0
Version 1.2.2
What's Changed
- chore(deps): bump urllib3 from 2.0.6 to 2.0.7 by @dependabot in #24
- chore: update base images, lockfile, and bump version to 1.2.2 by @davidlougheed in #25
Full Changelog: v1.2.1...v1.2.2
Version 1.2.1
What's Changed
- chore(deps): bump urllib3 from 2.0.4 to 2.0.6 by @dependabot in #22
- chore: update dependencies & bump version to 1.2.1 by @davidlougheed in #23
Full Changelog: v1.2.0...v1.2.1
Version 1.2.0
Version 1.1.1
What's Changed
- chore: dependencies and Docker image updates by @davidlougheed in #20
Full Changelog: v1.1.0...v1.1.1
Version 1.1.0
What's Changed
- chore(deps): bump aiohttp from 3.8.4 to 3.8.5 by @dependabot in #15
- chore: upgrade to FastAPI 0.101 and Pydantic 2 by @davidlougheed in #16
- refact: use dependency injection for aiohttp ClientSession by @davidlougheed in #18
- chore(deps): bump certifi from 2023.5.7 to 2023.7.22 by @dependabot in #17
- feat: collect data types from data services into an endpoint by @davidlougheed in #19
Full Changelog: v1.0.0...v1.1.0
Version 1.0.0
- feat!: implement Bento permissions system
- chore!: remove
/chord-services
endpoint; only leaving/bento-services
- refact: rewrite service using FastAPI
Version 0.11.2
- fix: development image
- chore: update base images, remove custom entrypoint
- chore: configurable
DEBUGGER_PORT
in dev image
Version 0.11.1
- 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