Changelog — what's new in Orvanta

Follow the latest platform updates and release notes.

2025-10-12
v0.42.0
Feature

Native Java workers GA

  • Java 21 support is now generally available for all standard and native workers.
  • Added seamless Maven dependency resolution within the worker initialization phase.
  • Introduced comprehensive type-checking for Java script parameters via generated classes.
2025-09-28
v0.41.3
Fix

Resolved retry-loop edge case in scheduled flows

  • Fixed an issue where nested DAG nodes within a schedule could enter an infinite retry loop if the parent flow was cancelled.
  • Improved garbage collection for orphaned container processes.
2025-09-15
v0.41.0
Improvement

30% faster dispatch latency

  • Rewrote the orchestrator dispatch queue, reducing p99 scheduling latency from 145ms to under 100ms.
  • Optimised database indexing for active job queries.
2025-08-30
v0.40.0
Feature

Auto-generated apps now support file uploads

  • Script parameters defined as File or Blob types now automatically render as drag-and-drop upload zones in the generated UI.
  • Added support for streaming large file uploads directly to workspace object storage.
  • File upload limits are now configurable per-workspace up to 5GB.
2025-08-12
v0.39.5
Security

Hardened secret encryption at rest

  • Upgraded workspace secret encryption to use AES-256-GCM with per-secret initialization vectors.
  • Added comprehensive audit logging for all secret read operations.