KoutenDB v0.12.1

KoutenDB v0.12.1 aligns the core documentation and driver discovery output with the current external driver releases.

Published Drivers

Publication Status Clarified

Go, Swift, C#, and Kotlin wrappers remain in-tree foundations. They have not been published as Go, SwiftPM, NuGet, or Maven packages. The in-tree Node TCP and Bun paths are also distinguished from the published JavaScript Node-API driver.

The CLI no longer suggests a remote go get command for the unpublished Go module. It now points users to the repository-local go.mod replace workflow.

Verification

  • current package versions were checked against crates.io, npm, PyPI, Packagist, and GitHub Releases;
  • the release-mode CLI build passed;
  • the Go driver discovery output was checked;
  • the full GitHub CI matrix passed on the documentation update PR, including core, C ABI, TLS, cluster, recovery, Universe, Linux, and macOS checks.

This patch does not change the wire protocol, storage format, or C ABI.