Changelog

Every change to the API, on the record.

What we shipped, in order. New endpoints, response changes, performance work, and fixes across the profile, company, search, jobs, and posts APIs.

Newest first · Dates are general availability

  • 6Documented releases
  • v2.8Current version
  • 18Logged changes

Areas covered

  • Company
  • Search
  • MCP
  • Developer experience
  • Performance
  • Jobs
  • Posts
  • Core API
  • Reliability

Release index

Every release, at a glance.

One line per dated release: what it was called, which areas it touched, and how many documented changes it carried. Pick one to jump to its full entry.

How changes are typed

Added8
A new endpoint, field, or capability you can call.
Improved7
Existing behaviour changed, response shape intact.
Fixed2
A defect corrected. No action needed on your side.
Deprecated1
Still served, scheduled for removal. Migration notes in the docs.
6 releases18 changes9 areas

Release history

Newest first

Dates show when a change reached general availability. Deprecations are called out before removals, with migration notes kept in the docs.

  1. v2.8Latest
    • Company
    • Search

    Company insights and headcount trends

    A new insights endpoint returns normalized headcount, growth signals, and department breakdowns for a company, so you can score and segment accounts without stitching together several calls.

    • AddedNew GET /v2/company/insights endpoint returns headcount by department, month-over-month growth, and hiring signals for a company URL or ID.
    • ImprovedCompany enrichment now normalizes industry and company-size values against a fixed vocabulary, so responses stay consistent across sources.
    • FixedResolved a pagination edge case where a repeated nextOffset could be returned on the final page of company employee results.
  2. v2.7
    • MCP
    • Developer experience

    Hosted MCP server

    Connect Claude, Cursor, and any MCP client to EnvoAPI with a single hosted server. Your assistant can enrich profiles, research companies, and search jobs in plain language using your existing API key.

    • AddedHosted MCP server at https://api.envoapi.com/mcp exposing 15 read-only tools over streamable HTTP.
    • AddedSetup guides for Claude Code, Claude Desktop, Cursor, and VS Code, plus a walkthrough on the /mcp page.
    • ImprovedMCP tools share the same auth, credits, rate limits, and usage reporting as REST — no separate billing or keys to manage.
  3. v2.6
    • Search
    • Performance

    Faster search and typeahead

    Search responses return sooner on common queries, and a new typeahead endpoint helps you build filter and location pickers without hard-coding option lists.

    • AddedNew GET /v2/search/typeahead endpoint returns suggestions for locations, companies, and titles as the user types.
    • ImprovedMedian response time for people and company search dropped after query-plan and caching work on frequent filter combinations.
    • ImprovedLocation filters now accept both display names and canonical IDs, so you can pass whichever your app already stores.
  4. v2.5
    • Jobs

    Jobs API expansion

    Job search gains a details endpoint and richer filters, and salary fields are normalized so you can compare postings across companies and regions.

    • AddedNew GET /v2/jobs/{id} endpoint returns full job details, including description, seniority, and employment type.
    • AddedJob search now supports remote, on-site, and hybrid workplace filters.
    • ImprovedSalary values are normalized to a currency, period, and range shape when the source posting provides them.
  5. v2.4
    • Posts

    Posts, comments, and reactions

    Read structured post content along with its comments and reactions, with consistent pagination across all three so you can page through long threads reliably.

    • AddedNew endpoints for post details, comments, and reactions under /v2/post.
    • ImprovedComments and reactions use the same cursor-based pagination as the rest of the v2 API.
    • FixedCorrected timestamp handling so post and comment times are returned in UTC ISO 8601 consistently.
  6. v2.3
    • Core API
    • Reliability

    Standardized response envelope

    Every v2 endpoint now returns the same envelope — success, data, pagination, and meta — with a documented error-code set. This is the foundation the rest of the year builds on.

    • AddedConsistent { success, data, pagination, meta } envelope across all v2 endpoints, documented in the API reference.
    • ImprovedError responses now include a stable code and human-readable message for 400, 401, 404, 409, 422, 429, 502, and 503.
    • DeprecatedLegacy top-level result fields from the v1 preview are deprecated in favor of the data object. See the migration notes in the docs.

Stay current

Read the contract behind every change.

Pair each release note with the endpoint reference and the response envelope before you update production workflows. Deprecations are documented with migration notes ahead of any removal.

  • Latest releasev2.8
  • ShippedJuly 3, 2026
  • Subscribe/rss.xml

Have a request or spotted a regression? Talk to the team.