Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

#### Changes

- Remove the `updateFlowLease` function from DataPlaneManagerImpl to reduce lease queries

#### Details

#### Compatibility
Expand All @@ -16,6 +14,22 @@

---

## [0.14.0.4] - 2026-05-08

### Overview

Performance improvements in the data flow state machine.

#### Changes

- Remove the `updateFlowLease` function from DataPlaneManagerImpl to reduce lease queries

#### Compatibility

Should be compatible without any modification with a `0.14.0` version.

---

## [0.14.0.3] - 2026-02-04

### Overview
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=org.eclipse.edc
version=0.14.0.3
version=0.14.0.4
edcScmUrl=https://github.com/eclipse-edc/Connector.git
edcScmConnection=scm:git:git@github.com:eclipse-edc/Connector.git
skip.signing=true
Loading