Skip to content

v3.16.0

Compare
Choose a tag to compare
@v1r3n v1r3n released this 09 Jan 19:11
· 335 commits to main since this release
2e309b2

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: v3.15.0...v3.16.0