8000 Tags · ethoscare/keto · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: ethoscare/keto

Tags

v0.10.0-alpha.0

Toggle v0.10.0-alpha.0's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
This release ships the long-awaited Ory Permission Language (a.k.a. u…

…serset-rewrites) 🎉. You can now define global 🌍 rules for permissions, like "every user who is an owner also has read access", and many more. Best of all, you don't have to learn a new language to express these rules, but instead just use a subset of TypeScript. Therefore syntax highlighting, formatting tools, linters, unit test frameworks, ... work out of the box 📦! We will give a talk 🗣️ about how we ended up with this solution at the Ory Summit, so make sure to [sign up](https://summit.ory.sh/) or watch the recoding on [YouTube](https://www.youtube.com/c/ORYAcadamy) later.

 Start exploring the Ory Permission Language [by following our guide 📖](https://www.ory.sh/docs/keto/guides/userset-rewrites).
This is only the most shiny ✨ feature we packed into this release, see the full changelog for all the other fixes and features we included.

proto/v0.10.0-alpha.0

Toggle proto/v0.10.0-alpha.0's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Release v0.10.0-alpha.0 of the go gRPC Client. See CHANGELOG.md for m…

…ore info.

v0.9.0-alpha.0

Toggle v0.9.0-alpha.0's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
This release ships a few changes in the API paths. Requests and respo…

…nses were not changed. However, we did A LOT of internal refactoring and improvements on the persistence layer. Some naming in the SDKs changed, it is a lot cleaner now. One important change is that we removed the single table migrator. From now on to migrate from v0.6.0-alpha.1, please first migrate the legacy namespaces using v0.8.0-alpha.2

We also overhauled the whole persistence structure to ensure high scalability. This means that the migration might take a bit longer than usual, so please test the process first on a backup or staging environment.
For all the details, check out the [full changelog](https://github.com/ory/keto/blob/master/CHANGELOG.md).

proto/v0.9.0-alpha.0

Toggle proto/v0.9.0-alpha.0's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Release v0.9.0-alpha.0 of the go gRPC Client. See CHANGELOG.md for mo…

…re info.

v0.8.0-alpha.2

Toggle v0.8.0-alpha.2's commit message

Verified

This tag was signed with the committer’s verified signature.
zepatrik Patrik
Mainly fixes the SDKs.

proto/v0.8.0-alpha.2

Toggle proto/v0.8.0-alpha.2's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Release v0.8.0-alpha.2 of the go gRPC Client. See CHANGELOG.md for mo…

…re info.

v0.8.0-alpha.1

Toggle v0.8.0-alpha.1's commit message

Verified

This tag was signed with the committer’s verified signature.
zepatrik Patrik
This is merly a cleanup release to fix automation issues.

proto/v0.8.0-alpha.1

Toggle proto/v0.8.0-alpha.1's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Release v0.8.0-alpha.1 of the go gRPC Client. See CHANGELOG.md for mo…

…re info.

v0.8.0-alpha.0

Toggle v0.8.0-alpha.0's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Ory Keto v0.8.0-alpha.0 mainly ships internal improvements next to on…

…e bigger, **possibly breaking** feature. With [PR ory#799](ory#799) Keto now supports bulk deletion of relation-tuples. For gRPC clients we added a new rpc, while in the REST world we had to change the behavior of the existing delete handler.

**IT NOW DELETES ALL MATCHING TUPLES.**

Example:

```bash
curl -X DELETE "https://keto.local/relation-tuples?subject_id=foo"
```

will delete **all** relation tuples that have the subject ID `foo`, even across namespaces. Passing empty strings is equivalent to not setting a value. Please test your integrations on a copy of your database before rolling out the update.

If you don't use that REST endpoint, you are on the safe side.

proto/v0.8.0-alpha.0

Toggle proto/v0.8.0-alpha.0's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Release v0.8.0-alpha.0 of the go gRPC Client. See CHANGELOG.md for mo…

…re info.
0