Skip to content

Releases: jcasbin/jdbc-adapter

v2.3.1

12 Jun 15:56
7bde0b2
Compare
Choose a tag to compare

2.3.1 (2022-06-12)

Bug Fixes

  • modify the implement of removePolicy() (#53) (7bde0b2)

v2.3.0

03 Jun 07:17
7f1e7f8
Compare
Choose a tag to compare

2.3.0 (2022-06-03)

Features

  • support customized table name, options to throw exception and create table automatically (#52) (7f1e7f8)

v2.2.2

08 Apr 07:10
98a9aa8
Compare
Choose a tag to compare

2.2.2 (2022-04-08)

Bug Fixes

  • set auto commit back to true after add/remove (#50) (98a9aa8)

v2.2.1

07 Apr 13:14
8cae426
Compare
Choose a tag to compare

2.2.1 (2022-04-07)

Bug Fixes

  • make the id field backward compatible (#49) (8cae426)

v2.2.0

06 Apr 11:50
846c3e1
Compare
Choose a tag to compare

2.2.0 (2022-04-06)

Features

v2.1.3

23 Nov 11:15
1f9e8aa
Compare
Choose a tag to compare

2.1.3 (2021-11-23)

Bug Fixes

  • close the (Prepared) Statement and ReusltSet with the try-catch-resources statement (4734af1)

v2.1.2

20 Nov 12:07
a5480f2
Compare
Choose a tag to compare

2.1.2 (2021-11-20)

Bug Fixes

  • broken connection not re-established (f6551f6)

v2.1.1

17 Nov 08:15
f7fc296
Compare
Choose a tag to compare

2.1.1 (2021-11-17)

Bug Fixes

  • if MySQL, check the existence of the table. (868ccc7)

v2.1.0

16 Nov 13:05
5fa687f
Compare
Choose a tag to compare

2.1.0 (2021-11-16)

Bug Fixes

  • set isFiltered to false (18000a7)

Features

  • switch travis-ci to GitHub Actions CI and setup semantic-release (59dde16)

JDBC adapter 2.0.2

27 Jan 13:28
fc6523c
Compare
Choose a tag to compare

Support FilteredAdapter interface.