Skip to content

Releases: replikativ/konserve-jdbc

0.2.84

29 Mar 10:32
b8befe4
Compare
Choose a tag to compare
add license to pom (#22)

Deploy fails without license in pom

0.2.82

20 Oct 23:50
007ff48
Compare
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

0.2.81

19 Oct 17:44
db3f692
Compare
Choose a tag to compare
Fetch everything during a read in one go (#20)

* read data in one shot

* fix formatting

0.2.80

02 Sep 16:54
faaf200
Compare
Choose a tag to compare

What's Changed

  • Move JDBC connector deps to :dev alias by @PavlosMelissinos in #18
    NOTE: This is a breaking change since the drivers for your sql-databases are not shipped with konserve-jdbc anymore. You have to add them manually yourself now.

New Contributors

Full Changelog: 0.1.79...0.2.80

0.1.79

23 May 09:10
0b68d31
Compare
Choose a tag to compare
ci: switch to replikativ workflow (#17)

Closes #8