Skip to content

0.10.6

Choose a tag to compare

@ferenc-csaky ferenc-csaky released this 15 Jun 16:27
0.10.6
1f9ad98

Highlights

  • Added PostgreSQL pg_partman integration for RANGE and TTL partition management (#2147).
  • Added configurable DuckDB memory-limit support (#2059).
  • Added Voyager data model visualization support (#2133).
  • Improved runtime efficiency with default Kafka producer compression and Vert.x response compression (#2128, #2127).
  • Improved test execution by draining Flink jobs on stop and allowing test(no_rows) for empty test queries (#2129, #2131).
  • Updated Flink SQL runner to 0.10.3.

Features

  • Resolve available, non-secret environment variables during compile (#2118).
  • Make Kafka producers use compression by default (#2128).
  • Enable compression for Vert.x HTTP responses (#2127).
  • Add support for visualizing the data model in the Voyager page (#2133).
  • Add configurable memory-limit for DuckDB (#2059).
  • Stop Flink jobs with drain during test executions (#2129).
  • Introduce test(no_rows) to skip snapshot generation for empty test queries (#2131).
  • Integrate pg_partman to manage PostgreSQL tables with RANGE and TTL partitioning (#2147).

Fixes

  • Surface the real root cause when CLI run or test pipeline startup fails (#2095).
  • Handle nested DuckDB TIMESTAMPDIFF rewrites (#2097).
  • Prevent the Vert.x BOM from overriding the configured Jackson version (#2124).
  • Preserve documentation in generated APIs (#2119).

Internal Improvements

  • Use env-utils from SQL runner (#2100).
  • Update EnvVarResolver to match latest SQL runner changes (#2125).
  • Make ApiSources comparable and sort them for deterministic ordering (#2134).

Dependency And Runtime Updates

  • Bumped Flink SQL runner to 0.10.3.
  • Bumped PostgreSQL runtime version to 18 (#2146).
  • Bumped Iceberg from 1.10.1 to 1.11.0 (#2090).
  • Bumped Jackson BOM from 2.21.3 to 2.22.0 (#2104).
  • Bumped Vert.x dependencies from 5.0.12 to 5.1.2 (#2123, #2137).
  • Bumped DuckDB JDBC from 1.5.2.1 to 1.5.3.0 (#2092).
  • Bumped Snowflake JDBC from 4.2.0 to 4.3.0 (#2139).
  • Bumped AWS SDK BOM through 2.46.10 (#2091, #2105, #2122, #2141).
  • Bumped protobuf-java through 4.35.1 (#2093, #2143).
  • Bumped Netty codec through 4.2.15.Final (#2089, #2109).
  • Bumped Micrometer Prometheus registry to 1.17.0 (#2121).
  • Bumped HikariCP to 7.1.0 (#2142).
  • Bumped Spring Context to 7.0.8 (#2144).
  • Bumped Reactor Core to 3.8.6 (#2138).
  • Bumped Agroal Pool to 3.2 (#2111).
  • Bumped AWS MSK IAM Auth to 2.3.7 (#2108).
  • Bumped Swagger Core to 2.2.51 (#2136).
  • Bumped Maven Surefire and Failsafe plugins to 3.5.6 (#2106, #2107).
  • Bumped JaCoCo to 0.8.15 (#2120).
  • Bumped JUnit BOM to 6.1.0 (#2088).
  • Bumped Node image through 26.3.0-alpine (#2094, #2112).

Full Changelog

0.10.5...0.10.6