symphony-bdk-1.4.0.BETA
Pre-release
Pre-release
·
3 commits
to 1.4-rc
since this release
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
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')
}