Changelog

Copy Markdown

All notable changes to this project are documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.6.7 - 2026-07-24

Changed

  • Track umadb-proto 0.6.7. The proto surface (messages, fields, and the five DCB RPCs) is unchanged from 0.6.4, so there are no wire or public-API changes; this release only aligns the client version with the latest UmaDB.

0.6.4 - 2026-07-07

Added

  • Initial published release: gRPC client for UmaDB's DCB (Dynamic Consistency Boundary) event store, wrapping UmaDb.V1.DCB.Stub with connect/2, head/1, get_tracking_info/2, append/3, read/2, and subscribe/2, plus UmaDbClient.Builder convenience constructors.
  • Build and publish GitHub Actions workflows.
  • MIT license.