Skip to content

Tags: Mu-L/mongodb-adapter

Tags

v3.5.0

Toggle v3.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: upgrade mongo-driver version to use bson.D (casbin#60)

v3.4.1

Toggle v3.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: handle the returned error of LoadPolicyArray (casbin#53)

v3.4.0

Toggle v3.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add api NewAdapterByDB (casbin#54)

v3.3.1

Toggle v3.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: decode CasbinRule (casbin#49)

When a field does not exist in the mongodb document, CasbinRule uses the last value, expecting the field to be empty

v3.3.0

Toggle v3.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: support updating policy (casbin#47)

Signed-off-by: abingcbc <[email protected]>

v3.2.1

Toggle v3.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request casbin#43 from closetool/master

fix: update dependency and make github action ci

v3.2.0

Toggle v3.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request casbin#41 from dimensionfour/feat/collection-name

dynamic collection name

v3.1.1

Toggle v3.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Modify the way of parse and validate mongo url (casbin#40)

* Fixing bug where parse and validate mongo url

Signed-off-by: SoaringTiger <[email protected]>

* fixup! Fixing bug where parse and validate mongo url

Signed-off-by: SoaringTiger <[email protected]>

Co-authored-by: SoaringTiger <[email protected]>

v3.1.0

Toggle v3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request casbin#36 from yyellowsun/master

feat: add batch operations

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request casbin#31 from alexferl/master

increment major version to v3 and update dependencies