Changelog

This page documents the current version and release facts confirmed by the n8n node repository files available in this documentation set. It is limited to code-backed and package-backed information from the loaded SSOT and related implementation metadata. The repository files provided here do not include a separate multi-version changelog for the n8n node, so this page should be read as the current documented release record.

Current release #

Package version #

The package version documented in package.json is:

  • 1.0.0

Node definition version #

The node definition metadata documents:

  • node version: 1

These are two different version markers in the repository:

  • the package version describes the npm package release
  • the node version describes the node definition version in n8n metadata

Release identity #

The repository metadata confirms:

  • package name: n8n-nodes-davix-h2i
  • node display name: Davix H2I
  • credential display name: Davix H2I (PixLab) API

The short canonical description documented in the node metadata is:

Use Davix H2I Engine (Pixlab) public API endpoints (H2I, Image, PDF, Tools).

Capability surface in the current documented release #

The current code-backed documentation describes the node as supporting four top-level resources:

  • H2I
  • Image
  • PDF
  • Tools

H2I resource #

Documented operations:

  • image
  • pdf

Image resource #

Documented operations:

  • format
  • resize
  • crop
  • transform
  • compress
  • enhance
  • padding
  • frame
  • background
  • watermark
  • pdf
  • metadata
  • multitask

PDF resource #

Documented operations:

  • to-images
  • merge
  • split
  • compress
  • extract-images
  • watermark
  • rotate
  • metadata
  • reorder
  • delete-pages
  • extract
  • flatten
  • encrypt
  • decrypt

Tools resource #

Documented operations:

  • single
  • multitask

This operation inventory is the current documented capability surface for the package version present in the repository files.

Credential and connection model in the current documented release #

The current repository documentation confirms one credential type:

  • internal name: davixH2IApi
  • display name: Davix H2I (PixLab) API

The credential exposes:

  • baseUrl
  • apiKey

The documented default Base URL is:

  • https://pixlab.davix.dev

The repository also confirms that the current authentication model sends the API key in the x-api-key header.

Runtime and packaging facts in the current documented release #

The repository documentation confirms these current package and runtime facts:

  • package type: n8n community node package
  • Node.js runtime requirement: >=20
  • build output goes to dist
  • main entrypoint: dist/index.js
  • declarations: dist/index.d.ts
  • published package files are limited to dist

The repository also documents installation through:

  • the n8n Community Nodes UI
  • npm installation for self-hosted environments

Release automation #

The repository includes GitHub Actions publish automation. The documented release workflow facts are:

  • a workflow exists for publishing to npm
  • the publish trigger includes tag pushes matching v*.*.*
  • the publish job requires refs starting with refs/tags/v
  • the publish command is npm publish --provenance --access public
  • npm authentication is provided through secrets.NPM_TOKEN

Compatibility facts in the current documented release #

The repository metadata confirms:

  • package version: 1.0.0
  • node definition version: 1
  • peerDependencies.n8n-workflow: "*"
  • no explicit minimum or maximum n8n version constraint beyond that
  • Node.js runtime requirement declared as >=20

This is the compatibility picture confirmed by the provided repository documentation files.

Release notes for the current documented version #

Included capability surface #

The current documented node includes support for:

  • H2I rendering workflows
  • Image processing workflows
  • PDF processing workflows
  • Tools analysis workflows

Included credential model #

The current documented node includes:

  • one credential type
  • Base URL configuration
  • API Key configuration
  • x-api-key authentication injection

Included binary model #

The current documented node includes:

  • binary input handling for Image, PDF, and Tools
  • optional binary output download for H2I, Image, and PDF
  • JSON output for all resources
  • JSON-only documented output path for Tools

Included validation and error model #

The current documented node includes:

  • Base URL and API key validation
  • upload-size validation
  • operation-specific validation such as Image Multitask, Tools selection requirements, and PDF reorder input validation
  • continue-on-fail item-level error output behavior

What is not documented as release history #

The provided repository documentation does not include:

  • a multi-version chronological changelog for older n8n node releases
  • dated release notes for earlier versions before 1.0.0
  • explicit Added/Changed/Fixed sections across multiple historical versions
  • a separate dedicated changelog file for the n8n node repository root

Because of that, this page should remain limited to the current code-backed release facts unless repository-backed historical release data is added later.

Summary #

The current n8n node release documented by the repository files is:

  • Package version: 1.0.0
  • Node version: 1
  • Package name: n8n-nodes-davix-h2i
  • Node name: Davix H2I
  • Credential: Davix H2I (PixLab) API
  • Resources: H2I, Image, PDF, Tools
  • Distribution: npm / n8n community node package
  • Release automation: GitHub Actions publish workflow with tag-based npm publishing

[Image placeholder — release or package summary graphic showing package name, version 1.0.0, and node version 1]

Was it helpful ?
Scroll to Top