Skip to content

Releases: RAprogramm/timeweb-rs

v0.3.0

Choose a tag to compare

@release-plz-yew-nav-link release-plz-yew-nav-link released this 30 Jun 07:40

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 i64 integers instead of
    f64 floats, so ids serialize and display as integers.
  • BREAKING: the account Status model gains login, registered_at,
    is_password_set and two_factor_method fields returned by
    GET /account/status.
  • BREAKING: response collection properties are renamed to match what the
    live API actually sends — ssh-keysssh_keys and knowledgebases
    knowledge_bases.
  • Raised the minimum supported Rust version (MSRV) to 1.96.

v0.2.0

Choose a tag to compare

@release-plz-yew-nav-link release-plz-yew-nav-link released this 30 Jun 05:39

Fixed

  • tolerate null response_id from the Timeweb API (#18)

v0.1.4

Choose a tag to compare

@release-plz-yew-nav-link release-plz-yew-nav-link released this 30 Jun 04:37
37c87bc

Fixed

  • tolerate null response_id from the Timeweb API (#18)

v0.1.3

Choose a tag to compare

@release-plz-yew-nav-link release-plz-yew-nav-link released this 28 May 09:54
a75d7e5

Fixed

  • tolerate null response_id from the Timeweb API (#18)

v0.1.2

Choose a tag to compare

@release-plz-yew-nav-link release-plz-yew-nav-link released this 21 May 02:54
2d94469

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

Choose a tag to compare

@release-plz-yew-nav-link release-plz-yew-nav-link released this 21 May 02:12
c10e4b2

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