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 v3.25.0

July 29, 2025v3.25.0

- Reduced latency for upload features by fixing cache miss issues in micro plans

Release v3.24.11

July 26, 2025all-v3.24.11

- Optimized planner to reduce the number of offline store lookup nodes in plans with highly parallel aggregation structures
- Enhanced execution to improve backpressure management, reducing out-of-memory errors when parquet files are reused in multiple plan locations

Release v3.24.10

July 24, 2025all-v3.24.10

- Fixed import issues for Intermediate Metric Recording

Release v3.24.9

July 24, 2025all-v3.24.9

- Improved memory management and resource allocation for various environments
- Enhanced error handling and logging for better debugging and monitoring
- Updated metric configurations and support for new metric types
- Improved Kubernetes pod management and display features
- Enhanced distributed locking mechanisms for environment-specific operations
- Updated documentation and versioning for Chalk and related tools
- Improved query handling and performance optimizations
- Enhanced user interface and display features, including dark mode support
- Updated dependencies and fixed compatibility issues
- Improved cluster management and service account configurations
- Enhanced logging and searchability for deployment processes
- Various bug fixes and performance improvements

Release v3.24.8

July 22, 2025all-v3.24.8

- Resolved an issue that caused online query persistence to occur before computed results were returned, improving HTTP server online query latency

Release 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