Skip to content

Commit efd4807

Browse files
chore(release): v1.2.0 (#10)
1 parent 5314fd8 commit efd4807

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ All notable changes to the AxonFlow Java SDK will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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>

0 commit comments

Comments
 (0)