Skip to content

Releases: replikativ/konserve-jdbc

0.2.92

17 Jan 08:05
295f1c0

Choose a tag to compare

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

17 Dec 22:26
2d8c2eb

Choose a tag to compare

Add multi-get support. (#32)

* Add multi-get support.

* Update README.

0.2.90

02 Nov 18:36
2fd44af

Choose a tag to compare

enable real multi-assoc and introduce multi-dissoc (#31)

0.2.89

31 Oct 21:33
bd09e0c

Choose a tag to compare

read header+meta together but value separately. (#30)

0.2.88

31 Oct 21:52
51cf30d

Choose a tag to compare

parameterize queries for perf and security

0.2.87

19 Jun 16:55
feb5055

Choose a tag to compare

lazy read of keys from jdbc store (#28)

* lazy read of keys from jdbc store

* fix formatting

* mssql compatible query

0.2.86

25 Apr 08:25
3bc7e23

Choose a tag to compare

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

19 Nov 06:16
cacf54a

Choose a tag to compare

Use new konserve flag to skip backups for stores with atomic updates.…

0.2.84

29 Mar 10:32
b8befe4

Choose a tag to compare

add license to pom (#22)

Deploy fails without license in pom

0.2.82

20 Oct 23:50
007ff48

Choose a tag to compare

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