Changelog
New features, improvements, and fixes — updated with every release.
8 June 2026
- NewCustom SQL queries — write your own SQL for any endpoint (GET, POST, PATCH, DELETE) instead of selecting a table. Named parameters (:paramName) map to URL path, query string, or request body. Available on Starter and Pro plans.
- NewGET /{id} endpoints — create a "Get by ID" endpoint type that returns a single record by identifier. Callable at /{path}/{id}, returns a single object (not a list), and responds with 404 when the record is not found.
- NewMongoDB datasource — connect Atlas or self-hosted MongoDB clusters and expose collections as REST endpoints.
- NewSnowflake datasource — query Snowflake data warehouses directly from your API endpoints.
- ImprovedWorkspace switching now always navigates to the dashboard, preventing stale data on the previous page.
- ImprovedEndpoint URLs simplified — version prefix (v1, v2 …) removed. Endpoints are now at /{slug}/{path}.
20 May 2026
- NewGitHub OAuth — sign in with your GitHub account in addition to Google and Microsoft.
- NewEmail + password registration — create an account without a social login.
- NewExcel Online datasource — connect to spreadsheets in SharePoint and OneDrive for Business via Microsoft Graph.
- NewCustom 404 and 500 error pages — no more blank white screens on errors.
- NewFree-tier attribution — API responses on the Free plan include a "Built with Dataloom" metadata field.
1 May 2026
- NewLog filtering — filter request logs by API, endpoint, status code, and date range.
- NewPer-API analytics — drilldown from the workspace analytics view to individual API and endpoint metrics.
- NewMobile responsiveness — endpoint builder and dashboard flows verified and improved on small screens.
- NewStatus page link in footer — uptime visibility for production users.
- ImprovedSupport contact surfaced in footer and on the /support page.
15 April 2026
- NewAPI key expiry reminders — email and in-app warnings before keys expire silently.
- NewEnvironment datasource overrides — map each datasource to a different one per environment, not just a single override.
- NewAPI key environment scoping — restrict keys to specific environments.
- NewWelcome email on signup.
- NewUpgrade prompts — contextual modals when plan limits are hit, with a direct link to billing.
- NewInteractive API documentation — Scalar UI rendered at /{slug}/docs for every published API.
1 April 2026
- NewContent-Security-Policy header added across all routes.
- NewRate limiting on all management API mutation endpoints.
- ImprovedEnterprise plan feature list completed on the pricing page.
- ImprovedLanding page pricing now sourced from the same data as the /pricing page — no more drift.
- Fixed"Contact Sales" buttons now link to the sales email.