Skip to content

symphony-bdk-2.6.0

Compare
Choose a tag to compare
@thibauult thibauult released this 07 Feb 13:31
d0fec56

Stable 2.6.0 release, following 2.6.0.RC1 pre-release.

Features

  • #616 Make ExtensionAppAuthenticator conditional on missing (thanks @yinan-symphony 👏)
  • #615 Add a decorator to the ApplicationEventMulticaster (thanks @yinan-symphony 👏)
  • #622 Added streamId and formMessageId to FormReplyActivity (fixes #621)
  • #618 Introducing Common JWT support for Pod APIs
  • #620 Extension mechanism / Groups Management APIs

Installation

Using Maven:

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>org.finos.symphony.bdk</groupId>
            <artifactId>symphony-bdk-bom</artifactId>
            <version>2.6.0</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>

Using Gradle:

dependencies {
    implementation platform('org.finos.symphony.bdk:symphony-bdk-bom:2.6.0')
}