Back Home

SDK Archive

This page contains documentation for version v0.9.0-beta of the SDK. This is an archived version and may contain outdated information. For the latest documentation, please refer to the current release.

Software Development Kit - Version 0.9.0-beta

Core API Endpoints

This beta release introduced several new endpoints and refined existing ones. Key additions include:

Key Features Introduced

Changelog Highlights (v0.9.0-beta)

New: User Authentication Flow

Completely revamped the user login and registration process to incorporate OAuth 2.0 compatibility.

Improved: Data Serialization

Switched to a more efficient JSON serialization library, reducing payload sizes by an average of 15%.

Fix: Task Dependency Bug

Resolved an issue where task dependencies were not correctly evaluated in complex scenarios.

Developer Notes

This beta version was a significant stepping stone towards our stable release. Please note that while many features were stable, some experimental components might have been subject to change in subsequent versions. We recommend consulting the migration guides if you are updating from a prior version.

For code examples and usage patterns, refer to the sample integration scripts available in the /examples/v0.9 directory (if available on the server).