Skip to content

Releases: xraph/chronicle

v1.5.0

15 Apr 18:45

Choose a tag to compare

Changes

  • fix: update forge and grove dependencies to v1.6.0 and v1.5.1 respectively (15795cc)
  • fix: update forge and grove dependencies to v1.4.5 and v1.4.3 respectively (14840f1)

Installation

go get github.com/xraph/chronicle@v1.5.0

Full Changelog: v1.4.1...v1.5.0

v1.4.1

29 Mar 16:07

Choose a tag to compare

Changes

  • fix: update dependencies for forge and grove to v1.4.1 and confy to v0.5.0 (3acf331)

Installation

go get github.com/xraph/chronicle@v1.4.1

Full Changelog: v1.4.0...v1.4.1

v1.4.0

28 Mar 18:36

Choose a tag to compare

Changes

  • fix: implement safe conversion functions for uint64 and int64 in models and update related usages (cc156d5)
  • fix: update SQL query placeholders from $1 to ? for consistency (7314cd2)

Installation

go get github.com/xraph/chronicle@v1.4.0

Full Changelog: v1.3.1...v1.4.0

v1.3.1

14 Mar 15:25

Choose a tag to compare

Changes

  • fix: update forge dependency to v1.3.1 and improve operation IDs in API routes (810ae8a)

Installation

go get github.com/xraph/chronicle@v1.3.1

Full Changelog: v1.3.0...v1.3.1

v1.3.0

12 Mar 16:19

Choose a tag to compare

Changes

  • feat(dashboard): add StatsWidget for event statistics overview (840f02f)
  • fix: update goimports path in Makefile for correct formatting (fbe51b2)

Installation

go get github.com/xraph/chronicle@v1.3.0

Full Changelog: v0.2.0...v1.3.0

v0.2.0

07 Mar 06:48

Choose a tag to compare

Changes

  • refactor: update logger usage in extension initialization and improve HTTP request handling in tests (a63d9e3)
  • refactor: improve formatting and readability of Go and TSX syntax highlighter functions (1ebeaa6)
  • Refactor logging to use go-utils/log package (43265e8)
  • fix: update dependencies in go.mod and go.sum for improved compatibility (8858441)
  • refactor: update TypeID documentation and improve ID handling in the codebase (aa937b6)

Installation

go get github.com/xraph/chronicle@v0.2.0

Full Changelog: v0.1.0...v0.2.0

v0.1.0

25 Feb 04:50

Choose a tag to compare

Changes

  • Refactor SQLite store to use Grove ORM (068b388)

Installation

go get github.com/xraph/chronicle@v0.1.0

Full Changelog: v0.0.1...v0.1.0

v0.0.1

21 Feb 07:34

Choose a tag to compare

Changes

  • fix: update linters configuration and improve Markdown export formatting (d1884cd)
  • fix: update Go version to 1.25.7 in CI and release workflows, and update documentation prerequisites (28a3d56)
  • fix: update Go version to 1.25.7 in go.mod (5011028)
  • fix: update Go version to 1.24 and schema version to 2.4.2 in configuration files (fff5921)
  • fix(ci): downgrade Go version from 1.25 to 1.24 in CI and release workflows (ea215a0)
  • docs: update Go packages reference, add SQLite store documentation, and enhance event recording details (f0ec400)
  • fix(layout): update repository name and title to Chronicle (3964f0c)
  • refactor: update documentation and components for Chronicle audit library (3af7afb)
  • Merge pull request #1 from xraph/dependabot/npm_and_yarn/docs/minor-and-patch-eca3b924e8 (e51fb36)
  • fix(meta.json): format pages array for consistency (8a0d430)
  • build(deps): bump the minor-and-patch group in /docs with 3 updates (28734be)
  • feat(go.mod): add github.com/xraph/vessel v0.0.5 as a direct dependency (387349c)
  • feat(store/sqlite): implement retention policy management and event storage (43ce686)

Installation

go get github.com/xraph/chronicle@v0.0.1

What's Changed

  • build(deps): bump the minor-and-patch group in /docs with 3 updates by @dependabot[bot] in #1

New Contributors

Full Changelog: https://github.com/xraph/chronicle/commits/v0.0.1