Changelog
Track all API changes, new features, modifications, and deprecations with version history and impact analysis
API Changelog
Track all changes to the DVPay Payment Gateway API including new features, modifications, deprecations, and breaking changes.
Quick Navigation
Jump to a specific release date:
Version Numbering Scheme
Our API follows semantic versioning: MAJOR, MINOR, PATCH
- MAJOR (v1, v2): Breaking changes that require code modifications
- MINOR (v1.1, v1.2): New features added in a backward-compatible manner
- PATCH (v1.1.1, v1.1.2): Backward-compatible bug fixes and improvements
Impact Severity Levels
Each change is categorized by its impact on existing integrations:
Critical
Breaking changes requiring immediate action. Update your integration to avoid service disruption.
High
Significant changes that may affect functionality. Review and test your integration.
Medium
New features or enhancements. Consider adopting for improved functionality.
Low
Minor improvements, bug fixes, or documentation updates. No action required.
Change Types
- Addition - New endpoints, parameters, or features
- Modification - Changes to existing functionality
- Deprecation - Features marked for future removal (still functional)
- Removal - Features that are no longer available
- Fix - Bug fixes and performance improvements