Skip to content

v2.2.0-beta.3

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 20 Jul 12:41
· 249 commits to main since this release
Immutable release. Only release title and notes can be modified.

⚠️ Pre-release — internal testing only. Pull :beta or the exact version tag below; :latest still points at the last stable release.

Container images

docker pull ghcr.io/bablsoft/accessflow-backend:2.2.0-beta.3
docker pull ghcr.io/bablsoft/accessflow-frontend:2.2.0-beta.3

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 2.2.0-beta.3 \
  --namespace accessflow --create-namespace

What's Changed

  • feat(AF-448): external secrets-manager integration (Vault / AWS Secrets Manager / Azure Key Vault) by @babltiga in #606
  • feat(AF-457): proxy result caching, batch writes & multi-replica LB by @babltiga in #607
  • docs(AF-519): add llms.txt to the website by @babltiga in #608
  • feat(AF-49): result byte cap + global concurrency budget in QueryExecutor by @babltiga in #609
  • feat(AF-458): backup/restore DR tooling (Helm) + AI provider fallback pool by @babltiga in #610
  • feat(AF-453): ServiceNow & Jira ticketing with bi-directional sync by @babltiga in #616
  • feat(AF-611): delete all notifications in one action by @babltiga in #615
  • docs: sync product pitch to include API access governance by @babltiga in #617
  • feat(AF-614): filter connector operations at schema import by @babltiga in #618
  • feat(AF-613): dynamic variables for API connectors by @babltiga in #619

Full Changelog: v2.2.0-beta.2...v2.2.0-beta.3