Skip to content

v0.16.2 — Apache-2.0

Choose a tag to compare

@spranab spranab released this 19 Aug 01:07
· 5 commits to main since this release

yantrikdb-server is now Apache-2.0, following the engine (yantrikdb v0.15.4). Server and engine move together — a split would publish a licence claim the other repository contradicts.

Published to crates.io under the new licence: yantrikdb-server, and the workspace crates alongside it.

Releases through v0.16.1 remain available under AGPL-3.0.

Also in this release

  • anyhow 1.0.102 → 1.0.104 (#92), closing RUSTSEC-2026-0190.
  • Cargo.lock regenerated for engine v0.15.4.
  • An AGPL trove classifier left behind in pyproject.toml was caught and fixed — the kind of thing that survives a relicense because the licence was verified where it is declared rather than everywhere it is stated.
  • deny.toml no longer permits AGPL-3.0. It was on the allow-list because it was our licence; leaving it would silently admit an AGPL dependency into a now-permissive tree.

Not changed

docs/papers/**, including the Zenodo bundle. Those describe the licensing as it stood when written; editing them retroactively would falsify the record rather than update it.

What's Changed

  • deps: anyhow 1.0.102 → 1.0.104 (RUSTSEC-2026-0190) by @spranab in #92
  • chore: relicense from AGPL-3.0 to Apache-2.0 by @spranab in #94

Full Changelog: v0.16.1...v0.16.2