Releases: xraph/chronicle
Releases · xraph/chronicle
v1.5.0
v1.4.1
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.1Full Changelog: v1.4.0...v1.4.1
v1.4.0
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.0Full Changelog: v1.3.1...v1.4.0
v1.3.1
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.1Full Changelog: v1.3.0...v1.3.1
v1.3.0
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.0Full Changelog: v0.2.0...v1.3.0
v0.2.0
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.0Full Changelog: v0.1.0...v0.2.0
v0.1.0
Changes
- Refactor SQLite store to use Grove ORM (068b388)
Installation
go get github.com/xraph/chronicle@v0.1.0Full Changelog: v0.0.1...v0.1.0
v0.0.1
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.1What's Changed
- build(deps): bump the minor-and-patch group in /docs with 3 updates by @dependabot[bot] in #1
New Contributors
- @dependabot[bot] made their first contribution in #1
Full Changelog: https://github.com/xraph/chronicle/commits/v0.0.1