Releases: RAprogramm/timeweb-rs
Releases · RAprogramm/timeweb-rs
Release list
v0.3.0
Breaking release. Re-publishes the breaking API-model changes that first
shipped in 0.1.4 under a correct SemVer increment — for a 0.x crate the minor
component is the version-significant bump for breaking changes, so consumers
pinned to 0.1 are not silently broken. Prefer this version over 0.1.4.
Changed
- BREAKING: numeric identifier fields are now
i64integers instead of
f64floats, so ids serialize and display as integers. - BREAKING: the account
Statusmodel gainslogin,registered_at,
is_password_setandtwo_factor_methodfields returned by
GET /account/status. - BREAKING: response collection properties are renamed to match what the
live API actually sends —ssh-keys→ssh_keysandknowledgebases→
knowledge_bases. - Raised the minimum supported Rust version (MSRV) to 1.96.
v0.2.0
Fixed
- tolerate null response_id from the Timeweb API (#18)
v0.1.4
Fixed
- tolerate null response_id from the Timeweb API (#18)
v0.1.3
Fixed
- tolerate null response_id from the Timeweb API (#18)
v0.1.2
Documentation
- docs add security policy
- docs use referral link for timeweb cloud
- docs add changelog and release process
- docs add crates.io docs.rs and msrv badges
v0.1.1
Documentation
- docs add security policy
- docs use referral link for timeweb cloud
- docs add changelog and release process
- docs add crates.io docs.rs and msrv badges