Skip to content

Releases: finos/symphony-wdk

Symphony WDK 1.6.4

24 Jan 11:09
a840769
Compare
Choose a tag to compare

Features
Upgrade Federation client to 1.0.7

More release details
1.6.3...1.6.4
SymphonyPlatformSolutions/wdk-federation-client@1.0.5...1.0.7

Installation

dependencies {
    implementation platform('org.finos.symphony.wdk:workflow-bot-app:1.6.4:boot')
    implementation platform('org.finos.symphony.wdk:workflow-language:1.6.4')
}

Docker image
docker pull finos/symphony-wdk:1.6.4
docker pull finos/symphony-wdk-studio:1.6.4

Symphony WDK 2.0.0 Preview

16 Jan 07:39
06c5e79
Compare
Choose a tag to compare
Pre-release

Features

Bug fixes

  • Reduce actuator endpoint exposure to just health by @ystxn in #281.

More release details
1.6.3...2.0.0-pre

Installation

dependencies {
    implementation platform('org.finos.symphony.wdk:workflow-bot-app:2.0.0-pre:boot')
    implementation platform('org.finos.symphony.wdk:workflow-language:2.0.0-pre')
}

Docker image
docker pull finos/symphony-wdk:2.0.0-pre
docker pull finos/symphony-wdk-studio:2.0.0-pre

Symphony WDK 1.6.3

20 Jun 07:51
Compare
Choose a tag to compare

Features
Fix docker permissions by @ystxn in #280.
Use versioned release process for Federation Client by @ystxn in #280.

Bug fixes
Convert to production federation swagger definition for Federation Client
Fix Studio readme for file structure requirements and docker cli command

More release details
1.6.2...1.6.3
SymphonyPlatformSolutions/wdk-federation-client@1.0.4...1.0.5

Installation

dependencies {
    implementation platform('org.finos.symphony.wdk:workflow-bot-app:1.6.3:boot')
    implementation platform('org.finos.symphony.wdk:workflow-language:1.6.3')
}

Docker image
docker pull finos/symphony-wdk:1.6.3
docker pull finos/symphony-wdk-studio:1.6.3

Symphony WDK 1.6.2

15 Jun 15:06
5c7fed9
Compare
Choose a tag to compare

Features
Improve security of Docker image by @ystxn in #278.

Bug fixes
Fix encoding bug from wdk-federation-client

More release details
1.6.1...1.6.2

Installation

dependencies {
    implementation platform('org.finos.symphony.wdk:workflow-bot-app:1.6.2:boot')
    implementation platform('org.finos.symphony.wdk:workflow-language:1.6.2')
}

Docker image
docker pull finos/symphony-wdk:1.6.2
docker pull finos/symphony-wdk-studio:1.6.2

Symphony WDK 1.6.1

12 Jun 09:33
Compare
Choose a tag to compare

Features
Add global shared data feature by @yinan-symphony in #254.
Compress swadl string storage by @yinan-symphony in #257.
Add secret management feature by @yinan-symphony in #261.
Contribute WDK studio to Finos by @ystxn in #275.

Bug fixes
Fix bug to support multiple timer fired events by @yinan-symphony in #264.
Fix activity output variable size limit bug by @yinan-symphony in #274.

Dependency update
Upgrade Symphony BDK in #271.

More release details
1.5.1...v1.6.1

Installation

dependencies {
    implementation platform('org.finos.symphony.wdk:workflow-bot-app:1.6.1:boot')
    implementation platform('org.finos.symphony.wdk:workflow-language:1.6.1')
}

Docker image
docker pull finos/symphony-wdk:1.6.1
docker pull finos/symphony-wdk-studio:1.6.1

Symphony WDK 1.5.1

18 Apr 13:49
c912d87
Compare
Choose a tag to compare

Bug fixes
#253 Fix event listener method signature bug

Installation

dependencies {
    implementation platform('org.finos.symphony.wdk:workflow-bot-app:1.5.1:boot')
    implementation platform('org.finos.symphony.wdk:workflow-language:1.5.1')
}

Docker image
docker pull finos/symphony-wdk:1.5.1

Symphony WDK 1.5.0

07 Apr 13:21
275b74f
Compare
Choose a tag to compare

Features
#221 Management api: Expose the author user id in deployment endpoint
#228 #234 #235 #241 CICD: Push WDK Docker image
#238 Refactor url path for Management and Monitoring apis
#250 Support inline template

Bug fixes
#222 Management api: Fix versions filter in the instances endpoint
#224 Management api: Fix response code when updating a workflow

Installation

dependencies {
    implementation platform('org.finos.symphony.wdk:workflow-bot-app:1.5.0:boot')
    implementation platform('org.finos.symphony.wdk:workflow-language:1.5.0')
}

Docker image
docker pull finos/symphony-wdk:1.5.0

Symphony WDK 1.4.0

31 Jan 12:12
Compare
Choose a tag to compare

Features
#156 Blast message enhancement
#173 Support form-replied as a workflow start event
#178 Add optional id for events to reference them in SWADL
#181 Monitoring api: add events in the workflow endpoint payload
#188 Add workflows management api
#203 Standard debug activity
#204 Add new SSE for streaming logs endpoint
#205 Expose bot user profile

Security
#179 Mitigation of CVE-2022-42889
#186 Upgrade Camunda h2 database version
#200 Adde new tool for Feature/security scanning

Bug fixes
#192 Fix custom activity type unknown issue in definition endpoint

Installation

dependencies {
    implementation platform('org.finos.symphony.wdk:workflow-bot-app:1.4.0:boot')
    implementation platform('org.finos.symphony.wdk:workflow-language:1.4.0')
}

Symphony WDK 1.3.0

13 Oct 09:18
08534c9
Compare
Choose a tag to compare

Features
#139 #143 #144 #146 #147 Workflows Monitoring api
#159 Add data field in send-message activity

Security
#148 Upgrade dependencies to fix security vulnerabilities

Bug fixes
#149 Fix bug when request-received event attached to an end event
#153 Escape element text-area content to avoid Illegal unquoted exception
#155 Fix bug when a form-replied event has a branching condition

Installation

dependencies {
    implementation platform('org.finos.symphony.wdk:workflow-bot-app:1.3.0:boot')
    implementation platform('org.finos.symphony.wdk:workflow-language:1.3.0')
}

Symphony WDK 1.2.0

29 Aug 09:44
3fb5c3e
Compare
Choose a tag to compare

Features
#112 Support OBO
#116 Add silent flag to update-message activity
#129 Skip deployment of empty SWADL files
#133 Support draft mode
#133 Support "Join" feature (all-of property to require all provided events to be fulfilled)

Bug fixes
#124 Fix unicode support for execute-request
#136 Fix bug when reply event is set in allOf list

Installation

dependencies {
    implementation platform('org.finos.symphony.wdk:workflow-bot-app:1.2.0:boot')
    implementation platform('org.finos.symphony.wdk:workflow-language:1.2.0')
}