Version Operations¶
Operations for checking Stash version information.
Bases: StashClientProtocol
Mixin for version-related methods.
Functions¶
version
async
¶
version() -> Version
Get the current Stash version information.
Returns:
| Type | Description |
|---|---|
Version
|
Version object containing version, hash, and build_time |
Examples:
Get current version:
latestversion
async
¶
latestversion() -> LatestVersion
Get the latest available Stash version from GitHub.
Returns:
| Type | Description |
|---|---|
LatestVersion
|
LatestVersion object containing version, shorthash, release_date, and url |
Examples:
Check for updates: