Skip to main content

Release Notes

Stay up to date with what's new in Deeployd.

Versioning Scheme

Deeployd follows semantic versioning for its API:

  • Major versions (v1, v2) - Breaking changes to the API
  • Minor versions (v1.1, v1.2) - New features, backwards compatible
  • Patch versions (v1.1.1) - Bug fixes and improvements

The Dashboard and platform features are continuously deployed.

Latest Release

December 2024

New Features

  • Store Launch - Browse, install, and publish agent templates
  • Workflow Designer - Visual drag-and-drop workflow builder
  • Microsoft 365 Integration - Full admin API support
  • SCIM Provisioning - Automated user sync with identity providers

Improvements

  • Agent response times improved by 40%
  • Memory retrieval now supports semantic search
  • Dashboard redesigned for better navigation
  • API rate limits increased for Pro and Business plans

Bug Fixes

  • Fixed memory context not persisting across sessions
  • Resolved webhook retry logic for failed deliveries
  • Fixed SSO redirect loop on certain IdP configurations

Previous Releases

November 2024

  • Human-in-the-Loop Approvals - Require approval for sensitive operations
  • Google Workspace Admin - User provisioning and license management
  • Audit Log Export - Download logs in CSV/JSON format
  • Agent Templates - Save and reuse agent configurations

October 2024

  • Multi-Agent Teams - Agents can now delegate to and escalate to other agents
  • Scheduled Tasks - Run agents on cron schedules
  • Webhook Triggers - Execute agents from external events
  • Memory System v2 - Improved context retention and retrieval

September 2024

  • Initial Platform Launch
  • Agent Studio - Visual agent builder
  • Core Tools - Calculator, HTTP Request, Memory
  • API v1 - REST API for programmatic access

Upgrade Guide

API Versioning

When we release a new API version, the previous version remains supported for 12 months.

// Specify API version in requests
const client = new DeepLoyd({
apiKey: 'YOUR_API_KEY',
apiVersion: '2024-12-01' // Pin to specific version
});

Breaking Change Notifications

We announce breaking changes:

  1. 30 days before - Email notification to all users
  2. In-dashboard banner - Warning in the Dashboard
  3. Changelog entry - Detailed migration guide

Migration Support

For major upgrades:

  • Migration guides in documentation
  • Automated migration tools where possible
  • Support team available for enterprise customers

Subscribe to Updates

  • Email - Enable release notifications in Settings
  • RSS - Subscribe to /changelog.xml
  • Discord - Join #announcements channel
  • GitHub - Watch the repository for releases

Last updated: December 2024