Skip to content

Releases: jcasbin/jdbc-adapter

JDBC adapter 2.0.1

13 Jan 14:56
Compare
Choose a tag to compare

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

23 Apr 05:18
49333df
Compare
Choose a tag to compare

improvement

  • Add use transactions

Breaking changes

  • Remove automatically create database

JDBC adapter 1.1.4

21 Apr 13:06
Compare
Choose a tag to compare
v1.1.4

Bump version to 1.1.4

JDBC adapter 1.1.3

02 Feb 01:27
Compare
Choose a tag to compare

Fix JDBC connection does not auto reconnect issue by adding autoReconnect=true.

JDBC adapter 1.1.2 Fix

02 Feb 01:26
Compare
Choose a tag to compare

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

16 Nov 15:36
Compare
Choose a tag to compare

Improve the efficiency of savePolicy() for large rules.

JDBC adapter 1.1.0

26 Oct 14:33
Compare
Choose a tag to compare

Support AutoSave functions: addPolicy(), removePolicy(), removeFilteredPolicy().

JDBC adapter 1.0.0

26 Oct 14:23
Compare
Choose a tag to compare

The adapter is ready for production use!