Releases / Changelog

This page lists the batch service versions released and the discontinuation date. It is recommended to respect the defined dates and then proceed with the update by the date of dismissal of a version

Changelog

2.1.2

  • Fix high CVE on Logback and OpenSSL

2.1.1

  • minor changes on github pipelines for CI/CD

2.1.0

Updates:

  • update from Java 11 to Java 17

  • update Spring Framework to 6.x

  • update Spring Boot to 3.1.x

  • update Spring Cloud to 4.0.x

  • update Apache HttpClient to 5.x

Changes:

  • refactor feign client configuration in application.yaml

Known bug: OracleJDK does not work cause to the library signature check on bouncyCastle. OpenJDK works fine.

Issue on spring-boot project here.

2.0.3

Bugfix:

  • Reduce log severity on ack confirm failure (#358) (e431c27)

  • Fix conditional flow after ack list retrieve fails (#360) (6b303dc)

  • Solve bomb zip and other security hotspots (#357) (ad6d0a3)

  • Improve logging and exception handling

2.0.2

Bugfix:

  • Fix a bug affecting the scheduled runs after first one

  • Fix CVE on commons-fileupload

  • Bump Spring Boot version to 2.7.9

  • Bump BouncyCastle version to 1.72.2

2.0.1

Bugfix:

  • Mask PAN field in log files

  • Fix retry on SAS token retrieve failure

2.0.0

Feature:

  • Add RTD output file splitting

1.5.1

Bugfix:

  • Fix file management on Windows-like OS

1.5.0

Bugfix:

  • Fix retry upload on status 409

  • Fix paths for Windows compatibility

Feature:

  • Add file report feature

  • File management improvement

1.4.1

  • Minor fix

1.4.0

Bugfix:

Feature:

  • Add min and max validation on amount input field (#297) (886590d)

  • Bump postgresql from 42.5.0 to 42.5.1 (#295) (571dd8c)

1.3.2

  • Mitigation on sender ade ack file already exists exception

  • Fix CVEs of jackson-core dependency with bump version from 2.13.4 to 2.14.0

  • Fix pom version alignment with release version

  • Fix property sender-ade-ack path level

1.3.1

  • Add licence EUPL v1.2

1.3.0

  • Fix log message when file is empty or every rows have been discarded

  • Masked sensible informations like Api Key or salt

  • Added more informations about discarded or invalid rows

  • Set ACQ_BATCH_INPUT_SKIP_LIMIT on 0 by default

  • Fix typo ACH_BATCH_HPAN_ON_SUCCESSACQ_BATCH_HPAN_ON_SUCCESS

  • Fix property logging.file.name to create application log on file

Code quality:

  • Resolved over 90% of code smells

  • Updated dependencies and docker images to solve most CVEs

Feature:

  • Added split feature of AdE output files based on a row threshold (by default 2M rows). See new naming convention here.

  • Added explicit ack download confirmation as endpoint ReST

  • Added pending folder and re-send feature of files that failed the upload (in previous runs too)

  • Fix delete empty temporary folders

  • Added an acceptance test suite in the repository

  • Several improvements on batch stability

  • Minor fix

1.2.5

  • Upgraded dependencies version

  • Changed docker image to amazoncorretto since openjdk has been deprecated

  • Disabled data and checksum validation on hpan file by default

  • Parametrized hpan file url download

  • Minor fixes

Version upgrades (most important ones only):

  • spring-boot-starter bump from 2.2.8.RELEASE to 2.7.3

  • spring-core bump from 5.2.7.RELEASE to 5.3.22

  • postgresql bump from 42.4.1 to 42.4.2

1.2.4

  • Fixed proxy settings in upload file request

  • Improved log information when parse or validation errors occur

  • Added cleaning routine of empty log files

  • Added example files for ade output and ade ack errors

Version upgrades:

  • postgresql bump from 42.4.0 to 42.4.1

  • lombok bump from 1.18.12 to 1.18.24

Last updated