Releases: casbin/casbin-rs
Releases · casbin/casbin-rs
Release v0.8.1
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
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
fix logging feature && bump version
Release v0.7.5
Move build role links to internal (#140) * move build role links process to internal_api * bump version
Release v0.7.4
Fix: missing incremental feature gate
Release v0.7.2
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
Fix: ClearCache log wasn't trigger (#135)
Release v0.7.0
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
bump version
Release v0.6.1
bump version