From caaf8576dbb48a41ca7471ff8b563fd675f6d5e9 Mon Sep 17 00:00:00 2001 From: Michael O'Connell Date: Fri, 19 Apr 2024 13:28:49 -0500 Subject: [PATCH] update changelog + readme for v0.7.0 --- CHANGELOG.md | 8 ++++++++ README.md | 5 +++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 453467a..3420844 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## v0.7.0 + +* Support new check bulk permissions api introduced in spicedb 1.30.0 +* Deprecate experimental bulk check permission api +* Context type changed from mixed to array|null +* Update rector + config +* Set up unit tests to run on GitHub action + ## v0.6.0 * Require PHP 8.1 diff --git a/README.md b/README.md index 1b5b9c9..e9fa5f0 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Chiphpotle is a PHP client for their rest API. For more information, please visi ## Requirements -Supports PHP 8.1 and newer, and SpiceDB 1.26 and above. +Supports PHP 8.1 and newer, and supports SpiceDB 1.30 and above. ## Installation with Composer @@ -43,7 +43,8 @@ try { ## Experimental APIs Included in the client are three experimental APIs. Though SpiceDB advertised these APIs im 1.25 and earlier, -they did not work in the http gateway. This had been fixed, in versions 1.26 and above. +they did not work in the http gateway. This had been fixed, in versions 1.26 and above. In SpiceDB 1.30 the check bulk +permissions graduated and the experimental api was deprecated. ## Tests