Skip to content

symphony-bdk-2.1.4

Compare
Choose a tag to compare
@thibauult thibauult released this 20 Apr 07:38
· 7 commits to 2.1-rc since this release
fa66974

Release note

Security

  • #483 Cookie set without SameSite=Strict

Improvements

  • #482 traceId is set for each new DF events, Jersey2 client logs request execution time

Installation

More info in getting-started.md

Using Maven:

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

Using Gradle:

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