Skip to content
This repository has been archived by the owner on Oct 18, 2022. It is now read-only.

0.12.0

Compare
Choose a tag to compare
@jonas-schievink jonas-schievink released this 09 Nov 13:46
· 64 commits to master since this release

Breaking Changes

  • Bump the minimum supported Rust version and change the Rust version policy.

    From now on, xmlrpc will adopt the same policy as tokio (on which we
    depend): We will support the current Rust version and the 2 releases prior to
    that (which currently means that we support 1.25.0+).

    Bumping the required Rust version is no longer considered a breaking change as
    long as the latest 3 versions are still supported.

New Features

  • Add Request::new_multicall for easier execution of multiple calls via system.multicall

Bugfixes

  • Better handling of Value::DateTime
    • Print the timezone if the zone offset is non-zero
    • Print the fractional part of the time if it's non-zero
  • Accept base64 values containing whitespace