Changelog

The Davix H2I changelog records updates to both the public API and the platform that powers the service.

This page combines two types of release information into one place:

API Updates #

API updates describe changes to the external interface used by developers and applications. These changes may introduce new endpoints, expand request capabilities, refine validation behavior, improve response handling, or add new processing functionality through the public API surface. The public API currently includes HTML rendering, image processing, PDF processing, and analysis tools exposed through the /v1/* routes.

Because Davix H2I exposes its functionality through API requests, API updates can directly affect how integrations behave.

Requests sent through Davix H2I are executed by the H2I engine (PixLab), which performs the rendering, processing, transformation, and analysis tasks associated with each request.

Platform Updates #

Platform updates describe changes to the service layer that supports Davix H2I. These changes may not always introduce a new endpoint or parameter, but they can affect service behavior, output delivery, reliability, startup/runtime operation, and request lifecycle handling.

Changelog Format #

Each release is grouped by date.

Every release contains two sections:

  • API Updates
  • Platform Updates

Each section may use the following categories when applicable:

Added #

Newly introduced functionality, capabilities, or support.

Changed #

Updates to existing behavior, request handling, or service behavior.

Improved #

Enhancements in performance, consistency, reliability, validation, or developer experience.

Fixed #

Resolved bugs, incorrect behavior, or edge-case issues.

New releases should always be added at the top of this page, with the newest release appearing first.


2026-01-15 #

Was it helpful ?
Scroll to Top