- Added
leak-detection-threshold
option for Hikari config.
- Added
sqlite
support withorg.sqlite.JDBC
adapter - Added a general purpose way to alter Hikari config
- updated
clojure
to1.7.0
- updated
HikariCP
to2.4.1
- updated
HikariCP
to2.4.0
- updated
HikariCP
to2.3.8
- updated
HikariCP
to2.3.7
- updated
HikariCP
to2.3.6
- updated
HikariCP
to2.3.5
- updated
HikariCP
to2.3.4
- updated
HikariCP
to2.3.2
- fixed issue with setting datasource-specific configuration options to falsey values
- updated
HikariCP
to2.3.1
- removed
datasource-from-config
function - added support for
:validation-timeout
configuration option
- updated
HikariCP
to2.3.0
- added support for FoundationDB driver (
:adapter
set tofdbsql
)
- allowed optional configuration of
connection-test-query
datasource-from-config
has been deprecated and will be removed in version1.0.0
- added
make-datasource
function. It takes options map directly as an argument - changed the
:adapter
key value type from keyword to string
- replaced
camel-snake-kebab
withorg.tobereplaced/lettercase
to make sure builds using:aot
continue to work on Mac and Windows
- updated
HikariCP
to2.2.5
- added
:pool-name
configuration option
- updated
HikariCP
to2.2.4
- updated
HikariCP
to2.2.3
- added validations for configuration option key names: all have to be symbols
- updated
HikariCP
to2.1.0
- added support for datasource-specific configuration options
- added validations for configuration options
- added support for MS SQL jTDS driver (
:adapter
set to:sqlserver-jtds
)
- added
:adapter
configuration option instead of setting:datasource-class-name
- fixed setting
portNumber
for all adapters
- function
data-source-from-config
renamed todatasource-from-config
- function
close-data-source
renamed toclose-datasource
- Initial release