Changelog
Track the latest updates, new features, and improvements in Sharebrand to stay informed on platform enhancements.
Recent Updates
Stay current with Sharebrand's evolution. You receive new features for branded file sharing, performance boosts, and reliability fixes. Review the latest releases below, sorted newest first.
Subscribe to our RSS feed or join the newsletter at the bottom of the docs to get notified of new releases automatically.
New Features
- Added URL shortener for branded links. Create compact
{short-link}URLs that redirect to your file shares. - Introduced client activity logs in the dashboard. Track downloads and views per client.
Improvements
- Enhanced white-label customization with custom fonts upload.
- Optimized file upload speeds by
{20%}for large files{>2GB}.
New Features
- Launched sell files integration with Stripe. Set prices directly on shares and collect payments seamlessly.
- Added brand pages for hosting logos, fonts, and guidelines as public pages.
Breaking Changes
- Updated API authentication to use
{API_KEY}headers only. Migrate from legacy tokens by generating new keys in dashboard settings.
Bug Fixes
- Fixed intermittent failures in client portal logins.
- Resolved issue where password-protected links showed branding errors.
Follow these steps to update:
Generate New API Key
Navigate to https://dashboard.sharebrand.io/settings/api and create a new {API_KEY}.
Update Integrations
// Old way
const response = await fetch('https://api.sharebrand.io/files', {
headers: { 'X-Legacy-Token': 'old-token' }
});
// New way
const response = await fetch('https://api.sharebrand.io/files', {
headers: { 'API_KEY': 'your-new-api-key' }
});
Test Shares
Send a test file and verify branding and payments work.
Improvements
- Increased file request limits to
{500GB}per link. - Added search functionality to client management dashboard.
Bug Fixes
- Patched security vulnerability in file request uploads (CWE-79).
- Fixed dashboard crashes when handling
{>100}clients.
Version Summary
| Version | Date | Key Changes |
|---|---|---|
| v2.1.0 | 2024-10-15 | URL shortener, activity logs |
| v2.0.0 | 2024-09-20 | Sell files, breaking API |
| v1.9.0 | 2024-08-10 | Upload limits, search |
Next Steps
Quickstart
Set up your first branded share in minutes.
API Reference
Integrate with your apps using the latest endpoints.
Found a bug? Report it via the feedback form in your dashboard at https://dashboard.sharebrand.io/support.
Last updated today
Built with Documentation.AI