Skip to content

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 08 Jun 07:28
· 859 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.4.0
docker pull ghcr.io/bablsoft/accessflow-frontend:1.4.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.4.0 \
  --namespace accessflow --create-namespace

What's Changed

  • feat(AF-330): support OpenAI-compatible custom AI provider by @babltiga in #395
  • feat(AF-331): add Hugging Face AI provider by @babltiga in #396
  • chore(deps): bump org.springframework.ai:spring-ai-bom from 2.0.0-M7 to 2.0.0-M8 in /backend by @dependabot[bot] in #398
  • chore(deps): bump react-router-dom from 7.15.1 to 7.16.0 in /frontend by @dependabot[bot] in #399
  • chore(deps): bump @xyflow/react from 12.10.2 to 12.11.0 in /frontend by @dependabot[bot] in #400
  • chore(deps-dev): bump eslint from 10.4.0 to 10.4.1 in /frontend by @dependabot[bot] in #401
  • chore(deps-dev): bump vite from 8.0.14 to 8.0.16 in /frontend by @dependabot[bot] in #402
  • feat(AF-332): manage editable AI analyzer prompts per config by @babltiga in #397
  • chore(deps-dev): bump @vitest/coverage-v8 from 4.1.7 to 4.1.8 in /frontend by @dependabot[bot] in #403
  • feat(AF-333): integrate Langfuse for prompt management and tracing by @babltiga in #404
  • feat(AF-335): add per-datasource text-to-SQL generation by @babltiga in #405
  • feat(AF-336): add per-AI-config RAG knowledge base by @babltiga in #406
  • chore(release-prep): mark v1.4 released and refresh website screenshots by @babltiga in #407

Full Changelog: v1.3.0...v1.4.0