Releases: replikativ/konserve-jdbc
Releases · replikativ/konserve-jdbc
0.2.85
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
0.2.81
Fetch everything during a read in one go (#20) * read data in one shot * fix formatting
0.2.80
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
- @PavlosMelissinos made their first contribution in #18
Full Changelog: 0.1.79...0.2.80
0.1.79
ci: switch to replikativ workflow (#17) Closes #8