Stay up to date with the latest Chalk platform releases and updates.
- Reduced latency for upload features by fixing cache miss issues in micro plans
- 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
- Fixed import issues for Intermediate Metric Recording
- 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
- Resolved an issue that caused online query persistence to occur before computed results were returned, improving HTTP server online query latency
Bug fixes, performance improvements, UI enhancements, and new features including diff viewer, global state management, and SQL functionality updates.
- 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
- Reverted previous update that added underscore expression for unidecode
- Enhanced SQL processing to switch to passthrough columns upon failure
- Fixed bug related to querying feature time with native SQL resolvers