Skip to content

March 2026

This release brings major platform capabilities to production: a complete Public API, row-level security for governed data access, the Embed SDK on npm, presentation quality improvements, new analysis tools, and HubSpot enrichment — alongside a series of stability and bug fixes.


Querri’s Public API reaches general availability. Authenticate with qk_ API keys and access every major resource programmatically — projects, chats, dashboards, data, embedding, sharing, usage, audit logs, access policies, API key management, users, files, sources, and connectors.

  • Scoped permissions — each key gets only the scopes it needs
  • Stripe-style errors — structured error responses with type, code, message, and doc_url
  • Rate limitingX-RateLimit-* headers on every response
  • Audit trail — all API actions are logged with key attribution

See the API Reference and Authentication guide for full details.


Access Policies now support full row-level security with shadow execution. Admins define column-based filters (e.g., “Region = East”) and assign them to users or groups. When a governed user runs a query, Querri automatically rewrites it to enforce the policy — no SQL knowledge required.

  • Shadow execution — policies are evaluated at query time, not at rest, so data stays current
  • Table filters — admin-defined row restrictions per table
  • Dashboard filters — interactive filters that viewers can adjust within their allowed scope
  • Group assignment — apply policies to teams instead of individual users

See the Access Policies guide and Filters guide for setup instructions.


The Embed SDK is now published as @querri-inc/embed on npm, making it easy to install in any JavaScript project:

Terminal window
npm install @querri-inc/embed

The SDK supports three authentication modes — Share Key for public embeds, Server Token for enterprise/white-label, and Popup Login for internal tools. See the Embed SDK docs for usage details.


Wrapped presentations received a visual quality overhaul:

  • Responsive charts — Plotly charts now resize correctly across all slide types and screen sizes
  • Full-viewport mode — presentations fill the entire viewport for a true fullscreen experience
  • Animation fixes — animations replay correctly on slide transitions and revisits
  • Download fix — PDF and PowerPoint exports work reliably again

The HubSpot connector now enriches deal data with human-readable deal stage names and pipeline labels, replacing raw IDs with the labels configured in your HubSpot account.


A new Categorize tool is available in advanced analysis. Use it to automatically group and label rows based on patterns in your data — useful for segmentation, tagging, and exploratory analysis.


Admins can now create, list, and revoke qk_ API keys directly from the Querri UI. The Audit Log page provides a searchable, filterable view of all security-relevant actions across the organization.


AreaChange
API AuthenticationMigrated from JWT-based API auth to qk_ scoped API keys for all public endpoints
Access PoliciesShadow execution model replaces static row filtering for real-time policy enforcement
Embed SDKPublished to npm as @querri-inc/embed with ES module support
Wrapped PresentationsResponsive chart sizing, animation replay, and full-viewport mode
HubSpot ConnectorDeal stage and pipeline labels resolve to human-readable names
Pro Tier DetectionCentralized User.is_pro check replaces scattered tier detection logic

AreaFix
Agentic LoggingFixed Greenflash race condition where parent message was not found during concurrent logging
Pro TierCentralized User.is_pro fixes inconsistent pro feature detection across services
SQL ValidationFixed false positives when SQL keywords appear inside string literals
Shared PresentationsFixed 403 errors when viewing shared Wrapped presentations in incognito mode
Step ExecutionAdded step existence validation before executing execute_step
Wrapped DownloadFixed broken PDF/PowerPoint export for Wrapped presentations
Slide AnimationsAnimations now replay correctly on slide transitions and revisits

Release Date: March 1, 2026



A complete documentation section for Querri’s security model, organized around the progressive layers that teams adopt as they grow — 11 pages covering every layer from personal privacy defaults through admin-level controls.

  • Overview — how Querri keeps your data private by default and makes sharing safe when you’re ready
  • Sharing — how sharing works and why it’s the foundation for everything else
  • Access Policies — row-level security without SQL: pick a column, pick values, assign users
  • Column Security — hide, mask, or restrict sensitive columns while keeping the rest of the table useful
  • Groups — assign policies to teams instead of managing access user by user
  • API Keys — dk_ keys for governed, auditable external access that inherits the creator’s permissions
  • Dashboard Security — how shared dashboards re-execute per viewer’s security context
  • Filters — admin-defined table filters and interactive dashboard filters
  • Workspaces — governance boundaries between departments and teams
  • Audit Log — unified trail of every security-relevant action
  • Admin Controls — organization-wide settings for sharing, API access, and security defaults

Release Date: February 27, 2026