From 29dc87288ec15fb12f954db784b7cf3a271562cd Mon Sep 17 00:00:00 2001 From: Michael Tanczos Date: Tue, 23 Apr 2024 19:31:25 -0400 Subject: [PATCH] feat: add new features and tests in v1.5.1 This update introduces several enhancements: - Added caveat handling for relationship creation - Introduced WriteSchemaAsync method to the client - Included additional unit tests The version has been updated from 1.5.0 to 1.5.1 in SpiceDb.csproj file. --- README.md | 7 +++++++ SpiceDb/SpiceDb.csproj | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6287806..9ee4645 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,13 @@ SpiceDb was created by [AuthZed](https://authzed.com/) and [documentation](https SpiceDb.net was created by Michael Tanczos and has contributions from Pavel Akimov, Mahesh Bailwal, Vinícius Gajo, and others. Documentation for SpiceDb.net is in progress and can be found here: [https://jalexsocial.github.io/spicedb.docs/](https://jalexsocial.github.io/spicedb.docs/) +## What's New? + +1.5.1 +- @nexthash added caveat handling for relationship creation +- added WriteSchemaAsync method to client +- added additional unit tests + ## Usage ### Install diff --git a/SpiceDb/SpiceDb.csproj b/SpiceDb/SpiceDb.csproj index 467ea5d..e217ce8 100644 --- a/SpiceDb/SpiceDb.csproj +++ b/SpiceDb/SpiceDb.csproj @@ -15,7 +15,7 @@ logo.png LICENSE.txt README.md - 1.5.0 + 1.5.1