Skip to content

Releases: holodeck-b2b/Holodeck-B2B

Holodeck B2B 7.0.1

13 Jan 19:08
Compare
Choose a tag to compare

This version fixes issue #156 that incorrect payload data was sent in case a message had multiple payloads and a build issue regarding a missing locally sourced jar for Apache Santuario 3.0.4 with Brainpool EC support. It also improves the latency of the submission of large messages (> 100MB).

Holodeck B2B 7.0.0

02 Sep 13:43
Compare
Choose a tag to compare

This major update adds support for the use of the Diffie-Helman key agreement and ConcatKDF algorithms to establish the symmetric encryption key. The Certificate Manager now also has the option to provide the key store passwords through a system or environment variable.
Furthermore it includes many changes in the internal architecture with the main change a reworked architecture for storing message meta-data and payload content.

For more details on what changed, see the CHANGELOG.

Holodeck B2B 6.1.1

28 Jun 10:22
Compare
Choose a tag to compare

This release contains fixes for a problem in the processing of received messages that contain whitespace in the WS-Security header and orphaned payload meta-data.
Furthermore it contains updates to improve the logging of Receipt and Error Signal processing.

Holodeck B2B 6.1.0

29 Jun 15:40
Compare
Choose a tag to compare

This update includes fixes for several issues to improve the reliability of the message exchanges. It also introduces a new submission log that contains the meta-data of each successfully submitted message to the Holodeck B2B Core in a structured format.

See the CHANGELOG for more details.

Holodeck B2B 6.0.1

08 Mar 14:40
Compare
Choose a tag to compare

This major update introduces a lot of internal changes mainly focusing on stability and resource management. The changes most interesting to users are:

  • Possibility to only define the Service type to be used in the P-Mode and provide the name during submission of a message.
  • Fixes in the Reception Awareness Feature to improve handling of retries and Receipts.
  • Interfaces for the Persistency Provider, Event Processor, P-Mode storage and Certificate Manager now include a shutdown() method to allow for resource clean-up.
  • Support for a-synchronous delivery of messages and for redelivery (to be implemented by the delivery method).

See the CHANGELOG for more details.

Holodeck B2B 5.3.3

08 Mar 14:27
Compare
Choose a tag to compare

This update includes changes and fixes to the Reception Awareness Feature to improve the handling of retries and Receipts.

Holodeck B2B 5.3.2

20 Dec 18:47
Compare
Choose a tag to compare

This updates update the log4j version to 2.17.0 to mitigate security issues found in the log4j 2.15.0 and 2.16.0

Holodeck B2B 5.3.1

13 Dec 23:19
Compare
Choose a tag to compare

This release contains several fixes including an update of Log4j to mitigate CVE-2021-44228, see also issue #123.

Some other new features:

  • Message properties are now used in P-Mode matching.
  • Worker pool management by the core, including 'on the fly' reconfiguration.
  • Receiving of messages with over 30 signed attachments is now possible.
  • A new SUSPENDED processing state was added for outgoing messages that encounter an internal error.
  • Support for Apache Commons Deamon in jvm mode

See the CHANGELOG for more details.

Holodeck B2B 5.0.3

19 Nov 12:07
Compare
Choose a tag to compare

This patch release fixes a major bug [#112] which caused the routing information to be missing in asynchronously sent multi-hop Signal Messages. Therefore updating to this release is only necessary when you are running in a multi-hop network.

Holodeck B2B 5.0.2

16 Sep 13:07
Compare
Choose a tag to compare

This patch release includes a newer version (1.0.1) of the file back-end which fixes issues in the single_xml delivery format and uses a temporary extension when writing the meta-data file to disk to prevent premature reading by the back-end application. See also the issues on the file back-end project.