Skip to content

Releases: sidequery/sidemantic

v0.5.3

10 Jan 00:20

Choose a tag to compare

What's Changed

  • Auto preagg widgets and inline SQL metrics by @nicosuave in #60

Full Changelog: v0.5.2...v0.5.3

v0.5.2

09 Jan 22:46

Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.5.2

v0.5.1

08 Jan 16:16

Choose a tag to compare

What's Changed

  • Add Rill demo with full project export support by @nicosuave in #32
  • Organize examples into folders and add PEP 723 metadata by @nicosuave in #33
  • Improve README: CLI-first, multi-format definitions by @nicosuave in #34
  • Add Cube Playground example and fix primary key export by @nicosuave in #35
  • Add Malloy semantic model adapter support by @nicosuave in #36
  • Consolidate demos into single table by @nicosuave in #38
  • Fix LookML parser edge cases from real-world fixtures by @nicosuave in #37
  • Add Superset demo with DuckDB backend by @nicosuave in #39
  • Improve demos section formatting in README by @nicosuave in #40
  • Remove duplicate Examples section by @nicosuave in #41
  • Add Malloy demo: LookML to Malloy conversion by @nicosuave in #42
  • Add Malloy VS Code extension recommendation by @nicosuave in #43
  • Skip passthrough dimensions in Malloy export by @nicosuave in #44
  • Fix Malloy export: skip passthrough dims & add time truncation by @nicosuave in #45
  • Improve YAML metric parsing, joins, and adapter loading by @nicosuave in #53
  • Add ADBC driver support for unified database connectivity by @nicosuave in #52
  • Fix dotted metric name aliasing in SQL generator by @nicosuave in #54
  • Qualify segment filters in CTEs by @nicosuave in #55
  • Add ADBC connection support to config by @nicosuave in #56

Full Changelog: v0.5.0...v0.5.1

v0.5.0

04 Jan 02:32

Choose a tag to compare

What's Changed

  • Add comprehensive LookML adapter fixes and kitchen sink tests by @nicosuave in #27
  • Implement symmetric aggregation for multi-model queries by @nicosuave in #28
  • Add Snowflake Cortex Semantic Model adapter by @nicosuave in #30
  • Expand test coverage and fix critical bugs in semantic layer by @nicosuave in #29
  • Fix aggregation parsing for complex expressions by @nicosuave in #31

Full Changelog: v0.4.3...v0.5.0

v0.4.3

03 Jan 17:10

Choose a tag to compare

What's Changed

  • Reorganize adapter tests into per-adapter folders by @nicosuave in #14
  • Fix count_distinct aggregations and reorganize tests by @nicosuave in #23
  • Organize BSL adapter tests into directory structure by @nicosuave in #24
  • Add adapter CLI e2e coverage by @nicosuave in #25
  • Expand DB adapter test coverage and contracts by @nicosuave in #26

Full Changelog: v0.4.2...v0.4.3

v0.4.2

31 Dec 15:10

Choose a tag to compare

What's Changed

  • Add Boring Semantic Layer (BSL) adapter by @nicosuave in #13
  • Fix Cube adapter empty sections and {CUBE} syntax by @nicosuave in #16
  • Add Snowflake catalog integration tests by @nicosuave in #17
  • Fix null safety in all semantic layer adapters by @nicosuave in #18
  • Fix release CI: proper versioning and GitHub Releases by @nicosuave in #19
  • Fix documentation discrepancies with actual code implementation by @nicosuave in #20
  • Add version bump dropdown to publish workflow by @nicosuave in #21

Full Changelog: v0.4.0...v0.4.2

v0.4.0

03 Dec 20:06

Choose a tag to compare

What's Changed

  • Rust duckdb extension by @nicosuave in #5
  • Fix metric filter columns not included in CTE SELECT by @nicosuave in #6
  • Fix BigQuery DATE_TRUNC syntax using sqlglot dialect by @nicosuave in #7
  • Move default_time_dimension from Metric to Model by @nicosuave in #8
  • Fix time_comparison metric error when base_metric is missing by @nicosuave in #9
  • Add LSP server for Sidemantic SQL dialect by @nicosuave in #10

Full Changelog: v0.3.8...v0.4.0