Releases: liewstar/casbin-spring-boot-starter
Releases · liewstar/casbin-spring-boot-starter
v1.0.0
1.0.0 (2024-09-30)
Bug Fixes
- Add PostgreSQLAdapter (#45) (3e9f859)
- auto generate spring-configuration-metadata.json (#70) (cf227ac)
- ci error (b9a42f4)
- db2 adapter issue (#50) (14b7f6b), closes jcasbin#47
- jcasbin was not included when published, with api it's letting Gradle know that the module wants to transitively export that dependency to other modules, so that it's available to them at both runtime and compile time. This configuration behaves just like compile (which is now deprecated) (#74) (b9007e3)
- org.h2.jdbc.JdbcSQLSyntaxErrorException after H2 version upgrade (#62) (96918ae)
- replace built-in adapter and watcher with official jdbc-adapter and redis-watcher (#68) (b90f961)
- Resolve Maven alerts by updating dependencies (#85) (f0341ee)
- update the way to get the driver (#69) (6b4eef9)
- upgrade CI Node.js version to 20 (d0991e7)
- upgraded gradle since new version of spring boot requires gradle 7.x (#71) (e7a0507)
- use mavenCentral as default repository instead of aliyun (#60) (33baa2c)
- use PostgreSQLAdapter in autoConfigJdbcAdapter when using (#46) (5220c75), closes #44
Features
- add DistributedEnforcer auto-configuration via useDistributedEnforcer (#102) (dbfc31c)
- add Lettuce Redis watcher (#89) (c24ff1b)
- add TxWatcher (#99) (d1b6524), closes #98
- fix Casbin Starter Can't Use Dynamic Data Source (#80) (de1fdaa)
- fix jcasbin dependency conflict in gradle (#94) (a5221b0)
- fix RedisWatcher bug in starter (#87) (03a7f35)
- migrate from Gradle to Maven (#106) (5838e52)
- one transaction is notified only once (#100) (aef3b87)
- release v1.0.0 (#83) (ae3eb9e)
- support customized redis topic (#55) (207d741)
- support customized table name (#52) (c5e289d)
- support for springboot-3.0 (#77) (34dece1)
- update casbin jdbc and jcasbin dependencies (#104) (b100f55)
- upgrade jcasbin version to 1.21.0 and fix the bugs about filter and redis-watcher (#58) (5564a62)
- upgraded spring and polish (#72) (49f4dd9)
- use v1.9.2 of jcasbin (#43) (76b2bed)
BREAKING CHANGES
- release v1.0.0