Skip to content

Releases: conductor-oss/conductor

v3.19.0

11 Apr 19:34
55268f0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.18.0...v3.19.0

v3.18.0

05 Mar 23:36
e195ef6
Compare
Choose a tag to compare

What's Changed

  • Left menu URL fix for docs site by @RizaFarheen in #77
  • Update source.md by @KunalKumar-1 in #75
  • Update README.md by @eltociear in #72
  • Optimise the postgres queries for popping messages by @bjpirt in #76
  • Use environment variable to set ES6 support mode for Nashorn script evaluator by @c4lm in #88
  • Fix an issue with the postgres indices as they weren't being used properly by @bjpirt in #92
  • Upgrade the postgres lib to prevent CVE-2024-1597 by @bjpirt in #94
  • Enable finer-grained control over the postgres indexing and searching by @bjpirt in #93
  • Implement removeWorkflow and removeTask for PostgresIndexDAO by @bjpirt in #66
  • BugFix: Enable the migration to run without always recreating an index by @bjpirt in #98
  • Feature: Use TaskStatusListener.onTaskInProgress() by @ghkdwlgns612 in #58
  • Fix SpringBoot imports file location error by @Young-Zen in #89
  • Implementation of Postgres PollDataDAO with write caching by @bjpirt in #82
  • Initial implementation of an experimental queue optimisation using Postgres LISTEN/NOTIFY by @bjpirt in #87
  • Update the postgres docs with all configurable properties by @bjpirt in #99
  • Fix ElasticSearch health check failure when ES sets password by @Young-Zen in #59
  • Add option to only index workflows on Postgres when their status changes by @bjpirt in #83

New Contributors

Full Changelog: v3.17.0...v3.18.0

v3.17.0

06 Feb 03:21
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.16.0...v3.17.0

v3.16.0

09 Jan 19:11
2e309b2
Compare
Choose a tag to compare

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