Skip to content

0.10.7

Choose a tag to compare

@ferenc-csaky ferenc-csaky released this 30 Jun 19:19
0.10.7
bf1158d

What's Changed

Highlights

  • Added support for shared SQRL scripts, enabling reusable shared packages and shared data catalogs across projects.
  • Added GraphQL server observability with query metrics and tail-sampled tracing instrumentation.
  • Added JSON logging support for SQRL Server.
  • Improved SQRL documentation support with column and argument doc strings.

Features

  • Support shared scripts (#2161)
  • Add GraphQL query tail sample tracing instrumentation (#2166)
  • Add JSON logging for SQRL Server (#2167)
  • Support column and argument doc strings (#2160)
  • Introduce server GraphQL query metrics (#2151)

Fixes

  • Assign proper table type for kafka-safe and upsert-kafka-safe connectors (#2179)
  • Preserve applied IMPORT hints when importing another .sqrl script (#2178)
  • Remap dynamic params inside scalar subqueries (#2170)
  • Enable decoding gzip request bodies by default in server (#2169)
  • Preserve relationship fields on queries that filter via JOIN or subquery (#2149)

Maintenance

  • Bump Flink SQL runner to 0.10.4
  • Make server module and key interfaces more flexible (#2152)
  • Update to Apache HTTP connector variant (#2163)
  • Update dependencies including Vert.x, MCP SDK, AWS SDK, JUnit, Node, Agroal, Swagger Core, Snowflake JDBC, DuckDB JDBC, JBang, and JSON Schema Validator.

Full Changelog: 0.10.6...0.10.7