v3.16.0
版本发布时间: 2024-01-10 03:11:21
conductor-oss/conductor最新发布版本:v3.21.3(2024-07-29 03:59:38)
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 https://github.com/conductor-oss/conductor/pull/2
- bugfix: wrong unit used in SetVariable error message by @math29 in https://github.com/conductor-oss/conductor/pull/4
- Fix typo in WorkflowTaskTypeConstraint by @Young-Zen in https://github.com/conductor-oss/conductor/pull/6
- Resolve open vulnerabilities in Conductor by @scottcarter87 in https://github.com/conductor-oss/conductor/pull/5
- Issue/upgrade to spring (#3828) by @v1r3n in https://github.com/conductor-oss/conductor/pull/1
- Cleanup previous changes by @LuisLainez in https://github.com/conductor-oss/conductor/pull/10
- Fix elasticsearch dependency error by @Young-Zen in https://github.com/conductor-oss/conductor/pull/11
- sync from main by @v1r3n in https://github.com/conductor-oss/conductor/pull/13
- Merge community module into main conductor repo. Update community to springboot 3 by @v1r3n in https://github.com/conductor-oss/conductor/pull/12
- Community docs initial by @c4lm in https://github.com/conductor-oss/conductor/pull/22
- Update README.md by @dilip-lukose in https://github.com/conductor-oss/conductor/pull/24
- Prepare for the build and release by @v1r3n in https://github.com/conductor-oss/conductor/pull/21
- cleanup docs by @c4lm in https://github.com/conductor-oss/conductor/pull/27
- classifier is deprecated since gradle 5.1(replaced by archiveClassifier) and removed in 8 by @s50600822 in https://github.com/conductor-oss/conductor/pull/23
- Add the task update API by reference name by @boney9 in https://github.com/conductor-oss/conductor/pull/15
- Permissive task capability by @ivakoleva in https://github.com/conductor-oss/conductor/pull/3
- conductor-oss-fixDynamicForkIssue: Sync FORK_JOIN_DYNAMIC with Enterprise Version by @saksham2105 in https://github.com/conductor-oss/conductor/pull/19
- Update publishing flow by @c4lm in https://github.com/conductor-oss/conductor/pull/34
- Test fixes by @v1r3n in https://github.com/conductor-oss/conductor/pull/35
- Fixes #7, another dormant bug by @haricane8133 in https://github.com/conductor-oss/conductor/pull/9
New Contributors
- @v1r3n made their first contribution in https://github.com/conductor-oss/conductor/pull/2
- @math29 made their first contribution in https://github.com/conductor-oss/conductor/pull/4
- @Young-Zen made their first contribution in https://github.com/conductor-oss/conductor/pull/6
- @scottcarter87 made their first contribution in https://github.com/conductor-oss/conductor/pull/5
- @LuisLainez made their first contribution in https://github.com/conductor-oss/conductor/pull/10
- @c4lm made their first contribution in https://github.com/conductor-oss/conductor/pull/22
- @dilip-lukose made their first contribution in https://github.com/conductor-oss/conductor/pull/24
- @s50600822 made their first contribution in https://github.com/conductor-oss/conductor/pull/23
- @boney9 made their first contribution in https://github.com/conductor-oss/conductor/pull/15
- @ivakoleva made their first contribution in https://github.com/conductor-oss/conductor/pull/3
- @saksham2105 made their first contribution in https://github.com/conductor-oss/conductor/pull/19
- @haricane8133 made their first contribution in https://github.com/conductor-oss/conductor/pull/9
Full Changelog: https://github.com/conductor-oss/conductor/compare/v3.15.0...v3.16.0