> ## Documentation Index
> Fetch the complete documentation index at: https://www.nexrender.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

<Update label="June 2026">
  **API**

  * [Introduced layer and composition analytics:](/docs/cloud/templates/inspecting) `GET /v3/templates/{id}/compositions` and `GET /v3/templates/{id}/layers` expose After Effects structure as machine-readable data - composition dimensions, duration, frame rate, layer types, canvas bounds, and per-layer timing. Designed for agents and automated pipelines that need to inspect a template before building a job payload.
  * **Automatic font resolution** is now generally available and fully documented. Nexrender matches uploaded fonts to template requirements at render time without requiring an explicit `fonts` array in the job payload. See [Font Resolution](/docs/cloud/fonts/use) for details on how resolution works and when to override it.

  **Dashboard**

  * Improved mobile and tablet layout across the dashboard for managing templates, jobs, and settings on smaller screens.
  * Streamlined the full account registration and trial lifecycle, reducing the steps from sign-up to first render.

  **Integrations**

  * Released the [Nexrender skill](https://github.com/nexrender/nexrender-skill) for Claude, Codex, and other LLM agents. The skill packages authoritative API knowledge - job payload structure, asset types, codec identifiers, secret references, font resolution, and common failure patterns - so agents can construct correct job payloads without guessing at the API shape. See [Agentic Workflows](/docs/cloud/agentic_workflows) for an overview of the tools available for AI-driven video personalization.
</Update>

<Update label="April 2026">
  **Dashboard**

  * Introduced **Fonts Management** in the dashboard: upload, browse, and delete custom fonts directly from the UI without touching the API.
</Update>

<Update label="March 2026">
  **Dashboard**

  * Launched a new **visual dashboard experience** with a redesigned interface for managing templates, jobs, and team settings.

  **API**

  * [Introduced Join Jobs:](/docs/cloud/jobs/join_job) stitch an ordered list of video clips into a single output using `POST /jobs/join`. Each clip can be a static video URL or a full job definition that renders first - all in one API call.
</Update>

<Update label="February 2026">
  **API**

  * [Introduced Batch Jobs:](/docs/cloud/jobs/batch_jobs) submit up to 1,000 render jobs in a single `POST /batches` request. Batches support partial success - successfully created jobs proceed even if others fail validation. Track progress with `GET /batches/{id}` and cancel all remaining jobs with `POST /batches/{id}/cancel`.
  * [Introduced Job Cancellation:](/docs/cloud/jobs/job_cancel) cancel individual jobs with `PATCH /jobs/{id}/cancel` or cancel multiple jobs at once with `POST /jobs/cancel`. Cancellation cascades automatically to child and sibling jobs.
</Update>

<Update label="January 2026">
  **API**

  * [Expanded Render Settings:](/docs/cloud/jobs/rendering_settings) the `settings` object now supports an `engine` field to target a specific After Effects engine version (`ae2025` or `ae2026`) per job. Full codec reference with video and image codec identifiers is now available.
</Update>

<Update label="November 2025">
  **API**

  * Introduced font auto-detection. Newly created templates are now scanned for missing fonts, such fonts are then reported both during template fetch response but also with job creation. Note that this feature is still experimental, only fonts and templates uploaded after 31st October will contain the necessary metadata to support this feature. We plan on expanding it with proper documentation in the near future.
  * Performance improvements made to the job picking logic.
  * Improved the reliability of the job cleanup processes.
</Update>

<Update label="October 2025">
  **API**

  * Implemented template auto-cleanup for failed or unfulfilled templates. Templates that were not uploaded in 7 days are now marked as inactive.
  * Improved internal job handling.
  * Several bugfixes and performance improvements were made.
</Update>

<Update label="September 2025">
  **API**

  * [Introduced Secrets Management](/docs/cloud/jobs/secrets): securely store and reference API keys, credentials, and sensitive values in jobs.
  * [Added Upload configuration block:](https://docs.nexrender.com/cloud/jobs/initiating_renders#uploading-rendering-results) control output destinations with S3 support, custom prefixes, ACLs, and `outputUrl` overrides.
  * [Added Render settings: ](https://docs.nexrender.com/cloud/jobs/initiating_renders#render-settings)configure output type (`video`, `image`), frame ranges, codecs, and quality (`draft`, `full`).
  * Added autodetection of .AEP files in project archives. Removed requirement for .AEP to be at archive root.
  * Webhook no longer requires a `method` field provided and now defaults to `POST`.
  * Fixed: Webhooks would get fired with `queued` status on failed attempts. We now only fire a webhook on either a `finished` or a final `error` state.

  **Worker**

  * Implemented **Smart Caching**: frequently used templates are cached locally, cutting download times significantly on repeated renders.
</Update>

<Update label="August 2025">
  **API**

  * Improved support for **Google Cloud Platform storage**.
  * Enhanced font deletion logic for better resource cleanup.
  * Added `outputUrl` field to `GET /api/v2/jobs/:id` response for direct access to rendered output.
  * Added support for **Essential Properties** in Motion Graphics templates ([docs](https://docs.nexrender.com/cloud/jobs/rendering_basics#essential-%E2%80%94-motion-graphics-template-fields-defined-by-essential-properties)).
  * Enforced **TIMECODE display setting** in After Effects during render for consistency.
  * Refined job creation pipeline for improved throughput and reliability.
  * Added **color parsing support** for Essential parameters, expanding creative flexibility.

  **Worker**

  * Enhanced logging for improved transparency.
  * Updated MOGRT parsing logic for better compatibility with AE templates.
  * Improved asset fetching logic, making it more reliable in varied network conditions.
  * Lifecycle improvements for better performance and resilience.
</Update>

<Update label="July 2025">
  **API**

  * Added `quality` parameter (`"draft"`, `"best"`) to the `nx:preview` asset function, allowing finer control over preview renders.
  * Switched to **7z decompression** as the primary driver for `.zip` template handling, improving performance and compatibility.
  * Increased JSON payload size limit to support larger templates during parsing.

  **Worker**

  * Improved template parsing logic for greater accuracy and speed.
  * Introduced lifecycle changes to enhance resource management and fault tolerance.
</Update>

<Update label="June 2025">
  **API**

  * Fixed critical bugs improving reliability.
  * Enhanced webhook logging for better debugging and monitoring.

  **Worker**

  * General stability improvements leading to more consistent job execution.
</Update>

<Update label="May 2025">
  **Job Scalability with Reserved Workers** We now support **reserved workers** — dedicated rendering nodes for teams requiring guaranteed performance. If all reserved nodes are busy, jobs automatically fall back to a shared, slower pool to ensure eventual processing without failure. *(Currently offered to selected clients.)*

  **Job Parenting Logic Improved** Refactored internal logic for dependent/related jobs to better support future features like job chains and batches.

  **Bug Fixes** Resolved bugs related to job tracking and template rendering stability.
</Update>

<Update label="April 2025">
  **Template Validation & Deep Parsing** Newly uploaded templates are now **automatically validated and introspected**. We extract key metadata:

  * Available compositions
  * Editable layers
  * Embedded `.mogrt` parameters\
    This paves the way for advanced job setup via UI and API.

  **Performance & Reliability Upgrades** Improved API throughput and reduced latency on template upload and font processing.

  **Bug Fixes** Resolved issues affecting asset rendering in edge cases.
</Update>

<Update label="March 2025">
  **Jobs API v2 Launched** A completely new and powerful way to manage rendering jobs at scale. Key features:

  * Templates: reusable AEP/MOGRT/ZIP projects for rapid job issuing.
  * Fonts: centralized font management — no need to host fonts externally.
  * Smarter webhook handling, including **custom data payloads**.
  * Clearer job lifecycle visibility: track, retry, and introspect with ease.
  * Support for \[`nx` asset functions] to control layers dynamically inside jobs.
</Update>

<Update label="February 2025">
  **Job Redaction Layer** For privacy-conscious users, job data is now automatically **sanitized** after 3 days (render logs, asset paths, etc).

  **Bug Fixes** Addressed 2 stability issues related to font uploads and job progress syncing.
</Update>

<Update label="January 2025">
  **Dedicated API Service Migration** We’ve migrated all job-related operations to a separate service — this unlocks:

  * Independent scaling
  * Faster deploy cycles
  * Greater reliability under load

  **Foundational Optimizations** Major refactors behind the scenes: faster queueing, improved monitoring, and more resilient error recovery.
</Update>
