Skip to content

v0.24.1 — dependency bumps

Choose a tag to compare

@rustyconover rustyconover released this 12 Aug 22:14
· 10 commits to main since this release

A dependency refresh, plus a CI gate the repo was missing.

  • vgirpc 0.21.1 → 0.21.2, slf4j 2.0.16 → 2.0.17, sqlite-jdbc 3.46.1.3 → 3.49.1.0, gson 2.11.0 → 2.14.0, junit-jupiter 5.11.3 → 5.12.2.
  • arrow-c-data deliberately stays at 18.1.0: vgi-rpc-java exports arrow-vector / arrow-memory-netty 18.1.0 as api deps, and Arrow's Java modules must stay version-consistent on one classpath.
  • CI now runs the unit tests. vgi/src/test holds 278 JUnit tests across 32 classes and nothing in CI had ever invoked :vgi:test — the only workflow was the integration suite, which compiles the example worker but runs no unit tests. The new workflow also builds javadoc, since the published artifact carries it.