Chalk home page
Docs
SDK
CLI
  1. Updates
  2. Platform Release Notes

Platform Release Notes

Stay up to date with the latest Chalk platform releases and updates.

Release all-v3.24.6

July 3, 2025all-v3.24.6

Bug fixes, performance improvements, UI enhancements, and new features including diff viewer, global state management, and SQL functionality updates.

Release v3.24.5-rc1

July 2, 2025all-v3.24.5-rc1

- Added native SQL option to emit valid nulls for one_or_none queries
- Introduced environment variable CHALK_SQL_OPERATOR_EMIT_VALID_NULLS_ONE_OR_NONE for configuration
- Implemented planner option sql_operator_emit_valid_nulls_for_one_or_none to handle one_or_none resolvers
- Ensured compatibility with SQLAlchemy driver for handling nulls in non-input scenarios

Release v3.24.4

July 1, 2025all-v3.24.4

- Reverted previous update that added underscore expression for unidecode

Release v3.24.3

July 1, 2025all-v3.24.3

- Enhanced SQL processing to switch to passthrough columns upon failure

Release v3.24.2

July 1, 2025all-v3.24.2

- Fixed bug related to querying feature time with native SQL resolvers

Release v3.24.1

June 30, 2025all-v3.24.1

- Enhanced streaming lifecycle management for smoother consumer group rebalancing
- Added support for User.id to User.name schema parameter-taking SQL resolvers in native SQL, allowing for more efficient schema inference

Release v3.24.0

June 28, 2025all-v3.24.0

- Enhanced Streaming: Streaming map and parse functions can now be executed end-to-end without Python, compatible with the Symbolic Python Interpreter.
- Chalk SQL now supports most Chalk Functions as scalar functions.
- offline_query now more consistently respects the resource_group keyword argument.
- Added support for multi-modal prompts.

Release v3.23.6

June 20, 2025all-v3.23.6

- Fixed memory usage regression in metrics aggregator feature staleness computation
- Enhanced API servers with user-managed replication policy support for secrets
- Resolved Clickhouse timestamp formatting and precision issues
- Added incident management integration capabilities
- Implemented audit log rendering in web dashboard
- Enhanced SQL UDFs with pushdown filter visualization in physical plans
- Added user profile page functionality
- Introduced support for provisioning Jupyter notebook servers
- Updated Redshift SQLAlchemy driver integration
- Improved mirror tag weight handling
- Enhanced binary download integrity with CRC32 checksum validation

Release v3.23.5

June 13, 2025all-v3.23.5

- Generalize pushdown filters to support more underscore filter patterns

Release v3.23.4

June 12, 2025all-v3.23.4

- Republished 3.23.3 after resolving build failures due to GCP outage
- (v3.23.3) Metric Aggregator speed improvements