Releases: getaxonflow/axonflow-sdk-java
Releases · getaxonflow/axonflow-sdk-java
Release 2.4.0
AxonFlow Java SDK v2.4.0
Installation
Maven:
<dependency>
<groupId>com.getaxonflow</groupId>
<artifactId>axonflow-sdk</artifactId>
<version>2.4.0</version>
</dependency>Gradle:
implementation 'com.getaxonflow:axonflow-sdk:2.4.0'Changes
See CHANGELOG.md for details.
Release 2.3.0
AxonFlow Java SDK v2.3.0
Installation
Maven:
<dependency>
<groupId>com.getaxonflow</groupId>
<artifactId>axonflow-sdk</artifactId>
<version>2.3.0</version>
</dependency>Gradle:
implementation 'com.getaxonflow:axonflow-sdk:2.3.0'Changes
See CHANGELOG.md for details.
Release 2.2.0
AxonFlow Java SDK v2.2.0
Installation
Maven:
<dependency>
<groupId>com.getaxonflow</groupId>
<artifactId>axonflow-sdk</artifactId>
<version>2.2.0</version>
</dependency>Gradle:
implementation 'com.getaxonflow:axonflow-sdk:2.2.0'Changes
See CHANGELOG.md for details.
Release 2.1.2
AxonFlow Java SDK v2.1.2
Installation
Maven:
<dependency>
<groupId>com.getaxonflow</groupId>
<artifactId>axonflow-sdk</artifactId>
<version>2.1.2</version>
</dependency>Gradle:
implementation 'com.getaxonflow:axonflow-sdk:2.1.2'Changes
See CHANGELOG.md for details.
Release 2.1.1
AxonFlow Java SDK v2.1.1
Installation
Maven:
<dependency>
<groupId>com.getaxonflow</groupId>
<artifactId>axonflow-sdk</artifactId>
<version>2.1.1</version>
</dependency>Gradle:
implementation 'com.getaxonflow:axonflow-sdk:2.1.1'Changes
See CHANGELOG.md for details.
Release 2.1.0
AxonFlow Java SDK v2.1.0
Installation
Maven:
<dependency>
<groupId>com.getaxonflow</groupId>
<artifactId>axonflow-sdk</artifactId>
<version>2.1.0</version>
</dependency>Gradle:
implementation 'com.getaxonflow:axonflow-sdk:2.1.0'Changes
See CHANGELOG.md for details.
Release 2.0.0
AxonFlow Java SDK v2.0.0
Installation
Maven:
<dependency>
<groupId>com.getaxonflow</groupId>
<artifactId>axonflow-sdk</artifactId>
<version>2.0.0</version>
</dependency>Gradle:
implementation 'com.getaxonflow:axonflow-sdk:2.0.0'Changes
See CHANGELOG.md for details.
Release 1.12.0
AxonFlow Java SDK v1.12.0
Installation
Maven:
<dependency>
<groupId>com.getaxonflow</groupId>
<artifactId>axonflow-sdk</artifactId>
<version>1.12.0</version>
</dependency>Gradle:
implementation 'com.getaxonflow:axonflow-sdk:1.12.0'Changes
See CHANGELOG.md for details.
Release 1.11.0
AxonFlow Java SDK v1.11.0
Installation
Maven:
<dependency>
<groupId>com.getaxonflow</groupId>
<artifactId>axonflow-sdk</artifactId>
<version>1.11.0</version>
</dependency>Gradle:
implementation 'com.getaxonflow:axonflow-sdk:1.11.0'Changes
See CHANGELOG.md for details.
v1.10.0
What's New
Execution Replay API
listExecutions()- List executions with filteringgetExecution()- Get execution with step snapshotsgetExecutionSteps()- Get step snapshotsgetExecutionTimeline()- Timeline viewexportExecution()- Export for compliancedeleteExecution()- Delete execution records
Cost Controls
createBudget()/getBudget()/listBudgets()updateBudget()/deleteBudget()getBudgetStatus()/checkBudget()recordUsage()/getUsageSummary()
Full Changelog: v1.9.0...v1.10.0