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

# Changelog

> Flows product updates and announcements.

<Update label="May 28th, 2026" description="Flow resume retry reset">
  ### 🐛 Bug Fixes

  * 🐛 Resuming a flow run is now reseting the number of retry of any BLOCKED runs
</Update>

<Update label="April 1st, 2026" description="Names for action & flow runs">
  **Named action runs and flow runs**

  * **Set and update names** — You can assign a **name** to **action runs** and **flow runs**, and **update** that name later for easier identification in lists and UIs.
  * **Scheduled flows** — The name on a **scheduled flow** is **not** updatable for now; other run types follow the behavior above.
</Update>

<Update label="February 7th, 2026" description="New flow & People Enrich input">
  **New flow: LinkedIn Find People Enrich**

  * **[LinkedIn Find People Enrich](/api/flows/linkedin-find-people-enrich)** — New flow to find a LinkedIn profile from a person's name and company (or domain), then extract profile and company data and enrich with emails and phones. Inputs: `full_name`, `company_name`, `domain`, and optional `job_title`. Steps: find profile URL → extract people → extract company → full enrich (emails and phones).

  **LinkedIn People Enrich — new optional input: `job_title`**

  * **[LinkedIn People Enrich](/api/flows/linkedin-people-enrich)** — You can now pass an optional **`job_title`** on each input. Use it to attach a job title to the profile (e.g. for your own tracking or matching). The value is passed through with the flow run.
</Update>

<Update label="February 26th, 2026" description="Sales Nav Company, Limits & Flows">
  ### Flows

  * **custom\_data mapping** — Added `meta` mapping for `custom_data` in flow outputs.
</Update>

<Update label="February 6th, 2026" description="Flow enrichment updates">
  **Optional steps & output precedence**

  ### 🔧 SN Search People

  * **New optional steps** — The [Sales Navigator Search People](/api/flows/salesnavigator-search-people) flow now supports:
    * **Extract LinkedIn People Skills** (`linkedin-extract-people-skills`)
    * **Extract LinkedIn People Experiences** (`linkedin-extract-people-experiences`)
    * **Extract LinkedIn People Educations** (`linkedin-extract-people-educations`)
  * **Output precedence** — When present, outputs from these steps take precedence over those of `linkedin-extract-people`.

  ### 🔧 LinkedIn People Enrich

  * **New optional step** — The [LinkedIn People Enrich](/api/flows/linkedin-people-enrich) flow now supports **Extract LinkedIn People Education** (`linkedin-extract-people-educations`).
  * **Output precedence** — Outputs from **Extract LinkedIn People Skills**, **Extract LinkedIn People Experiences**, and **Extract LinkedIn People Educations** take precedence over those of `linkedin-extract-people` when present.
  * **Note** — When using the optional `linkedin-extract-people-experiences` or `linkedin-extract-people-skills` steps, do not enable the `skills` and `experiences` parameters on the required `linkedin-extract-people` step, or the mandatory step’s data will override the optional steps’ outputs.
</Update>

<Update label="January 9th, 2026" description="v1.3.0">
  **Schedule Your Flows via API**

  ### ✨ New Features

  * **[Flow Scheduling API](/api/schedules/create)** — Schedule flows to run automatically at specific times or on recurring schedules using cron expressions. Set it and forget it - schedule your LinkedIn outreach weeks in advance!
  * **Callback Control** — New `on` parameter in callbacks: choose `"all"` to stream outputs as they're generated, or `"final"` for a single notification when the flow completes or errors

  ### 🚀 New Endpoints

  * **[Schedule Flow Run](/api/schedules/create)** — Create scheduled or recurring flow runs with cron expressions (`POST /flows/{flow_slug}/run/schedule`)
  * **[List Schedules](/api/schedules/list)** — View all your scheduled flow runs with filtering and sorting (`GET /flows/schedules`)
  * **[Get Schedule](/api/schedules/get)** — Get detailed information about a specific schedule (`GET /flows/schedules/{uid}`)
  * **[Manage Schedule](/api/schedules/manage)** — Pause, resume, or cancel scheduled flows (`POST /flows/schedules/{uid}/{action}`)

  ### 🔄 API Changes

  * **Async Run Endpoints** — Flow run endpoints moved from `/run` to `/run/async` for clarity. The original `/run` endpoint is deprecated but remains fully functional for backward compatibility.
  * **New Response Fields** — Added `output_count` (number of outputs when finished) and `scheduled_flow_run_uid` (reference to parent schedule) to flow run responses
  * **Enhanced Rate Limiting** — Improved 429 error responses now include detailed rate limit headers (`Retry-After`, `X-RateLimit-Limit`, `X-RateLimit-Reset`, `X-RateLimit-Type`)
  * **Optimized List Endpoint** — Removed `workflow.steps` from list responses for improved performance. Use the `GET /flows/runs/{uid}` endpoint for detailed step information.
</Update>

<Update label="December 17th, 2025" description="v1.2.0">
  **New Flows & API Improvements**

  ### ✨ New Features

  * **[LinkedIn Content Search Enrich](/api/flows/linkedin-content-search-enrich)** — New flow to search LinkedIn posts and enrich with author profiles, company data, and contact information
  * **[Google Maps Places Enrich](/api/flows/google-maps-places-enrich)** — New flow to search Google Maps for businesses and extract detailed place information including contacts, reviews, and location data
  * **[Fullenrich Enrich People](/api/actions/fullenrich-enrich-people)** — New standalone action to enrich people with verified emails and phone numbers

  ### 🚀 New Endpoints

  * **Get Flow Run Status** — Lightweight endpoint to check flow run status (`GET /flows/runs/{flow_run_uid}/status`)
  * **Resume Flow Run** — Resume paused or blocked flow runs (`POST /flows/runs/{flow_run_uid}/resume`)
  * **Cancel Flow Run** — Cancel running or pending flow runs (`POST /flows/runs/{flow_run_uid}/cancel`)

  ### 🎨 Improvements

  * **Enhanced Error Responses** — Added standardized error responses (PaymentRequired, Forbidden, UnprocessableEntity, NotFound, TooManyRequests)
</Update>

<Update label="December 10th, 2025" description="v1.1.0">
  **Credits, Webhooks & Platform Improvements**

  ### ✨ New Features

  * **Credits Consumption & Advanced Webhooks** — Added credits consumption tracking and enhanced webhook configuration options
  * **Sentry Integration** — Clean implementation of error monitoring with Sentry

  ### 🐛 Bug Fixes

  * **Flow Callbacks** — Fixed callback payloads and deletion for flows
  * **Security Patches** — Resolved security issues
  * **Download Feature** — Fixed download functionality
  * **Flow Inputs** — Fixed input handling for flows
  * **Flow Run Filtering** — Fixed `?flow_run_id` empty filter edge case

  ### 🎨 Improvements

  * **Upload Limit** — Increased upload capacity to 5,000 rows
  * **Parameters Config UI** — Improved parameters configuration for Flows and Array fields
  * **Flow Naming** — Switched from slug format to human-readable Flow names
  * **UI Polish** — Various minor UI improvements across the board
</Update>

<Update label="December 2nd, 2025" description="v1.0.0">
  **Initial release of Edges Flows platform.**

  Launch of the Edges Flows platform with comprehensive API documentation and flow presets for LinkedIn and Sales Navigator data extraction and enrichment.
</Update>
