Releases: sidequery/sidemantic
Releases · sidequery/sidemantic
Release list
v0.10.1
What's Changed
- Bump pygments from 2.19.2 to 2.20.0 by @dependabot[bot] in #162
- Bump requests from 2.32.5 to 2.33.0 by @dependabot[bot] in #163
- Bump cryptography from 45.0.7 to 46.0.7 by @dependabot[bot] in #167
- Bump pyasn1 from 0.6.1 to 0.6.3 by @dependabot[bot] in #164
- Bump tornado from 6.5.4 to 6.5.5 by @dependabot[bot] in #165
- Bump starlette from 0.48.0 to 0.49.1 by @dependabot[bot] in #171
- Bump filelock from 3.19.1 to 3.20.3 by @dependabot[bot] in #170
- Bump pyjwt from 2.10.1 to 2.12.0 by @dependabot[bot] in #169
- Bump protobuf from 6.32.1 to 6.33.5 by @dependabot[bot] in #168
- Bump pyopenssl from 25.3.0 to 26.0.0 by @dependabot[bot] in #166
- Improve semantic SQL queries and compact model blocks by @nicosuave in #172
- Add Rust support for native YAML and SQL models by @nicosuave in #173
- Bump rmcp from 0.16.0 to 1.4.0 in /sidemantic-rs by @dependabot[bot] in #150
- Implement semantic SQL rewrite planner by @nicosuave in #174
- Use polyglot-sql in Rust query generation by @nicosuave in #175
- Add Rust ADBC execution via dbc by @nicosuave in #176
- Add pure Rust Python test parity harness by @nicosuave in #179
- Update OSI spec compatibility by @nicosuave in #180
- Add Graphene .gsql semantic model importer by @nicosuave in #181
- Improve BSL compatibility with current upstream syntax by @nicosuave in #182
- Add Yardstick upstream parity CI by @nicosuave in #187
- Harden CLI validation and release workflows by @nicosuave in #183
- Align native contract and SQL correctness by @nicosuave in #184
- Harden DuckDB extension persistence by @nicosuave in #185
- Add headless interactive charting by @nicosuave in #188
- Bump starlette from 0.49.1 to 1.0.1 by @dependabot[bot] in #189
- Bump pyarrow from 21.0.0 to 23.0.1 by @dependabot[bot] in #190
Full Changelog: v0.10.0...v0.10.1
v0.10.0
What's Changed
- Add coverage reporting and expand test coverage by @nicosuave in #137
- Add Tableau adapter with fixture coverage by @nicosuave in #134
- Add Sidemantic webapp builder skill by @nicosuave in #143
- Add Rust standalone runtime baseline by @nicosuave in #145
- Bump python-multipart from 0.0.20 to 0.0.27 by @dependabot[bot] in #148
- Bump mako from 1.3.10 to 1.3.12 by @dependabot[bot] in #147
- Bump marimo from 0.16.5 to 0.23.0 by @dependabot[bot] in #146
- Add Rust binary release workflow by @nicosuave in #157
- Bump jupyterlab from 4.5.1 to 4.5.7 by @dependabot[bot] in #156
- Bump pymdown-extensions from 10.16.1 to 10.21.3 by @dependabot[bot] in #155
- Bump mistune from 3.2.0 to 3.2.1 by @dependabot[bot] in #154
- Bump idna from 3.10 to 3.15 by @dependabot[bot] in #152
- Bump urllib3 from 2.5.0 to 2.7.0 by @dependabot[bot] in #153
- Bump pyo3 from 0.23.5 to 0.24.1 in /sidemantic-rs by @dependabot[bot] in #151
- Bump jupyter-server from 2.17.0 to 2.18.0 by @dependabot[bot] in #160
- Bump pytest from 8.4.2 to 9.0.3 by @dependabot[bot] in #161
- Bump nbconvert from 7.16.6 to 7.17.1 by @dependabot[bot] in #159
- Bump python-dotenv from 1.1.1 to 1.2.2 by @dependabot[bot] in #158
- Add browser WASM demo and reusable webapp components by @nicosuave in #149
New Contributors
- @dependabot[bot] made their first contribution in #148
Full Changelog: v0.9.6...v0.10.0
v0.9.6
What's Changed
- Add post-processing SQL over semantic query results by @nicosuave in #135
- Fail closed on partial PG auth and remove eval by @nicosuave in #136
- Fix workbench demo launch by @nicosuave in #142
- Fix Spark day time dimension truncation by @nicosuave in #141
Full Changelog: v0.9.5...v0.9.6
v0.9.5
What's Changed
- Fix Claude Desktop dropping tools by @nicosuave in #131
Full Changelog: v0.9.4...v0.9.5
v0.9.4
v0.9.3
v0.9.1
What's Changed
- Fix retention and conversion filters not resolving dimension names by @nicosuave in #125
- Fix api-serve not passing init_sql to SemanticLayer by @nicosuave in #122
- Add /raw endpoint for direct SQL execution by @nicosuave in #123
- Add Yardstick compatibility doc and configurable dialect by @nicosuave in #115
- Modernize MCP server: consolidate tools, fix issues, bump dependency by @nicosuave in #127
- Modernize MCP server and add MCP Apps support by @nicosuave in #128
- Fix mcp-serve to read connection from config by @nicosuave in #129
- Fix BSL adapter: compound expressions, joins, filters, time dims by @nicosuave in #113
- Vendor mcp-ui-server for correct MIME type and PyPI compat by @nicosuave in #130
- Add cohort metric type for two-level aggregation by @nicosuave in #124
Full Changelog: v0.9.0...v0.9.1
v0.9.0
What's Changed
- Add retention metric type for cohort analysis by @nicosuave in #121
- Add multi-step conversion funnel support by @nicosuave in #119
- Add window function support to dimensions by @nicosuave in #118
- API Server by @nicosuave in #116
Full Changelog: v0.8.4...v0.9.0
v0.8.4
What's Changed
- Add init_sql support to DuckDB connection by @nicosuave in #117
Full Changelog: v0.8.3...v0.8.4
v0.8.3
What's Changed
- Add adapter compatibility docs for LookML, Cube, OSI, and Malloy by @nicosuave in #109
- Expand LookML adapter surface area by @nicosuave in #111
- Expand Malloy adapter coverage by @nicosuave in #112
- Expand Cube adapter coverage: extends, views, hierarchies, meta, export fixes by @nicosuave in #110
- Improve Malloy adapter: docs, join direction, kitchen sink tests by @nicosuave in #114
Full Changelog: v0.8.2...v0.8.3