releases

tomekw 2026-01-02T12:55:39.212499Z

Hey, I've released hikari-cp 4.0.0, a Clojure wrapper to HikariCP - "zero-overhead" production ready JDBC connection pool. https://clojars.org/hikari-cp https://github.com/tomekw/hikari-cp

## 4.0.0

* updated `HikariCP` to `7.0.2`
* bumped Clojure dependency to `1.12.4`
* added `is-running?` and `is-closed?` fns
* added `:allow-pool-suspension` option

🎉 5