Releases: conductor-oss/conductor
Releases · conductor-oss/conductor
v3.21.18
What’s Changed
- Introduce maskedFields in workflow def (#559) @shaileshpadave
v3.21.17
What's Changed
- Doc changes by @jeffbulltech in #540
- Update README.md by @v1r3n in #541
- Upgraded AWS SDK to v2 by @shaileshpadave in #533
- Add idempotency key to workflow summary by @ystxn in #548
- [Doc update] fix broken links by @liivw in #549
- Update deployment process by @v1r3n in #556
Full Changelog: v3.21.16...v3.21.17
v3.21.16
What's Changed
- Revert due to locks not functional when used with fork joins by @bradyyie in #530
- Metrics Improvements by @v1r3n in #529
- CCOR-12529 Create dynamic lucene dependency selection based on index engine by @kgoeltner in #527
- Added cache config for workflow by @vishesh-orkes in #535
- Fix blank timeline UI issue with DO_WHILE #534 by @pinyiw in #537
- Update README.md by @RizaFarheen in #523
New Contributors
- @bradyyie made their first contribution in #530
- @kgoeltner made their first contribution in #527
- @vishesh-orkes made their first contribution in #535
- @pinyiw made their first contribution in #537
Full Changelog: v3.21.15...v3.21.16
v3.21.15
What's Changed
- Update SDK POJOs to match server POJO implementations by @orkes-harshil in #491
- Add task to domain to workflow summary index by @fw-himanshu in #492
- Feature sede tests by @orkes-harshil in #494
- Access env variables while initializing ApiClient by @shaileshpadave in #514
- [Beta] Conductor-Lite: Server for running conductor server locally by @v1r3n in #412
- Fix CVE-2023-42809 by @richrace in #518
- Fix CVE-2025-24813 by @richrace in #519
- Update setup instructions and correct Conductor version in documentation by @vuon9 in #517
- Update SDK POJOs to match server POJO implementations by @orkes-harshil in #512
- Changed security vuln reporting email to [email protected] by @jeffbulltech in #521
- Fix dependency issue by @Sudakatux in #506
- adding lucene version by @orkes-venkat in #524
- change ordering of poll queue dao by @astelmashenko in #515
- introduce a new locking scheme in ExecutionLockService, and apply it in a number of places where race conditions can occur by @vincent-cognite in #496
- Code changes to introduce ServiceRegistryClient by @shaileshpadave in #432
- Introduce Signal API and SYNC-DURABLE consisteny during execution by @shaileshpadave in #481
- fix(ui): different workflow name restrictions in the UI and API by @JCHacking in #486
- Update the location of the java client SDK by @v1r3n in #525
- Remove legacy clients by @v1r3n in #526
New Contributors
- @fw-himanshu made their first contribution in #492
- @richrace made their first contribution in #518
- @vuon9 made their first contribution in #517
- @vincent-cognite made their first contribution in #496
Full Changelog: v3.21.14...v3.21.15
v3.21.14
What's Changed
- feat: add errors inspector by @mcrasso-marsie in #424
- Adding tests for Accessors, constructors and other methods by @orkes-harshil in #479
- [BUG] PostgreQueueDAO.popMessage may pop messages from incorrect queues and return more messages than expected by @Robban1980 in #478
- Adds metadata attribute by @Sudakatux in #488
- Update SDK POJOs to have Lombok annotations by @orkes-harshil in #463
Full Changelog: v3.21.13...v3.21.14
v3.21.13
What’s Changed
- [Feature] Adding support for Kafka in the Workflow Event Listener (#420) @Robban1980
- Added missing Lombok annotations to SchemaDef (#446) @jmigueprieto
- Broken Link for "Get Started" CTA (#431) @gulam159
- Formatting updates (#430) @RizaFarheen
- Add --no-java flag for Nashorn runtime (#429) @c4lm
- Test to check the Datatype of Priority field in subWorkflowParams (#428) @orkes-harshil
- Expose payload functions publicly, to allow clients to be extended. (#418) @lbestatlas
- Changing the data type of priority to handle expressions. (#427) @orkes-harshil
- Create scaling-workflows.md (#415) @RizaFarheen
- Added support to bind workflow instance id to parameter for worker task in SDK (#381) @l0lcat
- Updated responseTimeoutSeconds to reflect 600 sec (#374) @jeffbulltech
- Use UTC timestamp in PostgresQueueListenerTest (#361) @VerstraeteBert
- Redis Health Indicator for Spring Actuator (#373) @phgbecker
- chore: add dep to support irsa role (#404) @mcrasso-marsie
- enh: Added toolbar to workflow diagram for zoom in, out, fit-to-screen and download as png (#409) @najeebkp
- Redisson DNS Monitoring Interval (#372) @phgbecker
- Feature: Fixing QueueDAO and indexDAO (#405) @orkes-venkat
- Add missing createdBy field to fix workflow search endpoint (#401) @ystxn
- Fix dependancie compatibility for ES 7 indexing and Microsoft Azure external storage (#403) @token97
- Feature: Implementing QueueDAO in sqlite (#395) @orkes-venkat
- Feature: Adding MetadataDAO implementation for Sqlite (#393) @orkes-venkat
- Feature: Implementing ExecutionDAO for Sqlite (#400) @orkes-venkat
- Java Client v4 - Added
MetadataUtils
(#399) @jmigueprieto - Fix: Updating Upload Artifact version to v4 (#392) @orkes-venkat
- Java Client v4 - Support priority override for sub workflows (#384) @jmigueprieto
- Java Client/SDK v4 changelog (#383) @jmigueprieto
What's Changed
- Java Client/SDK v4 changelog by @jmigueprieto in #383
- Java Client v4 - Support priority override for sub workflows by @jmigueprieto in #384
- Fix: Updating Upload Artifact version to v4 by @orkes-venkat in #392
- Java Client v4 - Added
MetadataUtils
by @jmigueprieto in #399 - Fix dependancie compatibility for ES 7 indexing and Microsoft Azure external storage by @token97 in #403
- Add missing createdBy field to fix workflow search endpoint by @ystxn in #401
- Feature: Fixing QueueDAO and indexDAO by @orkes-venkat in #405
- Feature: Adding sqlite persistence applying migrations to sqlite by @orkes-venkat in #389
- Redisson DNS Monitoring Interval by @phgbecker in #372
- enh: Added toolbar to workflow diagram for zoom in, out, fit-to-screen and download as png by @najeebkp in #409
- enh:add support for expanded subworkflows by default in diagram by @najeebkp in #406
- chore: add dep to support irsa role by @mcrasso-marsie in #404
- Redis Health Indicator for Spring Actuator by @phgbecker in #373
- Use UTC timestamp in PostgresQueueListenerTest by @VerstraeteBert in #361
- Updated responseTimeoutSeconds to reflect 600 sec by @jeffbulltech in #374
- Added support to bind workflow instance id to parameter for worker task in SDK by @l0lcat in #381
- Create scaling-workflows.md by @RizaFarheen in #415
- Changing the data type of priority to handle expressions. by @orkes-harshil in #427
- Expose payload functions publicly, to allow clients to be extended. by @lbestatlas in #418
- Test to check the Datatype of Priority field in subWorkflowParams by @orkes-harshil in #428
- Add --no-java flag for Nashorn runtime by @c4lm in #429
- Formatting updates by @RizaFarheen in #430
- Broken Link for "Get Started" CTA by @gulam159 in #431
- Added missing Lombok annotations to SchemaDef by @jmigueprieto in #446
- [Feature] Adding support for Kafka in the Workflow Event Listener by @Robban1980 in #420
New Contributors
- @token97 made their first contribution in #403
- @phgbecker made their first contribution in #372
- @mcrasso-marsie made their first contribution in #404
- @l0lcat made their first contribution in #381
- @orkes-harshil made their first contribution in #427
Full Changelog: v3.21.12...v3.21.13
v3.22.0-alpha1
What's Changed
- Java Client/SDK v4 changelog by @jmigueprieto in #383
- Java Client v4 - Support priority override for sub workflows by @jmigueprieto in #384
- Fix: Updating Upload Artifact version to v4 by @orkes-venkat in #392
- Java Client v4 - Added
MetadataUtils
by @jmigueprieto in #399 - Fix dependancie compatibility for ES 7 indexing and Microsoft Azure external storage by @token97 in #403
- Add missing createdBy field to fix workflow search endpoint by @ystxn in #401
- Feature: Fixing QueueDAO and indexDAO by @orkes-venkat in #405
- Feature: Adding sqlite persistence applying migrations to sqlite by @orkes-venkat in #389
- Redisson DNS Monitoring Interval by @phgbecker in #372
New Contributors
Full Changelog: v3.21.12...v3.22.0-alpha1
v3.21.12
What's Changed
- Task poll update v2 by @v1r3n in #328
- Add testWorkflow to OrkesWorkflowClient by @ystxn in #333
- Fix cant select tasks by @Sudakatux in #331
- Enhance logo visibility by supporting light and dark modes in README.md by @gulam159 in #337
- docs: Add custom logo link to Conductor documentation site by @gulam159 in #342
- Add support for consuming events from Kafka by @Robban1980 in #325
- [FEATURE] Add OpenSearch by @jpbelval in #338
- Updated workflow sweeper to consider a new config MaxPostponeDurationSeconds for in progress tasks by @danmiller192 in #335
- Added lease extension to java sdk and fixed tests by @ystxn in #349
- [#343]fix:workflow diagram canvas width issue by @najeebkp in #350
- Fix Spotless on os-persistence by @jpbelval in #347
- Unify environment variable usage by @jmigueprieto in #353
- Add support for configurable MetricsCollector in Spring client by @jmigueprieto in #356
- Reduce FORK/JOIN latency by @jmigueprieto in #352
- Upgrade Orkes queues to latest release by @jmigueprieto in #357
- Fix Persistence/IndexDAO config by @jmigueprieto in #359
- added missed logs by @sergii-melnyk in #358
New Contributors
- @Sudakatux made their first contribution in #331
- @gulam159 made their first contribution in #337
- @jpbelval made their first contribution in #338
Full Changelog: v3.21.11...v3.21.12
v3.21.11
What's Changed
- URL updates by @RizaFarheen in #319
- feat:integrate orkes-workflow-visualizer by @najeebkp in #290
- Add callTimeout field to ConductorClient builder by @ystxn in #317
- Update generate_gh_pages.yml by @c4lm in #321
- Add name validation to task definitions and workflow definitions by @codehackerr in #315
- Adding total timeout to task models by @shaileshpadave in #313
- Make Sub workflow Priority Object to support parametrised priority by @manan164 in #324
New Contributors
- @najeebkp made their first contribution in #290
- @codehackerr made their first contribution in #315
Full Changelog: v3.21.10...v3.21.11
v3.21.10
What's Changed
- Updated Spring Boot to version 3.3.5 by @gr4cza in #297
- Update taskdef.md by @RizaFarheen in #308
- Updated README.md by @jeffbulltech in #307
- Make BulkResponse parametrised by @shaileshpadave in #311
- Update README.md 11-19-24 by @jeffbulltech in #314
- Add new Idempotency Strategy
FAIL_ON_RUNNING
by @jmigueprieto in #316
New Contributors
- @jeffbulltech made their first contribution in #307
- @shaileshpadave made their first contribution in #311
Full Changelog: v3.21.9...v3.21.10