Skip to content

Release 1.12.16

Choose a tag to compare

@jlangch jlangch released this 30 Apr 13:10
· 3519 commits to master since this release

[1.12.16] - 2024-04-30

Added

  • JDBC support through the modules :jdbc-core and :jdbc-postgresql
  • :cargo-postgresql module to install/start/stop PostgreSQL DB docker
    containers
  • :postgresql-jdbc-install module to install the PostgreSQL JDBC driver

Fixed

  • Fixed a problem with starting an already running docker container.
    Venice is doing nothing if the container version is ok, otherwise
    it stops the container and runs a new one with the desired version.