Skip to content

0.4.0

Choose a tag to compare

@hartmut-co-uk hartmut-co-uk released this 30 May 18:10
· 289 commits to main since this release

Added

  • feat: Add builder config option - opt-in to enable count for approximateNumEntries #10
  • feat: Add builder config option - allow setting execution profiles (for DDL; DML) #11
  • feat: Add builder config option - opt-out to avoid tables to be auto-created #9
  • feat: add Quarkus examples app as GraalVM native image #7

Changed

  • store size via approximateNumEntries is now by default disabled - opt-in option has been added to builder - ref #10

Fixed

  • bug: cassandra concurrent schema updates (initial concurrent table auto-creation) #12
  • small fix: example 'processor-api-all-range-prefix-count' not runnable

Other

  • documentation improved