File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,24 @@ All notable changes to the AxonFlow Java SDK will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.2.0] - 2025-12-25
9+
10+ ### Added
11+
12+ - ** Policy CRUD Methods** : Full policy management support for Unified Policy Architecture v2.0.0
13+ - ` listStaticPolicies() ` - List policies with filtering
14+ - ` getStaticPolicy() ` - Get single policy by ID
15+ - ` createStaticPolicy() ` - Create custom policy
16+ - ` updateStaticPolicy() ` - Update existing policy
17+ - ` deleteStaticPolicy() ` - Delete policy
18+ - ` toggleStaticPolicy() ` - Enable/disable policy
19+ - ` getEffectiveStaticPolicies() ` - Get merged hierarchy
20+ - ` testPattern() ` - Test regex pattern
21+
22+ - ** Policy Override Methods** (Enterprise)
23+ - ** Dynamic Policy Methods**
24+ - ** New Types** : ` StaticPolicy ` , ` DynamicPolicy ` , ` PolicyOverride `
25+
826## [ 1.1.2] - 2025-12-23
927
1028### Fixed
Original file line number Diff line number Diff line change 66
77 <groupId >com.getaxonflow</groupId >
88 <artifactId >axonflow-sdk</artifactId >
9- <version >1.1.2 </version >
9+ <version >1.2.0 </version >
1010 <packaging >jar</packaging >
1111
1212 <name >AxonFlow Java SDK</name >
You can’t perform that action at this time.
0 commit comments