Releases: bento-platform/bento_lib
Releases · bento-platform/bento_lib
Version 9.0.0 alpha 2
What's Changed
- chore: support fastapi 0.104.x by @davidlougheed in #129
- fix: auth type hinting and workflow input model field defaults by @davidlougheed in #130
Full Changelog: v9.0.0-alpha.1...v9.0.0-alpha.2
Version 9.0.0 alpha 1
What's Changed
- feat(workflows)!: workflows updates and remodeling by @davidlougheed in #120
- feat(auth)!: new authz service compat + new helper functions by @davidlougheed in #126
- chore: set version to 9.0.0a1 by @davidlougheed in #128
Full Changelog: v8.1.0...v9.0.0-alpha.1
Version 8.1.0
What's Changed
- chore(deps): bump urllib3 from 2.0.6 to 2.0.7 by @dependabot in #124
- feat(auth): handle DRF requests properly in Django middleware by @davidlougheed in #125
Full Changelog: v8.0.0...v8.1.0
Version 8.0.0
What's Changed
- feat: add support for bento serviceInfo workflowProvider prop by @davidlougheed in #117
- chore(schemas)!: remove outdated bento ingest schema by @davidlougheed in #118
- chore!: allow fastapi up to version 0.104; rm <0.100 by @davidlougheed in #119
- chore(deps): bump cryptography from 41.0.3 to 41.0.4 by @dependabot in #121
- chore(deps): bump urllib3 from 2.0.4 to 2.0.6 by @dependabot in #122
- chore: bump version to 8.0.0 by @davidlougheed in #123
Full Changelog: v7.2.2...v8.0.0
Version 7.2.2
What's Changed
- chore: allow FastAPI 0.101.x by @davidlougheed in #115
- chore: bump version to 7.2.2 by @davidlougheed in #116
Full Changelog: v7.2.1...v7.2.2
Version 7.2.1
What's Changed
- chore(deps): bump cryptography from 41.0.2 to 41.0.3 by @dependabot in #113
- chore: allow newer fastapi versions by @davidlougheed in #114
Full Changelog: v7.2.0...v7.2.1
Version 7.2.0
What's Changed
- feat: beacon v2-compatible http errors by @davidlougheed in #110
- fix: pass kwargs from fastapi error factory to inner error generating fns by @davidlougheed in #111
- chore: bump version to 7.2.0 by @davidlougheed in #112
Full Changelog: v7.1.0...v7.2.0
Version 7.1.0
What's Changed
- chore(deps): bump django from 4.2.2 to 4.2.3 by @dependabot in #105
- chore(deps): bump cryptography from 41.0.1 to 41.0.2 by @dependabot in #106
- chore(deps): bump aiohttp from 3.8.4 to 3.8.5 by @dependabot in #107
- feat: use flask built-in logger if no logger set in flask authz middleware by @davidlougheed in #108
- chore: bump version to 7.1.0 and update requirements.txt by @davidlougheed in #109
Full Changelog: v7.0.0...v7.1.0
Version 7.0.0
Changes versus v6.x:
- feat: new auth middleware for FastAPI, Flask, and Django
- chore!: remove old auth help code
- chore!: remove Quart auth helpers and error handlers
- chore!: set minimum Python version to 3.10
- chore!: set minimum Django version to 4.2.1
- docs: update outdated docs on release process and sub-package descriptions
Version 7.0.0 alpha 4
Changes versus v6.x:
- feat: new auth middleware for FastAPI, Flask, and Django
- chore!: remove old auth help code
- chore!: remove Quart auth helpers and error handlers
- chore!: set minimum Python version to 3.10
- chore!: set minimum Django version to 4.2.1
- docs: update outdated docs on release process and sub-package descriptions