Releases: conductor-oss/conductor
Releases · conductor-oss/conductor
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
v3.21.5
What's Changed
- Fix allowing update task to modify creation date by @ystxn in #243
- Update index.md by @liivw in #242
- Add curl to standard Docker image by @kay-horst in #247
- YARN_OPTS for Dockerfile by @kay-horst in #246
- Remove unused import by @pablocubico in #251
- made changes to pass down the taskToDomain map to child workflow in case of events by @junaidHussain-clari in #250
- Update javax dependencies in the client to jakarta by @gr4cza in #235
- Add Jackson Kotlin module to ObjectMapper instances by @kay-horst in #253
New Contributors
- @ystxn made their first contribution in #243
- @kay-horst made their first contribution in #247
- @pablocubico made their first contribution in #251
- @junaidHussain-clari made their first contribution in #250
- @gr4cza made their first contribution in #235
Full Changelog: v3.21.4...v3.21.5
v3.21.4
What's Changed
- Documentation updates by @amithkoujalgi in #230
- Bump guava to 33.2.1-jre latest of right now to fix vulnerabilities. by @aradu-atlassian in #223
- Fix monaco-editor not loading when hosting the app on a subpath by @yardenshoham in #236
- Add beans and deserializers to @WorkerTask methods. by @avery1701 in #234
- Address missing time part for task log entries by @Robban1980 in #228
- Fix Issue: If status-listener throw exception, task not executed by @ghkdwlgns612 in #130
- update orkes-queue version by @v1r3n in #239
New Contributors
- @amithkoujalgi made their first contribution in #230
- @aradu-atlassian made their first contribution in #223
- @yardenshoham made their first contribution in #236
- @avery1701 made their first contribution in #234
- @Robban1980 made their first contribution in #228
Full Changelog: v3.21.3...v3.21.4
v3.21.3
What's Changed
- Refactor WorkflowExecutor by @v1r3n in #217
- Feat: Added isolation groups for commonly used internal tasks by @rq-dbrady in #216
- Feature # 220 - Make redis key space domain customizable by @maggmanu77 in #221
- Updated UI postgres indexer test refactor and workbench version selection updates by @danmiller192 in #219
- Introducing SystemMaxPollCount to tune and optimise the System Thread… by @hchepey-clari in #215
- Fix Issue: Ensure proper locking in WorkflowSweeper to prevent race conditions by @rq-dbrady in #214
New Contributors
- @rq-dbrady made their first contribution in #216
- @maggmanu77 made their first contribution in #221
- @hchepey-clari made their first contribution in #215
Full Changelog: v3.21.2...v3.21.3
v3.21.2
What's Changed
- Update JDK Version in Prerequisites by @prathamjagga in #203
- Updated Postgres indexer to handle out of order updates by @danmiller192 in #212
New Contributors
- @prathamjagga made their first contribution in #203
- @danmiller192 made their first contribution in #212
Full Changelog: v3.21.1...v3.21.2