Skip to content

Releases: bento-platform/bento_lib

Version 7.0.0 alpha 3

14 Jun 18:09
a45c06b
Compare
Choose a tag to compare
Version 7.0.0 alpha 3 Pre-release
Pre-release

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 2

14 Jun 14:16
29c39e7
Compare
Choose a tag to compare
Version 7.0.0 alpha 2 Pre-release
Pre-release

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 1

13 Jun 12:14
8cb823f
Compare
Choose a tag to compare
Version 7.0.0 alpha 1 Pre-release
Pre-release
  • 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

Version 6.1.0

02 Jun 20:14
4cdcf70
Compare
Choose a tag to compare
  • feat: add FastAPI error handling helpers
  • chore: bump minimum Django version
  • chore: update development requirements

Version 6.0.2

04 May 20:36
2e0bf8b
Compare
Choose a tag to compare
  • fix: codecov
  • chore: update patch versions for extra dependencies

Version 6.0.1

04 Apr 01:02
Compare
Choose a tag to compare
  • fix(drs): pass internal_path query param when fetching record via internal host
  • chore: update dev version of Redis to address security issue

Version 6.0.0

17 Mar 01:49
Compare
Choose a tag to compare
  • chore!: [BREAK] drop support for older Flask/Werkzeug/DRF/Django/Redis/JSONSchema versions
  • feat: add #like and #ilike search operators with SQL-style % and _ wildcards
  • feat: include exception text in Flask/Quart error messages
  • feat: allow passing a logger into Flask/Quart error traceback handlers
  • chore: support RedisPy 4.x and fix type hinting
  • fix[event]: dont try to subscribe if no event handlers registered
  • fix[search]: #_wc error messages
  • fix[search.postgres]: properly escape single-char wildcard characters for contains-style operators
  • ci: update action versions

Version 6.0.0 alpha 2

08 Mar 21:17
88b1d9c
Compare
Choose a tag to compare
Version 6.0.0 alpha 2 Pre-release
Pre-release
  • feat: include exception text in Flask/Quart error messages
  • feat: allow passing a logger into Flask/Quart error traceback handlers

Version 6.0.0 alpha 1

17 Feb 17:40
c99c7a5
Compare
Choose a tag to compare
Version 6.0.0 alpha 1 Pre-release
Pre-release
  • chore!: [BREAK] drop support for older Flask/Werkzeug/DRF/Django/Redis/JSONSchema versions
  • feat: add #like and #ilike search operators with SQL-style % and _ wildcards
  • chore: support RedisPy 4.x and fix type hinting
  • fix[event]: dont try to subscribe if no event handlers registered
  • fix[search]: #_wc error messages
  • fix[search.postgres]: properly escape single-char wildcard characters for contains-style operators
  • ci: update action versions

Version 5.4.0

31 Jan 02:24
2fac4d9
Compare
Choose a tag to compare
  • feat: case-insensitive starts/ends-with queries for search
  • chore: add bento.serviceKind dataService boolean property