Skip to content

Releases: bento-platform/bento_drop_box_service

Version 1.1.1

20 Nov 22:06
fd86297
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

Version 1.1.0

14 Nov 19:24
b3d09d1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.1.0

Version 1.0.1

03 Oct 12:48
33f606b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

Version 1.0.0

15 Jun 20:38
5b9b539
Compare
Choose a tag to compare

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

15 Jun 15:06
90828e3
Compare
Choose a tag to compare

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

01 Jun 14:02
a1d5441
Compare
Choose a tag to compare
  • fix: upload
  • chore: update base images
  • chore: update Uvicorn
  • chore: update Poetry dependencies

Version 0.11.2

18 Apr 17:26
0f8952f
Compare
Choose a tag to compare
  • fix: properly URL-encode URIs in tree
  • fix: switch to codecov GHA from Python package

Version 0.11.1

05 Apr 13:25
83a4f4f
Compare
Choose a tag to compare
  • chore: don't use venv in development image
  • chore: update base image
  • chore: configurable dev image debug port

Version 0.11.0

28 Feb 19:55
Compare
Choose a tag to compare
  • 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

14 Feb 15:50
Compare
Choose a tag to compare
  • feat: add in last modified/last metadata change timestamps
  • chore: update lock dependencies
  • fix: issues with bad paths
  • test: more bad path tests