Changelog

All notable changes to Solo documentation will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.4.0] - 2026-02-02

Added

  • Whitelisted Address Identity Routing: Whitelisted handles (e.g., sales@solomail.io) can now be associated with identities
  • whitelistedAddresses field in GET /identity response showing all whitelisted handles assigned to the identity
  • contextualFromAddress field when querying identity with messageId or conversationId parameter
  • Support for sending emails from whitelisted addresses via POST /email/send with from parameter
  • whitelistedFromAddress in workflow event payloads for conversations routed through whitelisted handles
  • Script to assign/manage whitelisted handle identity associations: scripts/assign-whitelist-identity.ts

Changed

  • GET /identity now accepts optional messageId or conversationId query parameters
  • Email send validation now allows whitelisted addresses assigned to the authenticated identity

[1.3.0] - 2025-12-29

Added

  • Query/search parameters for GET /identity/agents endpoint
  • Wildcard search support (* for any characters, ? for single character)
  • Filter agents by status (active, paused, archived)
  • Filter agents by kind with wildcard support
  • Pagination support (limit, offset parameters)
  • Response now includes total, pagination, and filters metadata

Changed

  • Enhanced agent list endpoint with filtering capabilities

[1.2.0] - 2025-11-20

Added

  • PATCH /identity endpoint for updating profile information
  • Profile structure support (tagline, about, website, services/products)
  • Service management via API (add, update, delete services)
  • Enhanced GET /identity response with displayName and profile fields

Changed

  • Updated GET /identity endpoint to include full profile data

[1.1.0] - 2025-11-15

Added

  • Mobile-responsive documentation navigation
  • Client-side search functionality
  • Complete documentation coverage (Email, Team, Settings, API, Troubleshooting)

Changed

  • Updated API documentation URLs to solomail.io
  • Standardized API paths to /api/v1/ prefix
  • Improved mobile navigation UX

[1.0.0] - 2025-11-01

Added

  • Initial public documentation release
  • Core documentation sections (Getting Started, Concepts, Agents, Workflows)

Versioning

Solo documentation follows semantic versioning:

  • Major version (1.x.x): Breaking changes, new major features
  • Minor version (x.1.x): New features, additions
  • Patch version (x.x.1): Bug fixes, corrections

Upcoming

Planned for v1.5.0

  • Video tutorials
  • Interactive examples
  • Advanced API usage guides
  • Integration examples
  • Identity management MCP tools for workflows

Version: 1.4.0
Last Updated: February 2026