Skip to content

Releases: jcasbin/casbin-spring-boot-starter

0.7.0

20 Jul 08:25
de1fdaa
Compare
Choose a tag to compare

0.7.0 (2023-07-20)

Features

  • fix Casbin Starter Can't Use Dynamic Data Source (#80) (de1fdaa)

0.6.0

07 Dec 08:00
34dece1
Compare
Choose a tag to compare

0.6.0 (2022-12-07)

Features

0.5.1

30 Oct 06:24
b9007e3
Compare
Choose a tag to compare

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

11 Oct 15:38
49f4dd9
Compare
Choose a tag to compare

0.5.0 (2022-10-11)

Features

0.4.5

11 Oct 14:19
e7a0507
Compare
Choose a tag to compare

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

25 Sep 06:29
cf227ac
Compare
Choose a tag to compare

0.4.4 (2022-09-25)

Bug Fixes

  • auto generate spring-configuration-metadata.json (#70) (cf227ac)

0.4.3

07 Sep 11:37
6b4eef9
Compare
Choose a tag to compare

0.4.3 (2022-09-07)

Bug Fixes

  • update the way to get the driver (#69) (6b4eef9)

0.4.2

06 Jul 11:39
b90f961
Compare
Choose a tag to compare

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

10 Feb 13:26
96918ae
Compare
Choose a tag to compare

0.4.1 (2022-02-10)

Bug Fixes

  • org.h2.jdbc.JdbcSQLSyntaxErrorException after H2 version upgrade (#62) (96918ae)

0.4.0

04 Jan 13:12
33baa2c
Compare
Choose a tag to compare

0.4.0 (2022-01-04)

Bug Fixes

  • use mavenCentral as default repository instead of aliyun (#60) (33baa2c)

Features

  • upgrade jcasbin version to 1.21.0 and fix the bugs about filter and redis-watcher (#58) (5564a62)