v3.16.0
Noteworthy changes
- Both conductor and conductor-community are merged into this single repo for ease of use
- Artifacts are published to maven central under
org.conductoross
group Id - Conductor is now on SpringBoot3 with JDK17 support
- ES7 is the default indexing for the server going forward
- ⭐ This is the first release from the conductor-oss repository -- Thank you all!
Release artifact coordinates
Gradle
implementation 'org.conductoross:<artifact>:3.16.0'
Maven
<groupId>org.conductoross</groupId>
<artifactId>ARTIFACT</artifactId>
<version>3.16.0</version>
What's Changed
- OSS update by @v1r3n in #2
- bugfix: wrong unit used in SetVariable error message by @math29 in #4
- Fix typo in WorkflowTaskTypeConstraint by @Young-Zen in #6
- Resolve open vulnerabilities in Conductor by @scottcarter87 in #5
- Issue/upgrade to spring (#3828) by @v1r3n in #1
- Cleanup previous changes by @LuisLainez in #10
- Fix elasticsearch dependency error by @Young-Zen in #11
- sync from main by @v1r3n in #13
- Merge community module into main conductor repo. Update community to springboot 3 by @v1r3n in #12
- Community docs initial by @c4lm in #22
- Update README.md by @dilip-lukose in #24
- Prepare for the build and release by @v1r3n in #21
- cleanup docs by @c4lm in #27
- classifier is deprecated since gradle 5.1(replaced by archiveClassifier) and removed in 8 by @s50600822 in #23
- Add the task update API by reference name by @boney9 in #15
- Permissive task capability by @ivakoleva in #3
- conductor-oss-fixDynamicForkIssue: Sync FORK_JOIN_DYNAMIC with Enterprise Version by @saksham2105 in #19
- Update publishing flow by @c4lm in #34
- Test fixes by @v1r3n in #35
- Fixes #7, another dormant bug by @haricane8133 in #9
New Contributors
- @v1r3n made their first contribution in #2
- @math29 made their first contribution in #4
- @Young-Zen made their first contribution in #6
- @scottcarter87 made their first contribution in #5
- @LuisLainez made their first contribution in #10
- @c4lm made their first contribution in #22
- @dilip-lukose made their first contribution in #24
- @s50600822 made their first contribution in #23
- @boney9 made their first contribution in #15
- @ivakoleva made their first contribution in #3
- @saksham2105 made their first contribution in #19
- @haricane8133 made their first contribution in #9
Full Changelog: v3.15.0...v3.16.0