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 whitelistedAddressesfield inGET /identityresponse showing all whitelisted handles assigned to the identitycontextualFromAddressfield when querying identity withmessageIdorconversationIdparameter- Support for sending emails from whitelisted addresses via
POST /email/sendwithfromparameter whitelistedFromAddressin workflow event payloads for conversations routed through whitelisted handles- Script to assign/manage whitelisted handle identity associations:
scripts/assign-whitelist-identity.ts
Changed
GET /identitynow accepts optionalmessageIdorconversationIdquery 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/agentsendpoint - Wildcard search support (
*for any characters,?for single character) - Filter agents by
status(active,paused,archived) - Filter agents by
kindwith wildcard support - Pagination support (
limit,offsetparameters) - Response now includes
total,pagination, andfiltersmetadata
Changed
- Enhanced agent list endpoint with filtering capabilities
[1.2.0] - 2025-11-20
Added
PATCH /identityendpoint for updating profile information- Profile structure support (tagline, about, website, services/products)
- Service management via API (add, update, delete services)
- Enhanced
GET /identityresponse withdisplayNameandprofilefields
Changed
- Updated
GET /identityendpoint 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