Release Notes for IPF-2025.4.1

This page details everything required to get going with IPF Release 2025.4.1 made available on 19th March 2026.

Change Spotlight

Fixed

  • Resolved an issue where pods would not shut down correctly, and the cluster would become unresponsive (PAY-17221)

  • Archiving failure in debulker for CVF (PAY-16968)

  • Operational Dashboard - Ensure Transfer-encoding header is only passed once in the response (PAY-17214)

  • SEPA CT CSM

    • Persistence id of singleton BulkCloseSchedulerBehaviour DS actor hardcoded to 'BULK_CLOSE_SCHEDULER_ID' instead of UUID in order to maintain its state when application is restarted (PAY-16765)

    • When BulkCloseSchedulerBehaviour is restarted or rehydrated, it will try to schedule close tasks for an inflight bulk when in Scheduling state. (PAY-16782)

    • Fix comparison due to precision/value differences on BigDecimals; affects TotalInterBankSettlementAmount field (PAY-16806)

Release Details

Binaries

To use this release in your Maven build, you will need to use the 2025.4.1 release of the ipf-bom.

The following images have been patched to take in the fixes delivered in 2025.4.1:

App Version

bank-filtering-app

1.0.39.1

csm-reachability-app

2.0.49.1

fednow-csm-service

1.0.39.1

human-task-manager-app

1.0.49.1

iberpay-csm-service

0.0.11.1

identity-resolution

2.1.50.1

notification-service-app

2.1.5.1

ipf-ods

2.4.44.1

ipf-operational-dashboard

10.0.13.1

rt1-csm-service

2.3.39.1

sepact-csm-service

2.9.60.1

sepadd-csm-service

1.0.86.1

sic-csm-service

2.0.61.1

tips-csm-service

2.1.44.1

vop-requester-app

1.0.41.1

vop-responder-app

1.1.22.1

working-days-service-app

1.0.38.1

The core binaries are available from IPF-Releases.

Lightbend Telemetry (formerly known as "Cinnamon") binaries are available from IPF Lightbend.

Akka/Alpakka binaries from 2.9.x onwards are no longer on Maven Central and are available from the Akka Library Repository which Icon mirror.

To enable the new mirror, add the following to your settings.xml in the <repositories> section:

<repository>
  <id>akka-repository</id>
  <name>Akka library repository</name>
  <url>https://nexus.ipf.iconsolutions.com/repository/akka-repository</url>
</repository>

Some MPS dependencies are also mirrored by Icon and can be found by adding the following repository to the same section:

<repository>
  <id>icon-thirdparty</id>
  <name>IPF icon-thirdparty repository</name>
  <url>https://nexus.ipf.iconsolutions.com/repository/icon-thirdparty</url>
</repository>

Add the following to your <servers> section for each new repository:

<server>
  <id>Repository_name_here</id>
  <username>xxxx</username>
  <password>xxxx</password>
</server>

Where xxxx is the username and password repectively provided to you by Icon.

Developer App

The latest version of the Developer App is 2.4.29

Scaffolder

The latest version of the Scaffolder is 2025.4.0