Skip to content

Releases: casbin/casbin-rs

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

Release v0.7.2

10 May 11:07
23af2bf
Compare
Choose a tag to compare
Split code into features (#137)

* upgrade async-std to 1.6 beta

* add ip feature

* add glob feature

* add cacehd feature

* fix runtime-tokio clippy warnings

* add watcher feature

* don't clone if watcher feature has been disabled

* use https://github.com/async-rs/async-std/pull/768 for fixing tests

* activate all features for bench test over previous version

* benchmark pull_request and decrease the threshold

* switch to github actions

* fix typo

* Fix: cargo test features doesn't like space

* better management of feature:logging and feature:watcher

* use async-std/master for testing

* add basic wasm32 support

* use runtime-async-std for wasm32 test

* fix clippy warnings

* fix typo

* make other tests avalaible only on no-wasm32 target

* finish split code into features && bump version

Release v0.7.1

08 May 19:30
1824313
Compare
Choose a tag to compare
Fix: ClearCache log wasn't trigger (#135)

Release v0.7.0

08 May 19:08
74adf85
Compare
Choose a tag to compare
Simple logger (#134)

* define casbin's own rhai package

* remove transparent error to make casbin error explicit

* implement TryIntoAdapter for ()

* add simple logger

* improve format

* bump version

* add mgmt log

* disable logging by default for better performance

* fix clippy warnings

Release v0.6.2

01 May 13:02
Compare
Choose a tag to compare
bump version

Release v0.6.1

25 Apr 19:13
Compare
Choose a tag to compare
bump version