Skip to content

Releases: bento-platform/bento_drop_box_service

Version 0.8.2

07 Feb 21:52
Compare
Choose a tag to compare

ci: update bento build action to v0.10.1

Version 0.8.1

07 Feb 21:36
6a8990c
Compare
Choose a tag to compare

ci: update bento build action to v0.10

Version 0.8.0

07 Feb 21:00
b084621
Compare
Choose a tag to compare

For BentoV2 2.11+.

Contains breaking changes!

  • feat!: separate local paths from URIs for objects, and add filePath and uri props to objects to replace path
  • feat: dev mode - add git information to bento service-info object
  • chore: update dependencies

Version 0.7.0

20 Jan 21:12
2fb7f19
Compare
Choose a tag to compare
  • fix: default service ID being an object instead of a string
  • fix: wrong repo link in pyproject.toml
  • feat: new service-info section (bento.serviceKind) + updated URL and email
  • chore: update dependencies
  • ci: update action versions

Version 0.6.0

01 Dec 20:05
16ff3a5
Compare
Choose a tag to compare
  • refact: re-implement in Quart and rewrite local backend to be async
  • chore: switch to Poetry for dependency management
  • ci: add bento_build_action and Dockerfiles for Docker image builds
  • docs: update setup information

Version 0.5.0

17 Aug 20:53
Compare
Choose a tag to compare

Changes:

  • Update major dependencies (Flask, bento_lib, boto3)
  • Misc. dev-ops and repo-related stuff

Version 0.4.1

10 Jun 19:40
Compare
Choose a tag to compare
Version 0.4.1 Pre-release
Pre-release
  • Fix some issues with the chord -> bento migration
  • Update minimum dependencies

Version 0.4.0

10 Jun 14:55
Compare
Choose a tag to compare
Version 0.4.0 Pre-release
Pre-release
  • Changed name to bento_drop_box_service

Version 0.3.1

25 May 17:38
Compare
Choose a tag to compare
Version 0.3.1 Pre-release
Pre-release
  • Update dependencies
  • Use new package.cfg system for versioning/package info
  • Include Simon in authors

Version 0.3.0

28 Feb 16:20
Compare
Choose a tag to compare
Version 0.3.0 Pre-release
Pre-release
  • Update chord_lib
  • Refactor to introduce different "backends"
  • Add MinIO drop box backend
  • Add tests