Skip to content

Latest commit

 

History

History
54 lines (31 loc) · 1.38 KB

File metadata and controls

54 lines (31 loc) · 1.38 KB

Changelog

All notable changes to MatrixStorage will be documented in this file.

The format is based on Keep a Changelog, and this project follows Semantic Versioning for release tags.

[1.1.0] - 2026-04-05

Added

  • Added stable com.y54895.matrixstorage.api namespace.
  • Added immutable snapshots for status, definitions, mailbox messages, profiles, and block warehouses.
  • Added Dokka Javadoc generation.

Changed

  • Updated MatrixStorage to depend on MatrixLib 1.5.0.
  • Promoted selected storage state queries into a documented stable API surface.

Validated

  • Verified bash ./gradlew build.
  • Verified bash ./gradlew generateJavadoc.

[1.0.2] - 2026-04-05

Added

  • Added MatrixStorage registration into the shared MatrixLib GitHub Releases updater.

Changed

  • Updated MatrixStorage to depend on MatrixLib 1.4.0.
  • Documented MatrixLib-managed approval-based auto update flow.

Validated

  • Verified bash ./gradlew build.

[1.0.1] - 2026-04-05

Added

  • Added bStats telemetry registration through MatrixLib shared metrics API.
  • Added charts for storage backend, MatrixShop bridge status, mailbox volume, block warehouse volume, and definition sources.

Changed

  • Updated MatrixStorage to depend on MatrixLib 1.3.0.
  • Updated README and docs entry points for release and telemetry documentation.

Validated

  • Verified bash ./gradlew build.