Release notes
Release date:
Release version: 3.0.9704.14626
Enhancements and New Features
More precise distribution selection with context-property filters
Problem:
Sender, receiver and document type are not always sufficient to identify the correct distribution. This is particularly relevant in A2A scenarios where multiple distributions may otherwise match the same message.
Solution:
Distributions can now be configured with advanced filters based on context properties. These filters add another level to distribution resolution, allowing messages to be routed through specific distributions or channels only when the configured conditions are met.
Easier message publishing from Advanced HTTP Handlers
Problem:
Advanced HTTP Handler delegates did not have built-in access to ILinkRetrieveProvider. This made it more difficult for developers to publish messages to Link and retain diagnostic information from the handler execution.
Solution:
ILinkRetrieveProvider can now be injected directly into Advanced HTTP Handler delegates. This enables handlers to publish messages to Link together with an associated transport log containing log entries collected during execution, providing improved diagnostic information.
Read more about parameters and Advanced HTTP Handlers here: https://support.bizbrains.com/l300/advanced-http-handlers#Parameters
Breaking changes
No breaking changes in this release.
We always recommend testing any custom-built artifacts with new releases prior to performing an upgrade.