Skip to content

Commit

Permalink
version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uatuko committed Jun 1, 2024
1 parent d77708e commit bef3937
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.23)
project(sentium VERSION 0.2.0 LANGUAGES CXX)
project(sentium VERSION 0.3.0 LANGUAGES CXX)

cmake_policy(SET CMP0135 NEW)

Expand Down
20 changes: 20 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## v0.3.0 - 1st June, 2024

### 🔦 Spotlight
* Full ReBAC implementation with multiple optimisation strategies (https://github.com/uatuko/sentium/issues/73)

### ⚠️ Breaking changes
* **DB**: Unused `_rid` column is removed from `tuples` table and replaced by new `_rid_l` and `_rid_r` columns (https://github.com/uatuko/sentium/pull/98)
* **gRPC**: `cost` fields in _Relations_ service response messages have been changed from `uint32` to `int32` (https://github.com/uatuko/sentium/pull/98)

### What's Changed
* Bump golang.org/x/net from 0.19.0 to 0.23.0 in /examples/fileshare by @dependabot in https://github.com/uatuko/sentium/pull/87
* ReBAC: Optimise when creating relations by @uatuko in https://github.com/uatuko/sentium/pull/98
* ReBAC: Optimisation strategies by @uatuko in https://github.com/uatuko/sentium/pull/99
* ReBAC: `set` strategy for checking relations by @uatuko in https://github.com/uatuko/sentium/pull/100
* ReBAC: `graph` strategy for checking relations by @uatuko in https://github.com/uatuko/sentium/pull/101
* Update docs by @uatuko in https://github.com/uatuko/sentium/pull/102

**Full Changelog**: https://github.com/uatuko/sentium/compare/v0.2.0...v0.3.0


## v0.2.0 - 27th April, 2024

### 🔦 Spotlight
Expand Down

0 comments on commit bef3937

Please sign in to comment.