Skip to content

Releases: bento-platform/bento_service_registry

Version 1.3.0

13 Nov 19:27
af6d845
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.2...v1.3.0

Version 1.2.2

31 Oct 14:13
5f37e18
Compare
Choose a tag to compare

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

03 Oct 19:20
83de1ab
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

Version 1.2.0

01 Sep 15:42
779dc73
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.2.0

Version 1.1.1

31 Aug 18:41
Compare
Choose a tag to compare

What's Changed

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

Version 1.1.0

30 Aug 15:18
02029bb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.1.0

Version 1.0.0

19 Jun 17:00
Compare
Choose a tag to compare
  • feat!: implement Bento permissions system
  • chore!: remove /chord-services endpoint; only leaving /bento-services
  • refact: rewrite service using FastAPI

Version 0.11.2

05 Apr 14:02
86be94b
Compare
Choose a tag to compare
  • fix: development image
  • chore: update base images, remove custom entrypoint
  • chore: configurable DEBUGGER_PORT in dev image

Version 0.11.1

28 Feb 16:20
aa433c7
Compare
Choose a tag to compare
  • 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.11.0

13 Feb 15:21
Compare
Choose a tag to compare
  • feat: handle services without kinds by skipping them
  • chore: use logger instead of print statements
  • chore: update minor dependencies