Skip to content

symphony-bdk-2.3.0

Compare
Choose a tag to compare
@thibauult thibauult released this 22 Sep 16:27
· 3 commits to 2.3-rc since this release
211bccc

Features

  • #570 Support of Search Messages endpoint
  • #567 Encode stream/msg id to url-safe base64 if needed
  • #552 Extended BdkConfigLoader - load config from Properties or Map of properties (@lukaszplawny 👍)
  • #562 Make ApplicationEventMulticaster bean configurable (@yinan-symphony 👍)

Bug fixes

  • #574 ConnectionService#listConnections parameters are now optional according to the documentation
  • #573 Prevent invalid signed JWT expiration upon login
  • #569 ApiClientJersey2 initializes random traceId if not already set
  • #568 Avoid Jersey warning about unsent headers

Dependencies upgrades

  • #575 General dependencies upgrade

Installation
Using Maven:

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

Using Gradle:

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