Skip to content

Releases: ironthree/bodhi-rs

0.4.0 "Parse me"

17 Jan 16:42
fcaa25e
Compare
Choose a tag to compare

New features:

  • implement TryFrom<&str> and FromStr for every enumerated type

This allows using str::parse() for all enum values (already used for CLI argument parsing with structopt in the latest release of bodhi-cli).

Also refactored the test suite:

  • offline-tests (default),
  • online-tests (require internet access),
  • data-tests (deserialization tests which require big data files that are not committed into git)

0.3.2 "Silence"

17 Jan 10:33
b331e16
Compare
Choose a tag to compare

Bug fix:

  • remove a stray println!() call that was only used for debugging purposes

0.3.1 "Revert! Revert!"

17 Jan 10:31
a1a59a9
Compare
Choose a tag to compare

Improvements:

  • revert breaking API changes from 0.3.0

0.3.0 "Hurr Durr I'ma Sheep"

17 Jan 10:30
934be48
Compare
Choose a tag to compare

DO NOT USE THIS RELEASE

Stupid things I did:

  • make API worse because I didn't understand cargo error messages

0.2.3 "From this Date"

17 Jan 10:29
3e72c69
Compare
Choose a tag to compare

Minor new feature:

  • trivially implement TryFrom<DateTime<Utc>> for BodhiDate (it's only a wrapper, after all)

0.2.2 "In and Out"

17 Jan 10:28
ed3ccc4
Compare
Choose a tag to compare

New features:

  • implement Serialize for data types, as well
  • required new BodhiDate implementation for Serialize

0.2.1 "Start at the Beginning"

17 Jan 10:26
075bd0a
Compare
Choose a tag to compare

Minor Improvements:

  • if present, invoke progress callback function first with 0/? as well

0.2.0 "Progress Report"

11 Jan 23:15
08ba7ce
Compare
Choose a tag to compare

This release adds the possibility to supply a progress callback function to long-running queries. This required some minor API changes (hence the version bump).

Also, small attempts were made to fix submitting Bug and TestCast feedback with new comments (without success).

0.1.7 "Null Pointer Dereference"

09 Jan 21:09
50736d8
Compare
Choose a tag to compare

Fix creating test case feedback (looks like creating FeedbackKarma instance on the server accepts testcase_name as identifier after all).

0.1.6 "Speak, friend, and enter"

09 Jan 21:07
834a88b
Compare
Choose a tag to compare
  • add example for waiving update test results
  • add example for requesting update state change
  • start fixing code for providing Bug and TestCase feedback with comments
  • implement Eq and Ord for BodhiDate, so things can be sorted by date