Skip to content

Commit

Permalink
update changelog + readme for v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thewunder committed Apr 19, 2024
1 parent 39ea9fa commit caaf857
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit caaf857

Please sign in to comment.