Releases: xraph/sentinel
Releases · xraph/sentinel
v1.5.0
Changes
- chore: update grove, forge, and go-utils dependencies to latest versions (715b7d7)
Installation
go get github.com/xraph/sentinel@v1.5.0Full Changelog: v1.4.1...v1.5.0
v1.4.1
Changes
- chore: update grove and forge dependencies to v1.4.1 and confy to v0.5.0 (cad7124)
Installation
go get github.com/xraph/sentinel@v1.4.1Full Changelog: v1.4.0...v1.4.1
v1.4.0
Changes
- chore: update grove and forge dependencies to v1.4.0 and go-utils to v1.1.0 (30a790d)
Installation
go get github.com/xraph/sentinel@v1.4.0Full Changelog: v1.3.1...v1.4.0
v1.3.1
Changes
- chore: update grove and forge dependencies to v1.3.1 (66ac33c)
- feat: add request schemas for various API routes and update suite request handling (35b0141)
Installation
go get github.com/xraph/sentinel@v1.3.1Full Changelog: v1.3.0...v1.3.1
v1.3.0
Changes
- chore: remove local replace directives for grove and its drivers (de7c3a3)
- feat: add BSON marshaling support for ID type (29d3f42)
- feat: enhance TypeID implementation with new ID struct and parsing functions (36edfe8)
Installation
go get github.com/xraph/sentinel@v1.3.0Full Changelog: v0.1.0...v1.3.0
v0.1.0
Changes
- docs: expand Forge extension options and add YAML configuration support (a484f26)
- docs: update Forge extension guide with Grove database support and YAML configuration examples (91b48ef)
- refactor: migrate from bun ORM to grove ORM for SQLite store implementation (8bdb298)
- fix: Add comprehensive documentation and update references for Sentinel framework (a7fd5ba)
Installation
go get github.com/xraph/sentinel@v0.1.0Full Changelog: v0.0.1...v0.1.0
v0.0.1
Changes
- Update biome schema version and refactor FlowNode component usage for cleaner code (e739202)
- Merge branch 'main' of github.com:xraph/sentinel (fedad80)
- Refactor scorer interfaces and output structures (2e34364)
- Refactor documentation and code structure for AI evaluation framework (9a80447)
- Merge pull request #6 from xraph/dependabot/npm_and_yarn/docs/minor-and-patch-8db44b5f5b (a4f33b2)
- Merge pull request #5 from xraph/dependabot/github_actions/actions/cache-5 (f0ead58)
- Merge pull request #4 from xraph/dependabot/github_actions/actions/setup-go-6 (5a9ea91)
- Merge pull request #3 from xraph/dependabot/github_actions/actions/upload-artifact-6 (18912d4)
- Merge pull request #2 from xraph/dependabot/github_actions/actions/checkout-6 (e332293)
- Merge pull request #1 from xraph/dependabot/github_actions/golangci/golangci-lint-action-9 (a2e4416)
- refactor(ext): remove unused extension package and registry code (8e915c9)
- build(deps): bump the minor-and-patch group in /docs with 4 updates (da713a9)
- build(deps): bump actions/cache from 4 to 5 (a979d95)
- build(deps): bump actions/setup-go from 5 to 6 (dccda26)
- build(deps): bump actions/upload-artifact from 4 to 6 (c47b30b)
- build(deps): bump actions/checkout from 4 to 6 (e2e251d)
- build(deps): bump golangci/golangci-lint-action from 6 to 9 (b7742c2)
- feat(store): add SQLite implementation of the Sentinel composite store (0e0db04)
Installation
go get github.com/xraph/sentinel@v0.0.1What's Changed
- build(deps): bump golangci/golangci-lint-action from 6 to 9 by @dependabot[bot] in #1
- build(deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in #2
- build(deps): bump actions/upload-artifact from 4 to 6 by @dependabot[bot] in #3
- build(deps): bump actions/setup-go from 5 to 6 by @dependabot[bot] in #4
- build(deps): bump actions/cache from 4 to 5 by @dependabot[bot] in #5
- build(deps): bump the minor-and-patch group in /docs with 4 updates by @dependabot[bot] in #6
New Contributors
- @dependabot[bot] made their first contribution in #1
Full Changelog: https://github.com/xraph/sentinel/commits/v0.0.1