Skip to content

symphony-bdk-1.3.2.BETA

Pre-release
Pre-release
Compare
Choose a tag to compare
@symphony-elias symphony-elias released this 06 Oct 12:59
· 11 commits to 1.3-rc since this release
5ca9545

Release note

New features

  • #261 Add java-library plugin to http and template submodules
  • #260 Handlebars template implementation
  • #218 Obo Certificate Authentication
  • #228 Extension App RSA authentication
  • #238 Implemented ext app certificate authentication
  • #231 Activities in SpringBoot Starter
  • #234 Revamping of the API Invoker
  • #232 Implement a configurable retry mechanism
  • #240 Spring WebClient implementation
  • #247 ArchUnit for Core module
  • #233 Moved to Gradle + #248 Cleaned Maven files
  • #249 Add missing endpoints exposed by StreamService

Bug fixes

  • #268 APP-3106: Publish BOM when releasing
  • #209 DatafeedService retry with the SocketTimeoutException
  • #243 Load parent URL configuration with Spring Boot
  • #215 Fix Javadoc generation

Documentation

  • #258 Architecture Presentation
  • #251 Core SpringBoot Starter documentation
  • #222 Documentation revamping, getting started
  • #206 Message API documentation
  • #229 Add datafeed markdown documentation
  • #230 Added Jekyll configuration
  • #242 Authentication API reference 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.3.2.BETA</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>

Using Gradle:

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