Skip to content
Open
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: Corda Enterprise Edition 4.11.6 third-party software notices and licence information
date: '2026-11-11'
section_menu: corda-enterprise-4-11
project: corda
version: 'Enterprise 4.11'
menu:
corda-enterprise-4-11:
identifier: corda-enterprise-4-11-6-legal-info
parent: corda-enterprise-4-11-legal-info
weight: 1000
name: 4.11.6
tags:
- legal
- info
hide_secondary_nav: true
---
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,19 @@ The Corda Enterprise release consists of multiple release packs. You can downloa

Before you install the downloaded packs, verify the integrity of each pack using the respective checksum file to ensure it has not been tampered with or corrupted during the download. You can do this by calculating the checksum of your downloaded file, then comparing its value to the checksum value provided below.

## Release packs and checksums for Corda Enterprise Edition 4.11.6

The release packs and checksum files for Corda Enterprise 4.11.6 can be downloaded from the [Customer Hub](https://customerhub.r3.com).

The following release packs are available, along with their respective checksum files:
* devtest-4.11.6.tar.gz: required for building, developing, and testing CorDapps.
* runtime-4.11.6.tar.gz: required to run Corda.

The following release packs are provided as optionals for external tools, SDKs, and CorDapps:
* optional-sdk-4.11.6.tar.gz
* optional-gateway-plugins-4.11.6.tar.gz
* optional-tools-4.11.6.tar.gz

## Release packs and checksums for Corda Enterprise Edition 4.11.5

The release packs and checksum files for Corda Enterprise 4.11.5 can be downloaded from the [Customer Hub](https://customerhub.r3.com).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,19 @@ weight: 10
If you are using the Archive Service with Corda Enterprise Edition 4.11, you must use the 1.1.x stream of the Archive Service release. For more details, see [Archive Service]({{< relref "../../../../tools/archiving-service/archiving-release-notes.md" >}}).
{{< /note >}}

## Corda Enterprise Edition 4.11.6 release notes

Corda Enterprise Edition 4.11.6 is a patch release of Corda Enterprise Edition focused on resolving issues.

### Upgrade recommendation

As a developer or node operator, you should upgrade to the [latest released version of Corda]({{< relref "../enterprise/_index.md" >}}) as soon as possible. The latest Corda Enterprise release notes are on this page, and for the latest upgrade guide, refer to [Upgrading a CorDapp or node]({{< relref "upgrading-index.md" >}}).

### Fixed issues

- <!-- ENT-13814 --> The flow `recoverAllFinalityFlows` previously treated inactive flows as active. This behavior has been corrected.
- <!-- ENT-12147 --> The Corda Network Builder Tool now correctly deploys a Corda network both via CLI in Docker and Azure environments.

## Corda Enterprise Edition 4.11.5 release notes

Corda Enterprise Edition 4.11.5 is a patch release of Corda Enterprise Edition focused on resolving issues.
Expand Down