Releases: bento-platform/bento_notification_service
Releases · bento-platform/bento_notification_service
Version 3.1.0
What's Changed
- chore!: update to new authz + add authz to error handlers by @davidlougheed in #23
Full Changelog: v3.0.1...v3.1.0
Version 3.0.1
What's Changed
- chore: update Docker base images + Poetry dependencies by @davidlougheed in #22
- chore: bump version to 3.0.1 by @davidlougheed in #24
Full Changelog: v3.0.0...v3.0.1
Version 3.0.0
- 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
- 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
- feat: add environment and git info to service-info
- chore: update lock deps
Version 2.3.0
- chore: change entrypoints to bash ones
- chore: set gitconfig in dev container
- chore: update
zipp
in the poetry lockfile
Version 2.2.2
- chore: update dependencies
- ci: update Bento build action to 0.10.1
Version 2.2.1
- fix: outdated Poetry in Dockerfiles
Version 2.2.0
- 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
andMANIFEST.in
)
Version 2.1.0
- 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