Releases: finos/symphony-wdk
Symphony WDK 1.6.4
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
Features
- Upgrade to Java 17 and BDK 3 RC6 by @ystxn and @yinan-symphony in #283.
Bug fixes
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
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
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
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
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
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
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
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
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')
}