Skip to content

symphony-bdk-2.1.2

Compare
Choose a tag to compare
@thibauult thibauult released this 09 Mar 08:29
· 13 commits to 2.1-rc since this release
cbb475c

Release note

Improvements

  • #464 Infinite number of attempts for the Datafeed retry configuration
  • #471 Updated User-Agent value to comply with RFC7231

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.2</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>

Using Gradle:

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