Changelog
Everything new in Delivery Hub. Features, improvements, and fixes across every release.
v0.99
March 2026Portal API Expansion
17 REST API endpoints now power the cloudnimbusllc.com client portal. New endpoints for activity feeds, conversations, work log management, file access, board summaries, and document retrieval. Full entity-scoped access with portal user authentication.
WorkLog Approval via API
Approve or reject draft work logs in batch through the REST API. Portal users can manage hour approvals without a Salesforce license.
Hour Logging via API
Log hours against work items directly from the portal. Supports work date, notes, and integrates with the approval workflow.
PMD Compliance Refactor
Public API service refactored into small, focused handler methods. Zero per-method PMD violations. Enterprise-grade code quality.
Repository Polish
CONTRIBUTING.md and SECURITY.md added. PR template enhanced. README updated with accurate counts (124 Apex classes, 53 LWCs, 580+ tests). Stale branches cleaned.
v0.98
March 2026WorkLog Approval Workflow
Hours logged in Delivery Hub can now require approval before syncing to client orgs. When enabled, WorkLogs save as Draft until approved by a manager. The approval policy is controlled by a DateTime setting — giving you an audit trail of when the policy was enabled, and allowing grandfathering of pre-existing logs. Backward compatible: existing installations see zero behavior change.
Activity Feed
A new cross-item Activity Feed tab shows everything happening across your delivery pipeline in one place. Comments, hours logged, stage changes, and field changes — all in a date-grouped timeline with relative timestamps. Includes conversation threads grouped by work item, inline reply, and batch approve/reject for pending WorkLogs. Auto-refreshes every 30 seconds.
Data Lineage Visualization
See your sync chain at a glance. The Data Lineage card on the admin home page shows upstream vendors, your org, and downstream clients in a vertical flow diagram with per-entity health metrics — synced/failed percentages and last sync timestamps. Know exactly where your data flows.
Setup Prerequisites Wizard
The Getting Started wizard now checks prerequisites before attempting connection: Salesforce Site existence, guest user permissions, and Remote Site Setting reachability. Failed checks show deep links to the exact Setup page with copy-to-clipboard URLs. Guest user permissions can be fixed with one click. CCI-deployed orgs pass all checks automatically.
Time Logger Enhancements
Log hours for past dates with the new date picker (no longer hardcoded to today). Works with Draft WorkRequests — no more manually accepting your own auto-created requests. Shows a “Saved as Draft” badge when approval is enabled.
v0.97
March 2026Field Change Tracking
Track every field change with old/new values in the Activity Log.
Ghost Recorder
Floating issue submission form with keyboard shortcut.
Namespace-Safe Architecture
getLocalName() for reliable CMT matching in managed packages.
Global Schedulers
DeliveryHubScheduler and processors marked global for cross-package access.
v0.96
February 2026Configurable Workflow Platform
Custom Metadata-driven stages, personas, and transitions. Ships with Software Delivery (40+ stages) and Loan Approval (8 stages).
Code Hygiene
All internal "ticket" nomenclature replaced with "work item" throughout.
Want the full feature reference?
See the Features page for a complete list of everything Delivery Hub can do, or browse the Documentation for technical details.