Skip to content

v0.3.0

Compare
Choose a tag to compare
@uatuko uatuko released this 01 Jun 12:06
· 71 commits to main since this release
v0.3.0
bef3937

🔦 Spotlight

  • Full ReBAC implementation with multiple optimisation strategies (#73)

⚠️ Breaking changes

  • DB: Unused _rid column is removed from tuples table and replaced by new _rid_l and _rid_r columns (#98)
  • gRPC: cost fields in Relations service response messages have been changed from uint32 to int32 (#98)

What's Changed

  • Bump golang.org/x/net from 0.19.0 to 0.23.0 in /examples/fileshare by @dependabot in #87
  • ReBAC: Optimise when creating relations by @uatuko in #98
  • ReBAC: Optimisation strategies by @uatuko in #99
  • ReBAC: set strategy for checking relations by @uatuko in #100
  • ReBAC: graph strategy for checking relations by @uatuko in #101
  • Update docs by @uatuko in #102

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