Releases: replikativ/konserve-jdbc
Releases · replikativ/konserve-jdbc
0.2.92
Feature/multimethod lifecycle konserve support (#33) * Support new konserve version. * Add store dependency. * Use new konserve version. * Migrate to org.replikativ namespace - Update dependencies to org.replikativ/konserve 0.9.342 - Update dependencies to org.replikativ/superv.async 0.3.50 - Update build.clj to publish as org.replikativ/konserve-jdbc - Update README.md with new namespace examples * Do proper existence check. * move db dependent query to own function --------- Co-authored-by: Alex Oloo <alekcz@gmail.com>
0.2.91
Add multi-get support. (#32) * Add multi-get support. * Update README.
0.2.90
enable real multi-assoc and introduce multi-dissoc (#31)
0.2.89
read header+meta together but value separately. (#30)
0.2.88
parameterize queries for perf and security
0.2.87
lazy read of keys from jdbc store (#28) * lazy read of keys from jdbc store * fix formatting * mssql compatible query
0.2.86
Add multi assoc support. (#27) * Add multi assoc support. * Fix format. * update konserve to version with PMultiWriteBackingStore * update docker-compose obsolete version --------- Co-authored-by: Alex Oloo <alekcz@gmail.com>
0.2.85
Use new konserve flag to skip backups for stores with atomic updates.…
0.2.84
add license to pom (#22) Deploy fails without license in pom
0.2.82
allow table to be passed to store using db-spec (#19) * allow table to be passed to store using db-spec * update readme, add function signature to match new standard for store connections, add test for new signature