Skip to content

Releases: apache/casbin-rs

Release v0.8.3

Choose a tag to compare

@github-actions github-actions released this 12 May 12:02
add missing implemented feature: explain

Release v0.8.2

Choose a tag to compare

@github-actions github-actions released this 12 May 11:47
d58d184
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

Choose a tag to compare

@github-actions github-actions released this 12 May 00:38
e99cfa3
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

Choose a tag to compare

@github-actions github-actions released this 11 May 10:14
1b0c794
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

Choose a tag to compare

@github-actions github-actions released this 11 May 08:04
fix logging feature && bump version

Release v0.7.5

Choose a tag to compare

@github-actions github-actions released this 11 May 07:39
598a9bd
Move build role links to internal (#140)

* move build role links process to internal_api

* bump version

Release v0.7.4

Choose a tag to compare

@github-actions github-actions released this 10 May 20:11
Fix: missing incremental feature gate

Release v0.7.2

Choose a tag to compare

@github-actions github-actions released this 10 May 11:07
23af2bf
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

Choose a tag to compare

@github-actions github-actions released this 08 May 19:30
1824313
Fix: ClearCache log wasn't trigger (#135)

Release v0.7.0

Choose a tag to compare

@github-actions github-actions released this 08 May 19:08
74adf85
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