Skip to content

Commit 910aed3

Browse files
docs: rewrite 3.1.0 changelog entry for quality and clarity (#72)
* docs: improve 3.1.0 changelog and release notes workflow * docs: refine 3.1.0 changelog entry * Update Java SDK version snippet to 3.1.0 * Update Java Gradle snippet to 3.1.0
1 parent e08bcd2 commit 910aed3

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Changed
1111

12-
- Removed legacy internal endpoint helper methods `getOrchestratorUrl()` and `getPortalUrl()` from `AxonFlow`
13-
- Portal and orchestrator request builders now directly use `config.getEndpoint()`, matching ADR-026 Single Entry Point architecture
12+
- Simplified internal endpoint handling by removing legacy helper names `getPortalUrl()` and `getOrchestratorUrl()`.
13+
- Internal request URL construction is now standardized on `config.getEndpoint()`.
14+
- No public API change.
1415

1516
## [3.0.0] - 2026-02-03
1617

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ If you're new to AxonFlow, this short video shows how the control plane and SDKs
3333
<dependency>
3434
<groupId>com.getaxonflow</groupId>
3535
<artifactId>axonflow-sdk</artifactId>
36-
<version>2.3.0</version>
36+
<version>3.1.0</version>
3737
</dependency>
3838
```
3939

4040
### Gradle
4141

4242
```groovy
43-
implementation 'com.getaxonflow:axonflow-sdk:2.3.0'
43+
implementation 'com.getaxonflow:axonflow-sdk:3.1.0'
4444
```
4545

4646
## Quick Start

0 commit comments

Comments
 (0)