Skip to content

Releases: casbin/SwiftCasbin

v1.17.0

01 Jan 07:22

Choose a tag to compare

1.17.0 (2026-01-01)

Bug Fixes

  • improve README table format (bffa4a1)

Features

v1.16.0

01 Jan 02:59
1cafe3a

Choose a tag to compare

1.16.0 (2026-01-01)

Bug Fixes

  • improve links in README (679bc23)

Features

  • update platform support badges in README.md (1cafe3a)

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)