Releases: jcasbin/jdbc-adapter
Releases · jcasbin/jdbc-adapter
v2.3.1
2.3.1 (2022-06-12)
Bug Fixes
- modify the implement of removePolicy() (#53) (7bde0b2)
v2.3.0
2.3.0 (2022-06-03)
Features
- support customized table name, options to throw exception and create table automatically (#52) (7f1e7f8)
v2.2.2
2.2.2 (2022-04-08)
Bug Fixes
- set auto commit back to true after add/remove (#50) (98a9aa8)
v2.2.1
2.2.1 (2022-04-07)
Bug Fixes
- make the id field backward compatible (#49) (8cae426)
v2.2.0
2.2.0 (2022-04-06)
Features
v2.1.3
2.1.3 (2021-11-23)
Bug Fixes
- close the (Prepared) Statement and ReusltSet with the try-catch-resources statement (4734af1)
v2.1.2
2.1.2 (2021-11-20)
Bug Fixes
- broken connection not re-established (f6551f6)
v2.1.1
2.1.1 (2021-11-17)
Bug Fixes
- if MySQL, check the existence of the table. (868ccc7)
v2.1.0
2.1.0 (2021-11-16)
Bug Fixes
Features
- switch travis-ci to GitHub Actions CI and setup semantic-release (59dde16)
JDBC adapter 2.0.2
Support FilteredAdapter interface.