Skip to content

Commit 3d9b555

Browse files
docs: add v1.12.0 changelog for portal authentication fix (#33)
1 parent 255c7ff commit 3d9b555

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ 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.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

0 commit comments

Comments
 (0)