Releases: jcasbin/casbin-spring-boot-starter
Releases · jcasbin/casbin-spring-boot-starter
1.0.0
1.0.0 (2023-07-20)
Features
BREAKING CHANGES
0.7.0
0.7.0 (2023-07-20)
Features
- fix Casbin Starter Can't Use Dynamic Data Source (#80) (de1fdaa)
0.6.0
0.6.0 (2022-12-07)
Features
0.5.1
0.5.1 (2022-10-30)
Bug Fixes
- 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)
0.5.0
0.5.0 (2022-10-11)
Features
0.4.5
0.4.5 (2022-10-11)
Bug Fixes
- upgraded gradle since new version of spring boot requires gradle 7.x (#71) (e7a0507)
0.4.4
0.4.4 (2022-09-25)
Bug Fixes
- auto generate spring-configuration-metadata.json (#70) (cf227ac)
0.4.3
0.4.3 (2022-09-07)
Bug Fixes
0.4.2
0.4.2 (2022-07-06)
Bug Fixes
- replace built-in adapter and watcher with official jdbc-adapter and redis-watcher (#68) (b90f961)
0.4.1
0.4.1 (2022-02-10)
Bug Fixes
- org.h2.jdbc.JdbcSQLSyntaxErrorException after H2 version upgrade (#62) (96918ae)