Release notes for February 2026
Grepr released these feature updates, improvements, and bug fixes in February 2026.
New features and improvements
Extract typed values from VARIANT attributes at specific paths with the VARIANT_VALUE UDF
February 26, 2026
You can now use the VARIANT_VALUE UDF in SQL transforms to extract scalar values from VARIANT attributes at specific JSON paths and convert them to typed SQL values. The VARIANT_VALUE UDF supports flexible path navigation by using dot or bracket notation and configurable error handling for missing paths and type-conversion errors. See VARIANT functions: query and extract values.
Integrate pipeline management into your IaC processes with the Grepr Terraform provider
February 13, 2026
The Grepr Terraform provider is now available. The provider allows you to manage your Grepr pipelines and related resources using Terraform, enabling you to integrate pipeline management into your infrastructure as code (IaC) workflows. The provider supports creating, updating, and deleting pipelines through Terraform configurations, allowing you to define, deploy, and manage your pipelines in a consistent and repeatable manner. See Manage Grepr pipelines with Terraform.
Search for substrings in all VARIANT attributes with the VARIANT_VALUE_CONTAINS UDF
February 9, 2026
You can now use the VARIANT_VALUE_CONTAINS UDF in SQL transforms to search for substrings in all attributes of a VARIANT data type. You can use this UDF to search all values in a VARIANT, or just specific attribute paths. See VARIANT functions: query and extract values.
Bug fixes
Fix for logs not appearing in the live edit reducer-to-sink step
February 9, 2026
An issue in the live edit Pipeline Log Viewer that prevented logs from appearing in the reducer-to-sink step has been fixed.
Fixes to the integration exceptions UI
February 9, 2026
An issue that prevented exceptions from being displayed in the integration exceptions UI on initial page load, and an issue that caused the UI to stop responding, have been fixed.
Fix for the view users permission not getting assigned to Member roles
February 6, 2026
A bug that prevented Members from viewing users in the Grepr UI has been fixed. This fix ensures that the permissions, including the view users permission, are correctly applied.
Fixes for Grepr pipeline configuration updates
February 6, 2026
Several issues related to pipeline configuration updates and the starting and stopping of pipelines have been fixed, improving the reliability of pipeline management:
- Incorrectly attempting to start a pipeline during configuration updates to a pipeline in the
STOPPEDstate. - Failing to start a pipeline when transitioning from
STOPPEDtoRUNNINGif there were pending configuration updates. - Failing to delete resources when stopping a pipeline.
Fix for log events getting forwarded directly without going through the reducer step
February 3, 2026
A bug in the pipeline filter step that led to some log events getting passed through directly instead of going through the reducer step has been fixed. This fix ensures that logs are reliably and correctly processed.