Skip to content

Releases: bento-platform/bento_notification_service

Version 3.1.0

14 Nov 18:18
2567c23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.1...v3.1.0

Version 3.0.1

25 Oct 16:08
1ff8fe5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.0.1

Version 3.0.0

18 Jul 13:50
e84cf98
Compare
Choose a tag to compare
  • feat!: implement authorization / permissions-checking
  • chore!: drop support for Python versions <3.10
  • chore: set up CORS with semicolon-separated CORS_ORIGINS env var
  • chore: update dependencies
  • chore: update Docker base image version & remove dev virtualenv inside container
  • chore: use Poetry-managed virtualenvs by default
  • ci: update Bento Build Action to 0.11.0

Version 2.4.1

28 Feb 16:16
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

Version 2.4.0

15 Feb 19:41
Compare
Choose a tag to compare
  • feat: add environment and git info to service-info
  • chore: update lock deps

Version 2.3.0

09 Feb 22:37
97bd835
Compare
Choose a tag to compare
  • chore: change entrypoints to bash ones
  • chore: set gitconfig in dev container
  • chore: update zipp in the poetry lockfile

Version 2.2.2

08 Feb 18:22
53d0a65
Compare
Choose a tag to compare
  • chore: update dependencies
  • ci: update Bento build action to 0.10.1

Version 2.2.1

20 Jan 18:16
Compare
Choose a tag to compare
  • fix: outdated Poetry in Dockerfiles

Version 2.2.0

20 Jan 16:04
0c75739
Compare
Choose a tag to compare
  • feat: keep track of handled event IDs (if given) to avoid double-handling/allow parallel workers
  • feat: add PUT /notifications/all-read endpoint to mark all unread notifications as read
  • chore: switch to app factory pattern for flask
  • chore: update dependencies
  • chore: remove unused files (wsgi.py and MANIFEST.in)

Version 2.1.0

16 Jan 18:59
7d53fd0
Compare
Choose a tag to compare
  • feat: bento.serviceKind in /service-info endpoint
  • fix: app context errors when handling notifs
  • chore: removed unused config var in code
  • chore: debug logging for notif events
  • chore: update dependencies
  • docs: specify poetry version