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,20 @@ 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.12.0] - 2026-01-04
9+
10+ ### Added
11+
12+ - ** Portal Authentication** : Added ` loginToPortal() ` and ` logoutFromPortal() ` for session-based authentication
13+ - ** Portal URL Configuration** : New ` portalUrl ` config option for Code Governance portal endpoints
14+ - ** CSV Export** : Added ` exportCodeGovernanceDataCsv() ` for CSV format exports
15+
16+ ### Fixed
17+
18+ - ** Code Governance Authentication** : Changed Code Governance methods to use portal session-based auth instead of API key auth
19+
20+ ---
21+
822## [ 1.11.0] - 2026-01-04
923
1024### Added
You can’t perform that action at this time.
0 commit comments