Changelog
Track the latest updates, improvements, and new features in vAulth to stay informed about platform enhancements and compliance standards.
Recent Releases
Subscribe to our changelog feed at https://docs.example.com/changelog.xml or join the Discord community to receive notifications about new releases and important updates.
Stay current with the latest enhancements in identity verification, agreement management, and compliance tools.
New Features
- Added advanced liveness detection for IDV with support for 200+ countries and
<99.9%accuracy. - Introduced multi-party signing workflows for Model Release Agreements, including template library.
Improvements
- Enhanced KYB process with 24/7 processing and coverage for 50+ entity types.
- Optimized DID verification for Web3 compatibility and infinite scalability.
Bug Fixes
- Fixed intermittent failures in document authentication during peak hours.
Security Updates
- Implemented Zero-Knowledge Proofs (ZKPs) for consent proofing and immutable audit trails.
Bug Fixes
- Resolved issues with domain verification in the Trust-Triangle Protocol.
- Patched potential vulnerabilities in e-signature timestamping.
Improvements
- Reduced verification time to
<30sfor most IDV requests.
New Features
- Launched copyright ownership records with licensing agreements.
- Added business legitimacy checks for studios and agencies.
Breaking Changes
- Updated API endpoints for agreements; migrate to new paths like
/v1/agreements/sign.
Bug Fixes
- Corrected display name authentication flows.
Upcoming Roadmap
Q4 2024
AI-powered compliance scoring and automated regulatory checks.
Q1 2025
Expanded Web3 integrations with full DID/VC support.
Q2 2025
Global custody solutions for content creators.
How to Upgrade
Follow these steps to update your vAulth integration to the latest version.
Check Current Version
Query your API version:
const response = await fetch('https://api.example.com/v1/version');
const data = await response.json();
console.log(data.version); // e.g., "1.2.0"
Update SDK
npm update @vaulth/sdk
pip install --upgrade vaulth-sdk
Test Integration
Run your verification flow and check for deprecations.
Review the migration guide in your dashboard at https://dashboard.example.com/settings.
Deploy
Deploy changes and monitor for issues.
Last updated today