Skip to main content
Connic
Back to BlogChangelog

What We Shipped in September 2025

Full audit logging with before/after diffs, data residency region selection, distributed rate limiting for connectors, and billing cost breakdown.

October 1, 20254 min read

September focused on compliance, security, and giving you better visibility into what's happening in your projects.

Audit Logs

Every action in your project is now logged and queryable. The audit log captures:

  • Who: User ID (or "system" for automated actions)
  • What: Action type (create, update, delete) and resource
  • Changes: Before/after state for updates
  • Context: IP address and user agent (encrypted)

Tracked actions include:

project.createproject.updatedeployment.createdeployment.activateconnector.createconnector.updateconnector.linkenvironment.createenv_var.updateapi_key.createmember.addmember.remove

Filter by time range, action type, user, or resource in Project Settings → Audit. Sensitive fields (passwords, tokens, secrets) are automatically masked in the change log.

Data Residency

Choose your project's primary data region when creating a project. All agent deployments, logs, and connector data stay within your selected region. This helps meet compliance requirements like GDPR that mandate data stays in specific geographic boundaries.

Connector Rate Limiting

Webhook, Stripe, S3, and MCP connectors now enforce rate limits to protect your agents from traffic spikes. When limits are exceeded, the connector returns:

HTTP 429 response
{
  "error": "Rate limit exceeded",
  "retry_after": 60
}

Headers:
X-RateLimit-Remaining: 0
X-RateLimit-Reset: 1699574400

Clients should respect the retry_after value and implement exponential backoff for production integrations.

Billing Improvements

The billing dashboard now shows:

  • Real-time usage tracking updated as runs complete
  • Cost breakdown by individual agent and connector
  • Spend alerts when approaching plan limits
  • Projected usage based on current run rate

More from the Blog

Changelog

What We Shipped in June 2026

Customizable permission groups, shareable dashboards with access controls, channels and drains for routing notifications and logs, sharper prompt-injection and data-exfiltration guardrails, AI-assisted filtering, and deployments that drain in-flight runs.

July 1, 20267 min read
Changelog

What We Shipped in May 2026

An agent testing framework, deploy gates with pull-request testing, deeper tracing for triggered and child runs, usage and budget dashboards, custom domains for connectors, and per-agent reasoning effort with cascading defaults.

June 1, 20267 min read
Changelog

What We Shipped in April 2026

Human-in-the-loop approvals, Bridge for custom tools and private services, tool hooks, discoverable tools, AI dashboard builder, custom OpenAI-compatible providers, and live logs from your own code.

May 3, 20267 min read
Changelog

What We Shipped in March 2026

A/B testing, agent guardrails, API spec tools, dashboard templates with percentile metrics, migration CLI, and more.

April 1, 20266 min read
Changelog

What We Shipped in February 2026

Managed database, templates library, evaluation judges, Telegram connector, web page reading, persistent sessions, conditional tools, and concurrency rules.

March 1, 20266 min read
Changelog

What We Shipped in January 2026

Custom observability dashboards with drag-and-drop widgets, model pricing for cost tracking, refreshed connector and runs UI, and llms.txt support.

February 10, 20265 min read
Changelog

What We Shipped in December 2025

Stripe connector with webhook signature verification, Email connector with IMAP polling and attachment support, plus dashboard UI improvements.

January 2, 20264 min read
Changelog

What We Shipped in November 2025

MCP connector exposing agents as tools, Postgres LISTEN/NOTIFY, S3 file uploads, SQS message queues, connector logs, and unified connector UI.

December 2, 20255 min read
Changelog

What We Shipped in October 2025

10 deployment regions across 5 continents, import predefined tools (trigger_agent, query_knowledge, web_search) in custom Python code.

November 3, 20254 min read