Skip to content

Latest commit

 

History

History
74 lines (52 loc) · 2.76 KB

File metadata and controls

74 lines (52 loc) · 2.76 KB

Changelog

All notable changes to the DiceBear API will be documented in this file.

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

This repository is the self-hostable HTTP API for DiceBear, published as a Docker image on Docker Hub. The package itself is private and unpublished. The version lives only in the Git tag, and the docker.yml workflow builds the image on every v* tag. Versions track the API's own release line (4.x), independently of the DiceBear library.

4.10.0-rc.2 - 2026-07-31

4.10.0-rc.1 - 2026-07-31

4.9.1 - 2026-07-29

Changed

  • Refreshed package-lock.json within the existing version ranges. @dicebear/core and @dicebear/converter now resolve to 10.3.2 (was 10.3.0). This picks up the converter fix that keeps text nodes, CDATA sections, and deep nesting intact. @dicebear/schema resolves to 1.3.0 (was 1.2.0). Transitive dependencies moved as well, among them fastify (5.10.0) and sharp (0.35.3).

4.9.0 - 2026-06-13

Changed

  • Updated @dicebear/core and @dicebear/converter to ^10.3.0 (was ^10.2.0).

4.8.0 - 2026-06-10

Added

  • New per-style endpoints /{version}.x/{style}/definition.json (raw style definition) and /{version}.x/{style}/options.json (options descriptor, without the options listed in EXCLUDED_OPTIONS). Both are disabled by default and can be enabled individually via the new DEFINITION and OPTIONS environment variables.

4.7.0 - 2026-06-06

Added

  • The version root endpoint (e.g. /10.x) now returns the list of available style names as { "styles": [...] }, sorted alphabetically, so clients can discover supported styles. The response is cached via the new CACHE_CONTROL_STYLES environment variable (default 1 hour).

4.6.0 - 2026-06-03

Changed

  • Updated @dicebear/styles-10 to ^10.1.0 (was ^10.0.0), which fixes the Lorelei mouth showing through beard variants and the Rings shape rendering.
  • Updated @dicebear/schema to ^1.1.0 (was ^1.0.0).