Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: getaxonflow/axonflow

Tags

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: add v1.1.2 changelog entry (#95)

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: add v1.1.1 changelog entry (#92)

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: Update CHANGELOG for v1.1.0 release (#87)

- Google Gemini LLM provider (Community edition)
- SDK feature parity across all four SDKs (TypeScript, Python, Java, Go)
- LLM Interceptors with Gateway Mode and Proxy Mode support
- Terminology update: OSS → Community (breaking change)

v1.0.1

Toggle v1.0.1's commit message
feat(sdk): add Java SDK examples and documentation (#81)

Changes:
- Add Java SDK examples: hello-world, gateway-mode, proxy-mode, spring-boot
- Add Java SDK to README with Maven dependency and Gateway Mode example
- Examples use com.getaxonflow:axonflow-sdk:1.0.0 from Maven Central
- Spring Boot example uses 3.4.5 with security patches (Tomcat 10.1.45, Spring 6.2.11)

Examples demonstrate:
- Policy pre-check before LLM calls
- Audit logging for compliance
- PolicyViolationException handling for blocked requests

Source commits: 931c8ace, 51aa1ee8
Authored-by: Saurabh Jain <[email protected]>

Co-authored-by: AxonFlow Team <[email protected]>

v1.0.0

Toggle v1.0.0's commit message
feat: SQL injection response scanning and v1.0.0 release updates (#51)

SQL Injection Response Scanning:
- Detect SQLi payloads in MCP connector responses
- 37 regex patterns across 8 attack categories
- Monitoring mode by default (configurable blocking)
- Full test coverage in platform/agent/sqli/

Documentation & Release:
- v1.0.0 CHANGELOG for community launch
- README updates (SQLi feature, token usage tracking)
- SQL injection scanning guide (docs/security/)

Terminology Update (OSS → Community):
- Renamed build-oss.yml → build-community.yml
- Created test-community.yml for Community CI
- Renamed all *_oss.go stubs to *_community.go
- Updated Makefile target: build-oss → build-community

Also includes: Build stubs for enterprise compliance modules (EU AI Act, SEBI, RBI)

Source commits: 2333568, ecad0e6, deb44d4, 080bfd2, 2e559c9, 8b4685b
Authored-by: Saurabh Jain <[email protected]>

Co-authored-by: AxonFlow Team <[email protected]>