ChangelogRelease History
Changelog

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.

2024-10-15v1.3.0
featureimprovement

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.
2024-09-20v1.2.0
bugfixsecurity

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 <30s for most IDV requests.
2024-08-10v1.1.0
featurebreaking

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

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

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.