Conductor Oss Conductor Versions Save

Conductor is an event driven orchestration platform

v3.19.0

1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/conductor-oss/conductor/compare/v3.18.0...v3.19.0

v3.18.0

2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/conductor-oss/conductor/compare/v3.17.0...v3.18.0

v3.17.0

3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/conductor-oss/conductor/compare/v3.16.0...v3.17.0

v3.16.0

4 months ago

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

New Contributors

Full Changelog: https://github.com/conductor-oss/conductor/compare/v3.15.0...v3.16.0