Skip to content

symphony-bdk-1.4.0.BETA

Pre-release
Pre-release
Compare
Choose a tag to compare
@symphony-elias symphony-elias released this 19 Oct 07:50
· 3 commits to 1.4-rc since this release
43c1b22

Release note

New features

  • #271 Ability to directly set privateKey and certificate content
  • #277 Enhancements on MessageService
  • #281 MessageService can send multiple attachments
  • #284 Fluent OBO API for services
  • #288 WebClient implementation of multiple attachments

Bug fixes

  • #283 Handlebars does not automatically append .hbs extension to template name

Documentation

  • #274 Fixed jekyll configuration
  • #275 CommandActivity example in Spring Boot

Installation

More info in getting-started.md

Using Maven:

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>com.symphony.platformsolutions</groupId>
            <artifactId>symphony-bdk-bom</artifactId>
            <version>1.4.0.BETA</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>

Using Gradle:

dependencies {
    implementation platform('com.symphony.platformsolutions:symphony-bdk-bom:1.4.0.BETA')
}