Skip to content

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 29 May 13:30
· 909 commits to main since this release
Immutable release. Only release title and notes can be modified.

Container images

docker pull ghcr.io/bablsoft/accessflow-backend:1.2.0
docker pull ghcr.io/bablsoft/accessflow-frontend:1.2.0

Multi-arch: linux/amd64, linux/arm64.

Helm chart

helm repo add accessflow https://bablsoft.github.io/accessflow
helm repo update
helm install accessflow accessflow/accessflow --version 1.2.0 \
  --namespace accessflow --create-namespace

What's Changed

  • chore(website): refresh admin screenshots and add v1.1 captures by @babltiga in #367
  • chore(deps): bump org.springframework.ai:spring-ai-bom from 2.0.0-M6 to 2.0.0-M7 in /backend by @dependabot[bot] in #368
  • chore(deps-dev): bump jsdom from 25.0.1 to 29.1.1 in /frontend by @dependabot[bot] in #369
  • feat(AF-360): route SELECT queries to optional read replica by @babltiga in #370
  • feat(AF-361): link repeated query runs and surface delta panel by @babltiga in #371
  • feat(AF-353): user groups, per-datasource reviewers, and SSO group mapping by @babltiga in #372
  • feat(AF-364): query templates library by @babltiga in #373
  • feat(AF-365): admin datasource health dashboard by @babltiga in #374
  • feat(AF-362): Slack app interactive approve/reject by @babltiga in #375
  • feat(AF-363): PagerDuty notification channel type by @babltiga in #376
  • chore(release-prep): mark v1.2 released and refresh website screenshots by @babltiga in #377

Full Changelog: v1.1.0...v1.2.0