Naomi Most
Naomi Most
## Bug Fix Fixes AttributeError: `'ApiClientAdapter' object has no attribute 'auth_401_handler'` **Reported Error:** ``` ERROR: Failed to get new token, reason: ("'ApiClientAdapter' object has no attribute 'auth_401_handler'",) ``` ## Root...
# DO_WHILE: Implement Native List Iteration ## Context DO_WHILE currently lacks a native list iteration mechanism, requiring developers to manually manage loop counters and implement complex index tracking logic. This...
## Summary Fixes #630 Long-running HTTP tasks (and other async system tasks) were being executed multiple times (typically 4x) due to a race condition in WorkflowRepairService. ## Problem 1. SystemTaskWorker...
## Motivation We have accumulated 11 open dependabot PRs, some dating back to May 2024. Many are outdated or target versions that are no longer current. Maintaining project reputation requires...
## Security Issue Current protobuf version 3.25.5 has a security vulnerability announced in January 2025. Additionally, this is a major version upgrade (3.x → 4.x) that requires careful testing. ##...
## Security Issue The ws package version 7.5.8 has a Denial of Service vulnerability (CVE-2024-37890). ## Current State - **Current version**: [email protected] - **Target version**: [email protected] (latest stable) - **File**:...
## Background The io.spring.dependency-management plugin needs to be updated to the latest version. ## Current State - **Current version**: 1.1.3 - **Target version**: 1.1.7 - **File**: build.gradle:17 ## Required Changes...
## Background The `com.gradle.enterprise` plugin is deprecated and should be migrated to `com.gradle.develocity`. ## Current State - **Current plugin**: com.gradle.enterprise version 3.11.1 - **File**: settings.gradle:15 ## Required Changes - Migrate...
# DO_WHILE Iteration Cleanup and Timeline UI Rendering ## Context DO_WHILE tasks accumulate iterations indefinitely in the database without cleanup, causing database bloat, memory exhaustion, and production outages. Additionally, the...
## Summary - Adds documentation clarifying that synchronous workflow execution (`waitForCompletion` and `waitForSeconds` parameters) is an Enterprise-only feature - Explains that Conductor OSS executes all workflows asynchronously ## Context Addresses...