|
| 1 | +--- |
| 2 | +title: "Changelog for 2025-06-25" |
| 3 | +description: "API and documentation updates since 2025-06-20." |
| 4 | +--- |
| 5 | + |
| 6 | +## Summary |
| 7 | +This changelog documents all API and documentation changes since the last published changelog (2025-06-20). It is based on the OpenAPI diff and recent repository commits. |
| 8 | + |
| 9 | +--- |
| 10 | + |
| 11 | +## Notable Recent Commits |
| 12 | +- **2025-06-24**: [Upgrade the C# generator to 2.0.1 (#534)](https://github.com/quantstruct/vapi-docs/commit/ea28eb164bcc1cb7746dfae4dbf68dd0e8036e95) |
| 13 | +- **2025-06-24**: [outbound campaigns quickstart and overview (#531)](https://github.com/quantstruct/vapi-docs/commit/2acc7fff0878b3b8d773dc945fbdcb646e4204db) |
| 14 | + |
| 15 | +--- |
| 16 | + |
| 17 | +## API Changes (2025-06-20 → 2025-06-25) |
| 18 | + |
| 19 | +### New Endpoints |
| 20 | +- `/workflow/generate`: Added as a new path. |
| 21 | + |
| 22 | +### New Models & Definitions |
| 23 | +- **McpToolMetadata**: New object for MCP tool protocol metadata. |
| 24 | +- **GenerateWorkflowDTO**: DTO for generating workflows, includes a list of toolIds. |
| 25 | +- **WorkflowCustomModel**: Defines a custom LLM provider with detailed metadata sending options. |
| 26 | +- **WorkflowGoogleModel**: Defines supported Gemini model names and parameters. |
| 27 | +- **FallbackLMNTVoice**: Added language property for fallback voices. |
| 28 | + |
| 29 | +### Model Changes |
| 30 | + |
| 31 | +#### Org |
| 32 | +- Added: `concurrencyLimit` property is now marked as deprecated. |
| 33 | + |
| 34 | +#### Chat |
| 35 | +- Added: `assistantOverrides` property for chat-level assistant overrides. |
| 36 | + |
| 37 | +#### McpTool |
| 38 | +- Added: `metadata` property for tool-level protocol/configuration. |
| 39 | + |
| 40 | +#### Campaign |
| 41 | +- Added: |
| 42 | + - `callsCounterQueued` |
| 43 | + - `callsCounterScheduled` |
| 44 | + - `callsCounterInProgress` |
| 45 | + - `callsCounterEndedVoicemail` |
| 46 | + |
| 47 | +#### LMNTVoice |
| 48 | +- Added: `language` property. |
| 49 | + |
| 50 | +#### CreateOrgDTO / UpdateOrgDTO |
| 51 | +- Added: `concurrencyLimit` property (deprecated). |
| 52 | + |
| 53 | +#### CreateChatDTO / OpenAIResponsesRequest |
| 54 | +- Added: `assistantOverrides` property. |
| 55 | + |
| 56 | +#### CreateMcpToolDTO / UpdateMcpToolDTO |
| 57 | +- Added: `metadata` property. |
| 58 | + |
| 59 | +#### FallbackLMNTVoice |
| 60 | +- Added: `language` property. |
| 61 | + |
| 62 | +#### ServerMessageResponseTransferDestinationRequest |
| 63 | +- Added: `message` property. |
| 64 | + |
| 65 | +--- |
| 66 | + |
| 67 | +For more details, see the [GitHub commit history](https://github.com/quantstruct/vapi-docs/commits/main) and [API documentation](https://github.com/quantstruct/vapi-docs). |
0 commit comments