Skip to content

Releases: casbin/SwiftCasbin

v1.15.0

16 Oct 04:12
099f9c5

Choose a tag to compare

1.15.0 (2025-10-16)

Features

  • add async/await support to MemoryAdapter for Swift 6 concurrency (#53) (099f9c5)

v1.14.0

16 Oct 04:07
14df6d7

Choose a tag to compare

1.14.0 (2025-10-16)

Features

  • migrate all XCTest to Swift Testing (#52) (14df6d7)

v1.13.0

15 Oct 15:36
4928ba4

Choose a tag to compare

1.13.0 (2025-10-15)

Features

  • change release author to "github-actions" (#51) (27531c1)
  • fix CI badge and add release version badge to README (#49) (4928ba4)

v1.12.0

15 Oct 15:10
9947327

Choose a tag to compare

1.12.0 (2025-10-15)

Features

  • fix all remaining Sendable warnings (#47) (9947327)
  • fix Sendable warnings across the codebase (#46) (4131d98)

v1.11.0

11 Oct 12:18
cbdec5f

Choose a tag to compare

1.11.0 (2025-10-11)

Features

  • enforcer: add loadFilteredPolicy(_:) convenience; deprecate misspelling (#43) (cbdec5f)

v1.10.0

11 Oct 11:24
b584db2

Choose a tag to compare

1.10.0 (2025-10-11)

Features

  • cache: correct LruCache locking + add tests (#45) (b584db2)

v1.9.0

11 Oct 01:51
d288bfb

Choose a tag to compare

1.9.0 (2025-10-11)

Features

  • Small Swift 6 concurrency cleanups to reduce warnings: Sendable hygiene (Filter, handler typealiases) (#39) (d288bfb)

v1.8.0

10 Oct 16:49
42bd408

Choose a tag to compare

1.8.0 (2025-10-10)

Features

  • replace deprecated NIO Lock with NIOLock (#37) (42bd408)

v1.7.0

10 Oct 16:39
cfaef1e

Choose a tag to compare

1.7.0 (2025-10-10)

Features

  • swift-testing: migrate KeyMatch and Utils tests to Swift Testing (phase 2) (#36) (cfaef1e)

v1.6.0

10 Oct 15:33
8ec9705

Choose a tag to compare

1.6.0 (2025-10-10)

Features

  • tests: migrate RoleManager tests to Swift Testing (phase 1) (#34) (8ec9705)