Script Versioning
Script Versioning
Section titled “Script Versioning”Every time you update a script’s content, Aureva automatically creates a new version. This lets you track changes, add changelogs, and rollback to previous versions if something goes wrong.
Version Types
Section titled “Version Types”| Type | Format | Description |
|---|---|---|
| Semantic version | 1.0.0 | User-facing version; patch auto-incremented on update |
| Numeric version | Integer | Internal version number (1, 2, 3, …) |
Viewing Versions
Section titled “Viewing Versions”In the dashboard:
- Open your project and select a script
- Go to the version history section
- View the last 20 versions with version number, size, who uploaded it, and when
Each version stores its own content—rollback restores the exact content from that version.
Rollback
Section titled “Rollback”To rollback a script to a previous version:
- Open the script in the dashboard
- Go to version history
- Select the version you want to restore
- Click rollback
Version Tags
Section titled “Version Tags”Tag versions to categorize them:
- Release — stable, production-ready version
- Beta — testing version
- Staging — pre-release version
Tags help you identify important versions at a glance.
Best Practices
Section titled “Best Practices”- Always add a changelog when updating scripts
- Tag stable versions as Release for easy identification
- Test new versions before sharing the updated loader URL
- Use rollback when users report issues with a new version
Next Steps
Section titled “Next Steps”- Learn about Uploading Scripts and how versions are created
- Review Obfuscation — each version stores its own obfuscated content
- Understand the Loader System — rollback updates the served content