Releases: serverlessworkflow/sdk-java
Releases · serverlessworkflow/sdk-java
7.12.0.Final
What's Changed
- Bump version.org.glassfish.jersey from 4.0.0 to 4.0.2 by @dependabot[bot] in #1125
- Bump ch.qos.logback:logback-classic from 1.5.26 to 1.5.27 by @dependabot[bot] in #1134
- Bump com.diffplug.spotless:spotless-maven-plugin from 3.2.0 to 3.2.1 by @dependabot[bot] in #1133
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.1 to 3.15.0 by @dependabot[bot] in #1135
- Bump version.jsonschema2pojo-maven-plugin from 1.2.2 to 1.3.1 by @dependabot[bot] in #1130
- [Fix #1137] Adding Callable Task Proxy builder by @fjtirado in #1138
- [Fix #1136] Delegate DB writes to a different thread (keeping write order) by @fjtirado in #1139
- Update current version to 7.12.0.Final by @fjtirado in #1140
Full Changelog: 7.11.0.Final...7.12.0.Final
7.11.0.Final
What's Changed
- Bump ch.qos.logback:logback-classic from 1.5.25 to 1.5.26 by @dependabot[bot] in #1119
- Bump org.assertj:assertj-core from 3.27.6 to 3.27.7 by @dependabot[bot] in #1118
- Bump version.org.graalvm.polyglot from 25.0.1 to 25.0.2 by @dependabot[bot] in #1117
- Bump com.diffplug.spotless:spotless-maven-plugin from 3.1.0 to 3.2.0 by @dependabot[bot] in #1112
- [Fix #1121] Ensuring service priority order by @fjtirado in #1122
- Refactoring persistence layer by @fjtirado in #1120
- Update current version to 7.11.0.Final by @fjtirado in #1124
Full Changelog: 7.10.0.Final...7.11.0.Final
7.10.0.Final
7.9.0.Final
What's Changed
- [Fix #1091] Add EmittedEventDecorator by @fjtirado in #1092
- Bump com.fasterxml.jackson.core:jackson-annotations from 2.20 to 2.21 by @dependabot[bot] in #1103
- Bump org.codehaus.mojo:buildnumber-maven-plugin from 3.2.1 to 3.3.0 by @dependabot[bot] in #1102
- Bump ch.qos.logback:logback-classic from 1.5.24 to 1.5.25 by @dependabot[bot] in #1100
- Bump version.com.fasterxml.jackson from 2.20.1 to 2.21.0 by @dependabot[bot] in #1098
- [NO-ISSUE] Minor adjustments to decorators by @mcruzdev in #1104
- Decorator refactor by @fjtirado in #1105
- Update current version to 7.9.0.Final by @fjtirado in #1106
Full Changelog: 7.8.0.Final...7.9.0.Final
7.8.0.Final
What's Changed
- [Fix #1022] Implementing default catalog by @fjtirado in #1079
- Bump ch.qos.logback:logback-classic from 1.5.23 to 1.5.24 by @dependabot[bot] in #1086
- Bump org.sonatype.central:central-publishing-maven-plugin from 0.9.0 to 0.10.0 by @dependabot[bot] in #1084
- Bump version.org.junit.jupiter from 6.0.1 to 6.0.2 by @dependabot[bot] in #1083
- Add RequestDecorator to allow SDK clients to modify the request by @mcruzdev in #1089
- Release 7.8.0.Final by @ricardozanini in #1090
Full Changelog: 7.7.0.Final...7.8.0.Final
7.7.0.Final
What's Changed
- Bump org.mockito:mockito-core from 5.20.0 to 5.21.0 by @dependabot[bot] in #1061
- Bump ch.qos.logback:logback-classic from 1.5.21 to 1.5.22 by @dependabot[bot] in #1060
- Bump org.mozilla:rhino from 1.7.15.1 to 1.8.1 by @dependabot[bot] in #1052
- Bump com.diffplug.spotless:spotless-maven-plugin from 3.0.0 to 3.1.0 by @dependabot[bot] in #1055
- Describe recently added functionality by @fjtirado in #1062
- Support authorization on external resource loading by @fjtirado in #1063
- Bump io.swagger.parser.v3:swagger-parser from 2.1.36 to 2.1.37 by @dependabot[bot] in #1072
- Bump ch.qos.logback:logback-classic from 1.5.22 to 1.5.23 by @dependabot[bot] in #1071
- Bump org.codehaus.mojo:exec-maven-plugin from 3.6.2 to 3.6.3 by @dependabot[bot] in #1070
- Bump org.apache.maven:maven-plugin-api from 3.9.11 to 3.9.12 by @dependabot[bot] in #1069
- Bump org.apache.maven.plugins:maven-release-plugin from 3.3.0 to 3.3.1 by @dependabot[bot] in #1066
- [Fix #1064] Adding Diggest auth by @fjtirado in #1065
- Bump org.mozilla:rhino from 1.8.1 to 1.9.0 by @dependabot[bot] in #1074
- Bump eu.maveniverse.maven.plugins:bom-builder3 from 1.3.1 to 1.3.2 by @dependabot[bot] in #1075
- Remove io.swagger.parser.v3 to use directly Jackson for deserialization by @mcruzdev in #1076
- [Fix #844] Allow disable life cycle events per publisher by @fjtirado in #1073
- Update current version to 7.7.0.Final by @fjtirado in #1077
Full Changelog: 7.6.0.Final...7.7.0.Final
7.6.0.Final
What's Changed
- Bump io.swagger.parser.v3:swagger-parser from 2.1.35 to 2.1.36 by @dependabot[bot] in #1008
- Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.2 to 3.5.0 by @dependabot[bot] in #1007
- Bump ch.qos.logback:logback-classic from 1.5.20 to 1.5.21 by @dependabot[bot] in #1006
- Bump version.org.graalvm.polyglot from 23.1.1 to 25.0.1 by @dependabot[bot] in #1005
- Bump version.docker.java from 3.6.0 to 3.7.0 by @dependabot[bot] in #1004
- [Fix #1002] Implementing custom inline function call by @fjtirado in #1012
- [Fix #1014] Supporting PUT, PATCH, OPTIONS, HEAD, DELETE methods by @fjtirado in #1015
- Improving HTTP WorkflowError by @fjtirado in #1016
- [Fix #1018] Initializing context by @fjtirado in #1019
- Fix #934 Function catalog by @fjtirado in #1021
- Use redirect property on HTTP and OpenAPI calls by @mcruzdev in #1013
- [Fix #1025] Allow using a different factory for context. by @fjtirado in #1026
- Adding support for instances object by @fjtirado in #1028
- Jackson model might be inherited by @fjtirado in #1029
- [Fix #936] Adding Python implementation by @fjtirado in #1027
- Bump com.squareup.okhttp3:mockwebserver from 5.3.0 to 5.3.2 by @dependabot[bot] in #1030
- Bump org.apache.maven.plugins:maven-release-plugin from 3.2.0 to 3.3.0 by @dependabot[bot] in #1032
- Bump org.apache.maven.plugins:maven-source-plugin from 3.3.1 to 3.4.0 by @dependabot[bot] in #1036
- NO-ISSUE: Rename script-js module to javascript by @mcruzdev in #1041
- Rename CallFunctionExecutor to CallFunctionExecutorBuilder by @fjtirado in #1042
- NO-ISSUE: Remove LangChain4j integration by @ricardozanini in #1039
- Fixing typo in function pom by @fjtirado in #1044
- NO-ISSUE: Add CNCF Java SDK Bill of Materials by @ricardozanini in #1043
- Fixing Swagger 2.1.36 CVE by @ricardozanini in #1045
- Refactoring HTTP request builder by @fjtirado in #1046
- Release 7.6.0.Final by @ricardozanini in #1048
Full Changelog: 7.5.1.Final...7.6.0.Final
7.5.1.Final Release (Spec 1.0.0)
What's Changed
- [Fix #987] Refactor shell impl by @fjtirado in #990
- no-issue: fix JavaFilterFunctionCallExecutor missing from context by @ricardozanini in #991
- Minor format by @fjtirado in #995
- bug: HttpExecutor was swallowing server URL path; OpenAPIExecutor caching same server URL and operationId by @ricardozanini in #993
- Minor refactor of missing params check by @fjtirado in #997
- Add SecretBasedAuthenticationPolicy reference to builders by @ricardozanini in #998
- [Fix #999] Support for more than one level of indirection for secret by @fjtirado in #1000
- Add Swagger support to OpenAPI defition processor by @treblereel in #996
- Release 7.5.1.Final by @ricardozanini in #1001
Full Changelog: 7.5.0.Final...7.5.1.Final
7.5.0.Final Release (Spec 1.0.0)
What's Changed
- a fix for PR #953 by @treblereel in #961
- chore: do not wait for artifacts to be published by @ricardozanini in #960
- [Fix #933] Adding timeout support by @fjtirado in #963
- [Fix #932] Workflow scheduler by @fjtirado in #966
- Add initial RunContainer Task support by @treblereel in #942
- Bump org.apache.maven.plugins:maven-release-plugin from 3.1.1 to 3.2.0 by @dependabot[bot] in #972
- Bump org.hibernate.validator:hibernate-validator from 9.0.1.Final to 9.1.0.Final by @dependabot[bot] in #971
- Add support for Run.script (Javascript) by @mcruzdev in #962
- Bump version.org.glassfish.jersey from 3.1.11 to 4.0.0 by @dependabot[bot] in #970
- feat: Replace the agent DSL with a composite of instanceId and task name by @ricardozanini in #967
- [Fix #976] Setting value in withXXX methods by @fjtirado in #977
- Fix #973 - Refine support for http calls on func by @ricardozanini in #974
- [Fix #952] Refactoring auth code by @fjtirado in #975
- [Fix #982] HttpExecutor should not assume body is map by @fjtirado in #983
- [Fix #984] Fixing node response type by @fjtirado in #985
- Fix the HTTP/OpenAPI dsl to include the data transformations by @ricardozanini in #986
- Release 7.5.0.Final by @ricardozanini in #988
Full Changelog: 7.4.0.Final...7.5.0.Final
7.4.0.Final Release (Spec 1.0.0)
What's Changed
- chore: update README for 7.3.0.Final release by @ricardozanini in #909
- Add RunTask.shell task by @mcruzdev in #898
- [Fix #898] RunShell minor improvements by @fjtirado in #910
- Fixing test duration by @fjtirado in #911
- Improvements on HttpExecutor by @fjtirado in #912
- Bump maven-plugin-tools.version from 3.15.1 to 3.15.2 by @dependabot[bot] in #918
- Bump dev.langchain4j:langchain4j-ollama from 1.7.1 to 1.8.0 by @dependabot[bot] in #914
- Bump io.swagger.parser.v3:swagger-parser from 2.1.33 to 2.1.35 by @dependabot[bot] in #913
- [Fix #889] Dynamic resource loading by @fjtirado in #920
- [Fix #887] More open api refactor by @fjtirado in #922
- [Fix #921] Caching resources by @fjtirado in #923
- Upgrade to schema.nt 2.0 by @fjtirado in #924
- [Fix #925] Allow association of additional objects to application by @fjtirado in #927
- [Fix #928] Adding config and secret manager by @fjtirado in #931
- Remove unused foEach method from workflowModelCollection interface by @fjtirado in #938
- Release version 7.4.0.Final by @ricardozanini in #939
- Bump com.squareup.okhttp3:mockwebserver from 5.2.1 to 5.3.0 by @dependabot[bot] in #945
- Bump version.org.junit.jupiter from 6.0.0 to 6.0.1 by @dependabot[bot] in #944
- Bump version.com.fasterxml.jackson from 2.20.0 to 2.20.1 by @dependabot[bot] in #943
- [Fix #950] Fix retry attemp limit by @fjtirado in #951
- [Fix #930] Adding authorization runtime expression by @fjtirado in #940
- chore: fix CI by removing examples module; remove *.db files from tests module by @ricardozanini in #941
- Upgrade lc4j-agentic to 1.8.0-beta15 by @ricardozanini in #953
- Release 7.4.0 by @ricardozanini in #954
- chore: remove examples from release by @ricardozanini in #955
- Release 7.4.0.Final (3rd round) by @ricardozanini in #956
- chore: fix gitattributes; guardrail against *.db changes by @ricardozanini in #957
- Release 7.4.0.Final (4th round) by @ricardozanini in #958
Full Changelog: 7.3.0.Final...7.4.0.Final