Changelog
All notable changes to the PurpletGo platform and public API are recorded here. PurpletGo follows Semantic Versioning (opens in a new tab) for the public REST API.
v1.4.0 - 2026-04-01
New
- Onboarding Bridge - kick off a replacement hire's onboarding checklist from a completed offboarding record. Seeded tasks are pre-filled with role and department context.
- AI Offboarding Assistant - new
POST /api/ai/checklist/:id,POST /api/ai/risk/:id, andPOST /api/ai/kt-summary/:idendpoints (Enterprise plan). - Flight Risk Scoring - predictive risk scoring for employees based on tenure, engagement, and exit interview themes.
Improved
- Public API
POST /v1/offboardingsnow fires in-app and email notifications to HR/Admin users in the organisation. - Asset checkin/checkout workflow redesigned with barcode scan support.
- Kanban cards on the Offboarding board memoised for smoother drag interactions.
Fixed
- Paginated API responses (
useOrgEmployees,useAssets,useAlumni) now correctly unwrap{ rows, total }shape. - React Router v7 future-flag warnings resolved in the client application.
v1.3.0 - 2026-03-01
New
- SCIM 2.0 provisioning -
/api/scim/v2/Usersand/api/scim/v2/Groupsendpoints for identity providers (Okta, Azure AD). - SIEM log forwarding - send structured security events to Splunk, Datadog, or any syslog endpoint.
- Compliance scheduled reports - configure automated PDF/CSV reports delivered by email on a cron schedule.
Improved
- SAML SSO now uses the maintained
@xmldom/xmldomfork; removed the vulnerablexmldompackage. - API key management UI redesigned with per-key scope selection.
API changes
GET /v1/offboardingsnow acceptsdepartmentfilter parameter.PATCH /v1/offboardings/:idacceptsseparation_typein addition tostatus.
v1.2.0 - 2026-02-01
New
- Self-service employee portal - departing employees can complete tasks, upload documents, and check in assets through a token-authenticated portal without a full account.
- Calendly & Google Calendar integration - schedule exit interviews with one click.
- Knowledge Transfer module - structured handover with assignee tracking and file uploads.
Improved
- DocuSign and Adobe Acrobat Sign integration now supports multi-signer workflows.
- Offboarding checklist templates can now be shared across sub-organisations.
v1.1.0 - 2026-01-01
New
- Public REST API v1 -
offboardings,employees, andwebhooksresources. API keys with per-scope permissions. - Webhook system - register HTTPS endpoints to receive real-time events. Payloads are HMAC-SHA256 signed.
- HRIS integrations - BambooHR, Workday, Rippling, and ADP webhooks to auto-trigger offboardings.
- Alumni network - opt-in rehire candidate pool with searchable profiles.
Fixed
- SSRF guard added to webhook URL registration to block private IP ranges.
v1.0.0 - 2025-12-01
Initial public release of the PurpletGo platform.
Features
- Structured offboarding workflows with status tracking
- Checklist templates with task assignment and SLA tracking
- Multi-step approval chains
- Role-based access control (RBAC)
- Tamper-evident audit log
- Multi-organisation hierarchy
- Stripe billing with Free, Starter, Team, and Enterprise plans
- Email notifications via Resend
- Google Cloud Storage for document uploads
- Two-factor authentication (TOTP)
- i18n support (English, German, Spanish, French)
Subscribe to release notes by email or watch the GitHub repository (opens in a new tab) for releases.