Releases: xraph/warden
Releases · xraph/warden
v1.5.0
Changes
- chore: update dependencies for forge, forgeui, go-utils, grove, and vessel to latest versions (15deb19)
Installation
go get github.com/xraph/warden@v1.5.0Full Changelog: v1.4.1...v1.5.0
v1.4.1
Changes
- chore: update dependencies for forge and grove to v1.4.1, and confy to v0.5.0 (3a20084)
- refactor(tests): simplify setupRBACData function by removing redundant parameters (d57a90e)
- refactor(tests): remove redundant subjectID parameter from setupRBACData function (cb7d97f)
Installation
go get github.com/xraph/warden@v1.4.1Full Changelog: v1.4.0...v1.4.1
v1.4.0
Changes
- refactor(tests): simplify setupRBACData function by removing redundant subjectKind parameter (64df301)
- feat(tests): add validation tests for CheckRequest fields (a9c314d)
Installation
go get github.com/xraph/warden@v1.4.0Full Changelog: v1.3.1...v1.4.0
v1.3.1
Changes
- refactor: update operation IDs in assignment, policy, and role handlers for consistency feat(requests): add RoleID and PolicyID fields to request structs for improved clarity chore: upgrade dependencies to latest versions in go.mod and go.sum (386f333)
Installation
go get github.com/xraph/warden@v1.3.1Full Changelog: v1.3.0...v1.3.1
v1.3.0
Changes
- refactor: rename DashboardPlugin and related interfaces to Plugin and PageContributor for consistency (b908544)
- feat(id): add BSON marshaling support for ID type (d3b4246)
- refactor: update TypeID documentation and improve ID handling in the warden package (a72ca48)
- refactor: update PostgreSQL and SQLite store integration to use Grove ORM (ce98654)
Installation
go get github.com/xraph/warden@v1.3.0Full Changelog: v0.1.0...v1.3.0
v0.1.0
Changes
- Merge branch 'main' of github.com:xraph/warden (a04e9c7)
- Refactor code structure for improved readability and maintainability (1a55720)
- Merge pull request #8 from xraph/dependabot/npm_and_yarn/docs/minor-and-patch-f40f6ac1b0 (83a4450)
- Merge pull request #7 from xraph/dependabot/github_actions/actions/setup-node-6 (68e9b53)
- build(deps): bump the minor-and-patch group in /docs with 6 updates (010e993)
- build(deps): bump actions/setup-node from 4 to 6 (6d2cc98)
- fix(linters): re-enable errcheck and revive linters with updated settings (50279cd)
Installation
go get github.com/xraph/warden@v0.1.0What's Changed
- build(deps): bump actions/setup-node from 4 to 6 by @dependabot[bot] in #7
- build(deps): bump the minor-and-patch group in /docs with 6 updates by @dependabot[bot] in #8
Full Changelog: v0.0.1...v0.1.0
v0.0.1
Changes
- fix(linters): comment out errcheck linter and its settings due to exclusion in v1 config (9970dfd)
- fix(linters): remove excluded rules for linters in golangci configuration (4fa9ecd)
- fix(linters): comment out revive linter and its exclusions due to false positives (0bfec74)
- Merge branch 'main' of github.com:xraph/warden (a15f05e)
- fix(linters): update exclusions for linters in golangci configuration (2f36560)
- Merge pull request #6 from xraph/dependabot/npm_and_yarn/docs/minor-and-patch-8db44b5f5b (6601301)
- Merge pull request #5 from xraph/dependabot/github_actions/actions/upload-artifact-6 (2642589)
- Merge pull request #4 from xraph/dependabot/github_actions/actions/checkout-6 (2f2191a)
- Merge pull request #3 from xraph/dependabot/github_actions/actions/setup-go-6 (da1c4d0)
- Merge pull request #2 from xraph/dependabot/github_actions/golangci/golangci-lint-action-9 (14da05b)
- Merge pull request #1 from xraph/dependabot/github_actions/actions/cache-5 (cfec04b)
- build(deps): bump actions/checkout from 4 to 6 (3ecd521)
- build(deps): bump actions/cache from 4 to 5 (83dee8f)
- feat(ci): add GitHub Actions workflow for deploying documentation to GitHub Pages (ee16987)
- feat(docs): update biome schema version and improve formatting in documentation components (9109387)
- build(deps): bump actions/setup-go from 5 to 6 (ccd6c65)
- chore(ci): update Go version to 1.25.7 in CI and release workflows (c9ea7e9)
- build(deps): bump the minor-and-patch group in /docs with 4 updates (401b69f)
- build(deps): bump actions/upload-artifact from 4 to 6 (40fe291)
- build(deps): bump golangci/golangci-lint-action from 6 to 9 (b4c9d8a)
- feat(store): implement memory store with CRUD operations for roles, permissions, assignments, relations, policies, resource types, and check logs (fdacaac)
Installation
go get github.com/xraph/warden@v0.0.1What's Changed
- build(deps): bump actions/cache from 4 to 5 by @dependabot[bot] in #1
- build(deps): bump golangci/golangci-lint-action from 6 to 9 by @dependabot[bot] in #2
- build(deps): bump actions/setup-go from 5 to 6 by @dependabot[bot] in #3
- build(deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in #4
- build(deps): bump actions/upload-artifact from 4 to 6 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/warden/commits/v0.0.1