Skip to content
Last updated

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Documents — Download: A new GET /documents/download/{dcp_id} endpoint is added, through which the document file is returned directly, in its original format. Availability can also be checked with HEAD on the same path.

[1.3.0] - 2026-08-05

Added

  • Product Parts — Cross Reference: New POST /product-parts/cross-reference endpoint for looking up Renesas replacement parts by competitor part number. Accepts up to 200 part numbers per request. Each result includes the match type (Drop-in, Footprint, or Functional), competitor manufacturer, lifecycle status, part description, and comments.
  • Product Parts — Get Attribute by ID: New GET /product-parts/attributes/{productPartAttributeId} endpoint for retrieving a single parametric attribute by its ID.
  • Product Parts — attributeValuesParsed: New array property on parametric attribute objects that provides a structured parse of attributeValues entries with known formats. Each item includes a type (GP, BK, DOC, OP, or URL), a value, and either an href (for internal API resources) or a url (for external links).
  • Product Parts — chipImage: New property containing the URL of the chip image.
  • Product Parts — cadModel: New array property listing available CAD model downloads for the part. Altium entries reference the Documents resource via agileId, dcpDocumentId, title, type, language, and href. Third-party entries (e.g., SamacSys) include a url and providedBy.
  • Documents — type and subType filters: New query parameters on GET /documents for filtering by document type (e.g., Datasheet, Manual - Software) and sub-type (e.g., Driver Package, Peripherals - Clock).
  • Documents — Types resource: New GET /documents/types endpoint listing all available document types and their associated sub-types.
  • Products — applicationBlockDiagrams: New array property listing application block diagrams associated with the product, each with a title, description, imageUrl, and url.

[1.2.0] - 2026-05-27

Added

  • Product Parts — Parametric Search: Added POST /product-parts/search endpoint for filtering product parts within a product using parametric attribute filters (eq, gt, gte, lt, lte, range operators).
  • Product Parts — Attributes: Added GET /product-parts/attributes endpoint for retrieving all available parametric attributes, with optional filtering by productId.
  • Product Parts — distiInventory: New property returning distributor inventory data, including per-distributor stock quantity, part number, and shopping cart URL, along with an inStock flag, total quantity, and updated timestamp.
  • Product Parts — budgetaryPrice: New property returning price breaks at 1, 100, and 1000 units with currency.
  • Product Parts — directBuy: New boolean property indicating whether the part is available for direct purchase.

[1.1.1] - 2026-04-12

Added

  • Products Resource: Introduced /products endpoints for listing and retrieving generic products, including category hierarchy, descriptions, features, applications, related boards & kits, documents, and software tools.

[1.1.0] - 2026-03-12

Added

  • Documents Resource: Introduced /documents endpoints for listing and retrieving document downloads, including filtering by language, category, product, and revision date. Supports lookup by DCP Document ID or Agile ID.
  • Boards & Kits Resource: Introduced /boards-kits endpoints for listing and retrieving development, evaluation, demonstration, reference, and starter boards and kits.
  • Packages Resource: Introduced /packages endpoints for listing and retrieving package data, including physical specifications, regulatory info, and related documents.
  • Software Tools Resource: Introduced /software-tools endpoints for listing and retrieving software tools, including IDE, software packages, and related boards, products, and documents.

Changed

  • Base Orderable Part Number: Updated the /product-parts endpoints to include a new property for BOPN.

[1.0.0] - 2025-10-01

Initial Release

  • Launched the Web Data API with the /product-parts endpoints.