Releases: jcasbin/jdbc-adapter
Releases · jcasbin/jdbc-adapter
JDBC adapter 2.0.1
1.Optimize to load policy by reducing the number of database connections.
2.Add the function close()
for JDBCAdapter to close the connection of database.
JDBC adapter 2.0.0
improvement
- Add use transactions
Breaking changes
- Remove automatically create database
JDBC adapter 1.1.4
v1.1.4 Bump version to 1.1.4
JDBC adapter 1.1.3
Fix JDBC connection does not auto reconnect issue by adding autoReconnect=true
.
JDBC adapter 1.1.2 Fix
Bump version to 1.1.2-FIX, because 1.1.2 is not working on Maven Central. It is the same code with 1.1.2.
JDBC adapter 1.1.2
Improve the efficiency of savePolicy()
for large rules.
JDBC adapter 1.1.0
Support AutoSave functions: addPolicy()
, removePolicy()
, removeFilteredPolicy()
.
JDBC adapter 1.0.0
The adapter is ready for production use!