Changelog
Product updates and improvements to the Pinpoint platform.
EVERY RELEASE,ON THE RECORD.
New features, fixes, and improvements as they ship, newest first.
- v1.11.0announcement
New Brand, New Website
We rebuilt testwithpinpoint.com from the ground up around our new positioning. Augment, the embedded dev and QA capacity you assign work like your own team, now leads the story, and every page shares the same dark editorial design system as the new homepage. The refresh adds dedicated pages for how the platform works, live product demos, and onboarding, plus a rebuilt blog, plans, and releases experience.
Meet Augment - v2.0.0featureannouncement
Spectre v2: Beyond Static Analysis
Spectre v2 moves past pure static analysis. Feed the scanner an as-built runtime snapshot from Steampipe, Kubernetes, or OpenTelemetry exports and it reconciles your declared architecture against what is actually running, surfacing shadow dependencies, undeclared egress, and dead declared dependencies as first-class drift findings. Coverage also expands to ten languages with new security rules for Solidity, C, C++, C#, Go, and COBOL, a dedicated rule layer for Spring, Express, NestJS, Next.js, Flask, FastAPI, and Django apps, and a new AI security pack that maps agent and tool wiring to catch the OWASP LLM risk classes. The registry now counts 112 rules.
Run a scan from the CLI - v1.10.0featureannouncement
Post-Quantum Crypto Scanning
Run pinpoint spectre scan --post-quantum and Spectre Scan inventories every cryptographic asset in your codebase, emitting a CycloneDX 1.6 Cryptography Bill of Materials (CBOM) and a PDF audit pack that maps each asset to its NIST IR 8547 post-quantum transition phase. New crypto-agility rules flag quantum-vulnerable algorithms where they live, and the experimental Agora flow can commit a CBOM's hash on-chain so anyone can verify exactly what was scanned.
- v1.9.0feature
Jira Integration
Pinpoint now connects to Jira Cloud. Authorize with OAuth, map your Jira statuses to Pinpoint stages in a five-step setup wizard, and let issue transitions trigger test dispatches through signature-verified webhooks. Per-project configuration, proactive token refresh, and a built-in health probe keep the connection from ever silently going stale.
- v1.2.2fix
CLI: Fix Spectre Scan Upload Signature Mismatch
Fixed a regression where pinpoint spectre scan completed analysis but failed to push results, returning SignatureDoesNotMatch on the S3 upload. The presigned PUT URLs issued by the API include x-amz-server-side-encryption=aws:kms in the signed headers; the tensor upload path was omitting that header, so S3 reconstructed the canonical request with an empty value and rejected the signature. The header is now sent on every presigned upload.
Download the CLI - v1.2.1fix
CLI: Fix WAF Block on Configure
Resolved an issue where pinpoint configure and other CLI commands could return a 403 against api.testwithpinpoint.com because the HTTP client did not send a User-Agent header, causing AWS WAF's managed rule set to block the request before it reached the API. Every outbound request from the CLI now sets a pinpoint-cli/<version> User-Agent.
Download the CLI - v1.8.0featureannouncement
Spectre Scan Free Tier
Spectre Scan is now self-serve. Register and you get a free tier with five scans per month, an API tokens page for CLI access, and a findings dashboard with live pipeline status and per-finding debriefs. Completed scans deliver an email with a rendered PDF report and a seven-day download link, and a new 3D code-city view renders your scanned codebase as an explorable city.
- v2.0.0feature
CLI Alpha Program and MCP Server 2.0
The CLI alpha program opened with invite onboarding, a first-run consent flow, a stable exit-code taxonomy your CI can rely on, and four new pinpoint spectre map subcommands covering impact, dependencies, coverage, and topology. Alongside it, the Pinpoint MCP server moved to 2.0.0, a breaking release that adds the same consent gate and typed error codes for cleaner agent integrations.
View on npm - v1.7.0featureannouncement
Spectre Scan Alpha
The Pinpoint CLI now includes Spectre Scan, a static analysis engine that examines your entire codebase to identify architectural issues, potential bugs, unsecured paths, and blast radius for every finding. Each scan produces an impact score measuring how widely an issue propagates through your system, along with a confidence level indicating analysis certainty. Run pinpoint spectre scan from your terminal or CI pipeline to surface high-risk areas before they reach production. This Alpha release supports Java, TypeScript, Rust, and Python, with additional language coverage planned for future releases.
Get started with the CLI - v1.6.0announcementfeature
SPOQ: Open Source Multi-Agent Orchestration
Pinpoint’s research division has publicly released SPOQ (Specialist Orchestrated Queuing), our methodology for orchestrating multi-agent AI software development. SPOQ introduces wave-based topological dispatch, dual validation gates, and Human-as-an-Agent integration to coordinate parallel AI coding agents with structured quality controls. The full methodology is documented at spoqpaper.com, and the tooling is available on PyPI as both an MCP server and a standalone CLI. We use SPOQ internally to build and test the Pinpoint platform, and we are now sharing it with the broader engineering community.
Read the paper - v1.2.0feature
Bug Tracker Dashboard
A dedicated Bugs page is now available in your dashboard, giving you a consolidated view of every bug found across all test requests. Filter by status or project, click any row for full details, and update a bug's status directly from the detail modal with optional resolution notes.
- v1.1.0feature
Guided Onboarding Wizard
New accounts are now greeted with a three-step onboarding wizard that walks you through creating your first project and submitting a test request. The wizard automatically detects available environments so you can target the right deployment from the start.
- v1.0.0featureannouncement
Pinpoint CLI: Native Binary Release
Pinpoint is officially out of alpha. The new CLI is a single native binary with zero runtime dependencies, available for Linux, macOS, and Windows. Install via Docker or download it directly from the site, then drop it into any CI/CD pipeline to trigger test reviews on every deployment.
Download the CLI - v0.9.0featureannouncement
MCP Integration for Developer Tools
Pinpoint now ships an MCP server so your team can view bug reports, track status updates, and manage issues directly from their favorite developer tools without switching context.
View on npm - v0.8.0improvement
Faster Bug Report Generation
Bug report PDFs now generate significantly faster with improved formatting and consistent typography. Reports are delivered to your dashboard sooner, keeping your team unblocked.
- v0.7.0feature
Annual Billing
Save 10% by switching to annual billing. You can choose your preferred billing interval during signup or update it anytime from your billing settings.
- v0.6.1improvement
Redesigned Billing Settings
Your billing page now clearly shows your current plan, makes it easy to compare upgrade options, and walks you through flexible alternatives if you ever need to make a change.
- v0.6.0feature
New Blog and Resource Library
We published a library of articles covering QA strategy, testing best practices, and scaling quality for growing engineering teams. Check out the blog for practical insights.
- v0.5.0improvement
Website Refresh
Updated the Pinpoint website with a new case study, an FAQ section, and dedicated pages for common use cases. Finding the information you need should be much more straightforward.
- v0.4.0feature
Customer Dashboard
Your new dashboard gives you a single place to manage test requests, schedule calls with our team, and download completed reports. Everything in one view.
- v0.3.0improvement
Cookie Preferences
Added a cookie consent banner so you can control your privacy preferences when visiting the Pinpoint website.
- v0.2.0feature
Flexible Pricing Tiers
Introduced Core, Professional, and Enterprise plans so you can pick the level of testing that fits your team. Each tier comes with different test round allowances and support commitments.
- v0.1.0fix
CI/CD Reliability Improvements
Fixed an issue where pipeline triggers were occasionally missed during high-traffic periods. Notifications for failed dispatches are now more detailed so your team can resolve issues faster.
SHIPPED CONTINUOUSLY ◦ CLI · MCP · Spectre SCAN ◦ SINCE JAN 2026
ALWAYS SHIPPING.
The platform behind these releases ships with an embedded dev and QA team. Apply for access and put it to work on your codebase.
Apply for Access