Releases: bento-platform/bento_drop_box_service
Releases · bento-platform/bento_drop_box_service
Version 1.1.1
What's Changed
- chore: update to bento_lib 10 + update lockfile deps by @davidlougheed in #37
Full Changelog: v1.1.0...v1.1.1
Version 1.1.0
What's Changed
- chore(deps): bump urllib3 from 2.0.6 to 2.0.7 by @dependabot in #33
- chore: switch to new authz endpoint + update deps by @davidlougheed in #34
- chore: update dependencies by @davidlougheed in #36
Full Changelog: v1.0.1...v1.1.0
Version 1.0.1
What's Changed
- chore(deps): bump urllib3 from 2.0.3 to 2.0.6 by @dependabot in #29
- chore: update lockfile dependencies by @davidlougheed in #32
Full Changelog: v1.0.0...v1.0.1
Version 1.0.0
What's Changed
- refact!: FastAPI rewrite by @davidlougheed in #28
- feat!: add permissions
- chore!: require Python 3.10+
- chore!: drop support for Minio backend
- feat: allow POST-fetching object bytes with token as form argument
- feat: allow deleting objects
- chore: add CORS
Full Changelog: v0.12.0...v1.0.0
Version 0.12.0
What's Changed
- feat: include relative path in local-backend drop box entries by @davidlougheed in #27
Full Changelog: v0.11.3...v0.12.0
Version 0.11.3
- fix: upload
- chore: update base images
- chore: update Uvicorn
- chore: update Poetry dependencies
Version 0.11.2
- fix: properly URL-encode URIs in tree
- fix: switch to codecov GHA from Python package
Version 0.11.1
- chore: don't use venv in development image
- chore: update base image
- chore: configurable dev image debug port
Version 0.11.0
- feat: sort entries in local tree for a consistent ordering
- 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.10.0
- feat: add in last modified/last metadata change timestamps
- chore: update lock dependencies
- fix: issues with bad paths
- test: more bad path tests