Skip to content

Releases: casbin/casbin-rs

Release v0.6.0

18 Apr 09:16
222c27d
Compare
Choose a tag to compare
Stable filtered adapter (#120)

* remove extra collect and fix visibility of fileadapter

* fix save_policy event data

* finish stable version of filtered adapter

* FIX CI.

Release v0.5.2

15 Apr 11:29
b0e3caa
Compare
Choose a tag to compare
use raw engine && bump version (#115)

Release v0.5.1

12 Apr 08:22
5120194
Compare
Choose a tag to compare
Improve/watcher (#106)

* include change detail while calling update function

* bump version

* Fix CI.

* Fix CI warnings

* Fix CI warnings

Release v0.5.0

10 Apr 20:28
9cb77e9
Compare
Choose a tag to compare
Improve/inheritance (#103)

* add core api

* auto impl ManagementApi, RbacApi

* cleanup, remove extra crate:: imports

* Fix bench

* bump version

* fun fmt

Release v0.4.4

08 Apr 16:58
09f601d
Compare
Choose a tag to compare
remove inMatch because rhai starts to support in operator since 0.11.…

Release v0.4.3

06 Apr 14:46
fe7ef27
Compare
Choose a tag to compare
Improve/error handling (#91)

* add thiserror & make casbin::Result use new error definition

* bump: 0.4.3

* Fix CI.

Release v0.4.2

05 Apr 18:35
301420c
Compare
Choose a tag to compare
add TryIntoAdapter & TryIntoModel (#86)

* add TryIntoAdapter & TryIntoModel

* remove unnecessary box

* Fix runtime-async-std.

Release v0.4.1

05 Apr 15:08
0cd4e88
Compare
Choose a tag to compare
add critcmp & insert into adapter before model (#77)

* add critcmp & insert into adapter before model

* Fix CI.

* Fix. bench PR.