Skip to Content

Release notes for April 2026

Grepr released these feature updates, improvements, and bug fixes in April 2026.

Behavioral changes

Edit permissions are now revoked when an organization’s trial expires

April 7, 2026

When your organization’s Grepr trial expires, you keep your existing view permissions but lose the ability to edit Grepr resources until you renew your plan. You can still update your organization details to submit a plan change request. When your plan is renewed, your edit permissions are restored automatically.

New features and improvements

Set OpenTelemetry integration headers dynamically from log event attributes

April 16, 2026

OpenTelemetry integrations now support HTTP headers whose values are dynamically extracted from log event attributes when events are sent. When you configure attribute-mapped headers on an OpenTelemetry integration, each batch of events sharing the same attribute values is sent in the same outbound request. Events that don’t have the attribute set are sent without the header. To configure attribute-mapped headers, when you create or edit an OpenTelemetry integration, in the headers section, switch a header’s source from Static value to From attribute, and specify the attribute path. See Step 1: Create an OpenTelemetry integration.

Construct nested VARIANT data types from JSON path/value pairs with the VARIANT_BUILD UDF

April 14, 2026

Grepr SQL transforms now support the VARIANT_BUILD function, which constructs a nested VARIANT value from one or more JSON path-value pairs. An example use of VARIANT_BUILD is to add or update attributes on a log event by selecting the result as an additional column, which is automatically merged into the event’s attributes field. The function supports nested object paths, array index paths, and dynamic values from column references or other function results. To learn more, see VARIANT functions: query, extract, and transform values.

Map SSO claims to Grepr organization roles and team memberships

April 14, 2026

You can now configure mappings from SAML SSO claims to Grepr organization roles and team memberships. When you sign in through SSO, your role and team assignments are reconciled to match the claim values provided by your identity provider, so roles and team memberships don’t need to be managed separately in Grepr. See Manage SSO claim mappings in the Grepr platform.

View passthrough and exception percentages on log reduction pipelines

April 14, 2026

The log pipeline overview page now includes a Reducer stats card that shows the passthrough and exception percentages over time. Both percentages are computed against the equivalent raw message volume, so they accurately represent the share of log volume that bypasses aggregation or hits aggregation exceptions. The exception percentage is highlighted when it exceeds zero, helping you quickly spot pipelines with active exceptions.

Bug fixes

Fix for the raw bytes line missing from pipeline bytes charts

April 14, 2026

An issue where the raw bytes line was missing from pipeline bytes charts for time ranges of four hours or longer has been fixed. The chart now consistently displays the raw bytes line across all time ranges.

April 14, 2026

Two issues affecting the signup flow have been fixed. The signup, email verification, and create-organization pages no longer get stuck on a loading spinner. Direct links to pages such as app.grepr.ai/integrations without an organization subdomain now redirect to the home page with the original destination preserved, instead of showing a blank page.

Fix for the Enter key removing existing options in attribute remapper menus

April 14, 2026

An issue in the attribute remapper dialog where pressing Enter in an autocomplete menu removed an already-selected option instead of adding the value you typed has been fixed. This issue affected the Reserved attributes, Tag attribute paths, and Tag mapping locations fields.

Fix for the organization context getting dropped after logging out

April 7, 2026

An issue that caused the organization context to be dropped when logging out after session expiration, requiring you to re-enter your organization ID, has been fixed. Logout redirects now preserve the organization subdomain and your current page location.

Fix for the Google sign-in flow for new users

April 7, 2026

An issue affecting the Google sign-in flow for new user signups has been fixed.

Fix for an authentication refresh token loop

April 7, 2026

An issue with the authentication refresh token flow that could cause repeated token refresh attempts has been fixed.

Last updated on