Changelog

What's new in Mockline.


v0.7.4·April 3, 2026

Strict Request Validation

Mock servers can now enforce strict validation against your OpenAPI schema. Enable strict mode when provisioning to have Contour reject requests with missing required parameters, invalid body fields, or wrong types — returning detailed 400 errors. Choose Hard mode to block invalid requests outright, or Soft mode to log warnings while still returning responses.

Feature
v0.7.3·March 31, 2026

Public Launch & Community Growth

Mockline is now publicly available with a free tier and subscription plans. The platform supports up to mock server provisioning per user with a 24-hour retention policy for free tier servers. PRO and TEAM plans offer persistent servers with custom domains and dedicated resources.

Feature
v0.7.2·March 30, 2026

Large Spec Support & Modal UX Hardening

Increased the maximum spec upload size from 1 MB to 10 MB, supporting enterprise-scale specifications with 1000+ API routes. All modal forms now disable inputs during async operations and correctly reset state when dismissed.

FixImprovement
v0.7.1-patch·March 28, 2026

Launch Polish & Infrastructure

Batch of infrastructure and UX improvements preparing for public launch: centralized email templates, social sharing metadata, and pricing flow refinements.

ImprovementFeature
v0.7.1·March 26, 2026

Mock Server Configuration Options

Added configuration options for mock servers, allowing users to enable stateful, deterministic, delay, error rate, and authentication options.

Feature
v0.7.0·March 24, 2026

API Explorer Overhaul & Spec Designer Drafts

The API Explorer now routes requests through a server-side proxy, eliminating CORS issues and enabling full custom header support. Response display is now Postman-style with syntax highlighting. The Spec Designer gains $ref resolution and localStorage draft saving.

FeatureImprovement
v0.6.0·March 22, 2026

Visual OpenAPI Spec Designer

Build openAPI specs visually without writing YAML or JSON. The new Custom Spec Designer allows you to design your definitions and endpoints interactively in the browser.

FeatureImprovement
v0.5.1·March 21, 2026

Google OAuth Authentication

Added Google OAuth as an alternative sign-in method, alongside the existing GitHub OAuth. Existing users can link their accounts seamlessly.

Feature
v0.5.0·March 21, 2026

Subscription Billing & Payment Integration

Integrated Lemon Squeezy for subscription management with full webhook lifecycle handling.

Feature
v0.4.0·March 20, 2026

Tier Limits & Feature Paywalls

Introduced tiered and rate limits for free and pro users, enforcing limits on endpoints and spec uploads.

FeatureImprovement
v0.3.2·March 19, 2026

Upstream Patch Eliminated

Updated to Contour CLI v1.2.1 which now binds to 0.0.0.0 by default. Removed the sed patch from Docker image builds — provision time reduced slightly and the build process much cleaner.

ImprovementPerformance
v0.3.1·March 18, 2026

Remote URL Spec Import

You can now import an OpenAPI spec directly from a remote URL — paste the link to any .yaml or .json file and Mockline fetches it for you.

Feature
v0.3.0·March 17, 2026

API Explorer, Contracts & Marketing Pages

The dashboard now surfaces parsed endpoints from your spec and lets you run contract tests with real results. Marketing pages round out the public site.

FeatureImprovement
v0.2.0·March 13, 2026

Base Image Caching & Container Fixes

Two infrastructure fixes that make mock provisioning significantly faster and actually reachable from outside Docker.

PerformanceFix
v0.1.0·March 10, 2026

Initial Pre-Release

Mockline is in pre-release. Upload an OpenAPI spec, provision a Docker-powered mock server, and get a live URL in seconds.

Feature