Releases: conductor-oss/conductor
Releases · conductor-oss/conductor
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
v3.21.9
What's Changed
- Fix chronounit issue in java sdk by @ystxn in #298
- [Java client v4] Improve Spring modules with auto-configuration by @jmigueprieto in #287
- Update event-task.md by @RizaFarheen in #300
- Added AI JQ playground by @fokolo in #296
- [Java Client v4] Added ZoneId to SaveScheduleRequest by @jmigueprieto in #302
- Refactor workflow termination listener call by @wy-hua in #304
New Contributors
Full Changelog: v3.21.8...v3.21.9
v3.21.8
What's Changed
- [Java client v4] Readme updates + simple examples by @jmigueprieto in #286
- Adding event_queue_depth metric by @junaidHussain-clari in #289
- compile duration pattern only once by @sergii-melnyk in #277
- Added Jackson Kotlin module to client ObjectMapper by @kay-horst in #294
- [FEATURE]: Fork/Join Task Isolation Groups by @rq-dbrady in #293
- Feature/python inline task by @inv-ajin in #275
- workflow_index.update_time bugfix by @lbestatlas in #288
New Contributors
- @sergii-melnyk made their first contribution in #277
- @inv-ajin made their first contribution in #275
- @lbestatlas made their first contribution in #288
Full Changelog: v3.21.7...v3.21.8
v3.21.7
What's Changed
- Adding an extension to archive workflows in S3 bucket by @junaidHussain-clari in #252
- [Java Client v4] ConductorClient refactoring + Orkes client module cleanup by @jmigueprieto in #276
- [Java Client v4] Fix artifact coordinates by @jmigueprieto in #278
- [Java client v4] Misc fixes by @jmigueprieto in #280
- [Java Client v4] Fix Gradle config to publish to Maven Central by @jmigueprieto in #281
- Support priority override for sub workflows by @v1r3n in #283
Full Changelog: v3.21.6...v3.21.7
v3.21.6
What's Changed
- Fix CI
build-ui
job by @jmigueprieto in #256 - Fix flaky tests in
HierarchicalForkJoinSubworkflowRerunSpec
&HierarchicalForkJoinSubworkflowRestartSpec
by @jmigueprieto in #257 - Handle duplicate event inserts gracefully when using Postgresql by @Robban1980 in #258
- Added (incubating) Java Client v3 project to
conductor-clients
dir by @jmigueprieto in #255 - Ignore
conductor-clients
changes in GitHub Action workflows by @jmigueprieto in #259 - Initial GitHub Action workflows to build Java client v4 by @jmigueprieto in #260
- Update Java Client v4 documentation by @jmigueprieto in #268
- Update conductor-architecture.png by @RizaFarheen in #269
- Documentation: Notes on Client v3 phase-out by @jmigueprieto in #271
- [Java Client v4] Gradle config refactoring by @jmigueprieto in #270
- [Java Client v4] External storage support + Event refactoring by @jmigueprieto in #274
Full Changelog: v3.21.5...v3.21.6