Skip to main content
Release notes are generated per release and published on GitHub Releases — that is the authoritative record of what changed between versions, including security advisories.
  • BoxLite installed in at least one SDK (Python boxlite, Node @boxlite-ai/boxlite), or the CLI binary boxlite.
  • For browsing release notes: a web browser; no API key required.

Current state

  • Latest published version: check the registry directly — pip index versions boxlite or npm view @boxlite-ai/boxlite version. GitHub Releases is the authoritative changelog.
  • There is no CHANGELOG.md in the repository. Per-version notes are auto-generated on each GitHub Release.
  • Release notes include a Security section when an advisory applies (for example, the 0.9.0 release documents two Critical CVEs fixed in < 0.9.0).

Where the version history actually lives

Quick Example — check which version you have

The most useful “changelog” action you can take right now is confirming your installed version, then comparing it against the GitHub Releases list.

Python

Node

CLI

The C SDK exposes the version string via the boxlite_version() function (declared in boxlite.h) if you need it from native code.

Parameters & Returns

This page describes no callable API. The single programmatic touchpoint is the version accessor:

Troubleshooting

Why this is a stub

A documentation Changelog should be curated and stable, with human-written highlights per release. BoxLite’s history today is auto-generated at release time and not mirrored into a docs source file. Until that source of truth is decided (curated notes vs. mirroring GitHub Releases), this page intentionally points you to the live, authoritative sources rather than duplicating a snapshot that would immediately go stale.