v2.3.0-beta.1
Pre-release
Pre-release
·
98 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
: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.3.0-beta.1
docker pull ghcr.io/bablsoft/accessflow-frontend:2.3.0-beta.1Multi-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.3.0-beta.1 \
--namespace accessflow --create-namespaceWhat's Changed
- feat(AF-612): import a Postman collection as a connector schema by @babltiga in #620
- feat(AF-629): Snowflake, BigQuery, and Databricks warehouse engine plugins by @babltiga in #631
- chore(deps): bump google.golang.org/grpc from 1.79.3 to 1.82.1 in /terraform-provider by @dependabot[bot] in #636
- chore(deps-dev): bump fast-uri from 3.1.2 to 3.1.4 in /frontend by @dependabot[bot] in #637
- chore(deps): bump tools.jackson.core:jackson-databind from 3.2.0 to 3.2.1 in /engines/mongodb by @dependabot[bot] in #635
- chore(deps): bump @tanstack/react-query from 5.101.2 to 5.101.4 in /frontend by @dependabot[bot] in #642
- chore(deps): bump @xyflow/react from 12.11.0 to 12.11.2 in /frontend by @dependabot[bot] in #641
- chore(deps-dev): bump eslint from 10.5.0 to 10.7.0 in /frontend by @dependabot[bot] in #638
- chore(deps-dev): bump @vitejs/plugin-react from 6.0.3 to 6.0.4 in /frontend by @dependabot[bot] in #639
- chore(deps): bump react-i18next from 17.0.8 to 17.0.10 in /frontend by @dependabot[bot] in #640
- feat(AF-624): pre-flight query cost & blast-radius estimation by @babltiga in #644
- chore(deps): bump software.amazon.awssdk:bom from 2.48.0 to 2.49.0 in /backend by @dependabot[bot] in #643
- feat(AF-623): automated sensitive-data discovery & classification scans by @babltiga in #657
- chore(deps): bump com.azure:azure-sdk-bom from 1.3.7 to 1.3.8 in /backend by @dependabot[bot] in #667
- chore(deps): bump react-router-dom from 7.18.1 to 7.18.2 in /frontend by @dependabot[bot] in #661
- chore(deps-dev): bump @testing-library/jest-dom from 6.9.1 to 7.0.0 in /frontend by @dependabot[bot] in #663
- chore(deps-dev): bump postcss from 8.5.16 to 8.5.25 in /frontend by @dependabot[bot] in #668
- chore(deps-dev): bump @types/node from 26.1.1 to 26.1.2 in /frontend by @dependabot[bot] in #665
- chore(deps): bump software.amazon.awssdk:bom from 2.49.0 to 2.49.4 in /backend by @dependabot[bot] in #664
- fix(test): match active tab panel by ARIA role, not AntD class by @babltiga in #669
- chore(deps): bump antd from 6.4.3 to 6.5.2 in /frontend by @dependabot[bot] in #662
- feat(AF-645): approval prediction — logistic regression trainer + evaluator by @ashish-babu-03 in #656
- SEO remediation: docs URL split, CSP + caching headers, self-hosted fonts, WebP screenshots by @babltiga in #670
- Fail CI before security.txt expires by @babltiga in #671
- GEO remediation: correct llms.txt, restore the docs link graph, enrich schema by @babltiga in #672
- chore: add .claude agent harness and repair phantom tooling instructions by @babltiga in #673
- chore: add af-reviewer and af-verifier agents with a review gate by @babltiga in #676
- chore(deps-dev): bump fast-uri from 3.1.4 to 3.1.5 in /frontend by @dependabot[bot] in #674
- chore(deps-dev): bump undici from 7.28.0 to 7.29.0 in /frontend by @dependabot[bot] in #675
- feat(AF-634): Snowflake dry-run via EXPLAIN with bytes-assigned estimate by @babltiga in #678
- feat(AF-634): BigQuery dry-run job with bytes-scanned estimate by @babltiga in #677
- feat(AF-634): Databricks dry-run via EXPLAIN COST with size estimate by @babltiga in #679
- feat(AF-645): approval prediction schema, entities, repositories by @babltiga in #681
- chore(deps): bump software.amazon.awssdk:bom from 2.49.4 to 2.50.2 in /backend by @dependabot[bot] in #683
- chore(deps): bump @codemirror/view from 6.43.6 to 6.43.7 in /frontend by @dependabot[bot] in #685
- chore(deps): bump react-dom and @types/react-dom in /frontend by @dependabot[bot] in #686
- chore(deps-dev): bump vite from 8.1.3 to 8.2.0 in /frontend by @dependabot[bot] in #689
- chore(deps): bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 3.0.3 to 3.1.0 in /backend by @dependabot[bot] in #690
- feat(AF-649): approval prediction training-data lookup + persistence services by @babltiga in #698
- chore(AF): add af-java-reviewer and af-frontend-reviewer agents by @babltiga in #699
- chore(deps-dev): bump @vitejs/plugin-react from 6.0.4 to 6.0.5 in /frontend by @dependabot[bot] in #687
- feat(AF-647): approval prediction configuration properties + env vars by @babltiga in #700
- feat(AF-650): approval prediction feature extractor (schema v1) by @babltiga in #701
- feat(AF-651): approval prediction serving path + per-org training by @babltiga in #702
- test(AF-651): cover the two remaining rescore/sentinel branches by @babltiga in #703
- feat(AF-652): schedule daily per-org approval-model retraining by @babltiga in #704
- feat(AF-653): expose approval prediction on the read side by @babltiga in #705
- feat(AF-654): show advisory approval likelihood to reviewers by @babltiga in #706
- docs(AF-655): sync approval prediction across docs, README and website by @babltiga in #707
- fix(AF-645): withhold approval likelihood from a query's own submitter by @babltiga in #708
- feat(AF-627): recurring approved queries with result subscriptions by @babltiga in #709
- feat(#625): least-privilege intelligence — unused-grant analytics and revocation recommendations by @babltiga in #710
New Contributors
- @ashish-babu-03 made their first contribution in #656
Full Changelog: v2.2.0-beta.3...v2.3.0-beta.1