Skip to content

Releases: casbin/casbin-rs

v0.8.6

13 May 18:17
Compare
Choose a tag to compare

0.8.6 (2020-05-13)

Bug Fixes

  • rust-toolchain missing in release workflow (3ebf043)

v0.8.5

13 May 18:10
15683fd
Compare
Choose a tag to compare

0.8.5 (2020-05-13)

Bug Fixes

Release v0.8.4

12 May 22:43
d7c9fe6
Compare
Choose a tag to compare
fix cached enforcer mgmt event log (#151)

Release v0.8.3

12 May 12:02
Compare
Choose a tag to compare
add missing implemented feature: explain

Release v0.8.2

12 May 11:47
d58d184
Compare
Choose a tag to compare
Explain (#149)

* improve effector stream and memory usage

* add cap assert

* simplify code

* simplify code

* finish basic explain feature

* bump version

* adjust has_policy condition

Release v0.8.1

12 May 00:38
e99cfa3
Compare
Choose a tag to compare
finish effector stream (#145)

* finish effector stream

* simplify code

* bump version

* add assert to make sure that when we call current it's already finished

* Fix: clippy warnings

Release v0.8.0

11 May 10:14
1b0c794
Compare
Choose a tag to compare
Effector stream (#142)

* basic implementation of effector stream on runtime-async-std, runtime-tokio

* resolve runtime-async-std warnings

* resolve runtime-tokio warnings

* fix casbin::error::Error

* bump version

Release v0.7.6

11 May 08:04
Compare
Choose a tag to compare
fix logging feature && bump version

Release v0.7.5

11 May 07:39
598a9bd
Compare
Choose a tag to compare
Move build role links to internal (#140)

* move build role links process to internal_api

* bump version

Release v0.7.4

10 May 20:11
Compare
Choose a tag to compare
Fix: missing incremental feature gate