bodhi-rs 0.5.5

less than 1 minute read

I’d like to announce the latest release(s) of the bodhi crate, which bring a lot of improvements and new features:

  • add support for the new fedora 33 / rawhide branch
  • add optional progress callback for long-running queries (which can be used to display progress bars in a terminal)
  • fix implementation for attaching bug and testcase feedback to a new comment
  • implement fallible conversion methods from strings to enumerated values and for bodhi’s date format (TryFrom<&str> and FromStr)
  • implement Display for all data types (enumerated values and structured data)
  • add convenience methods for quickly editing or for commenting an existing update, and for creating a buildroot override from an existing build
  • add convenience methods for creating URLs to BugZilla bugs and to QA testcases on the fedora wiki
  • refactor tests and split them into three groups (offline tests without data, offline tests with data, online tests)
  • clean up and extend code examples

Detailed release notes for all releases are provided in the NEWS.md file in the GitHub repository.

Browse the comprehensive API documentation on docs.rs.