Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to the AxonFlow Python SDK will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.7.1] - 2026-01-25

### Fixed

- **PolicyCategory**: Added `PII_SINGAPORE = "pii-singapore"` enum value for Singapore PII detection policies (NRIC, FIN, UEN patterns)

---

## [1.7.0] - 2026-01-25

### Added
Expand Down Expand Up @@ -39,10 +47,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- **BudgetInfo**: `QueryResponse.budget_info` for budget enforcement (HTTP 402)

### Fixed

- **PolicyCategory**: Added `PII_SINGAPORE = "pii-singapore"` enum value for MAS FEAT Singapore PII detection patterns

### Deprecated

- **execute_query()**: Deprecated in favor of proxy_llm_call()
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "axonflow"
version = "1.7.0"
version = "1.7.1"
description = "AxonFlow Python SDK - Enterprise AI Governance in 3 Lines of Code"
readme = "README.md"
license = {text = "MIT"}
Expand Down