Skip to content

Releases: bobertoyin/megamind

v0.12.0

26 Oct 02:54
v0.12.0
e1baaca
Compare
Choose a tag to compare

What's Changed

  • model changes to better reflect real-world responses by @bobertoyin in #20

Full Changelog: v0.11.1...v0.12.0

v0.11.1

14 Oct 18:32
v0.11.1
bcd424f
Compare
Choose a tag to compare

Allow for more flexible search query types in the search endpoint.

v0.11.0

14 Oct 05:04
v0.11.0
e14818e
Compare
Choose a tag to compare

Allow client errors to specifically be rate-limit errors (this also prevents trying to parse the HTML body as JSON, which would accidentally return a JSON parse error instead of the root error).

v0.10.0

12 Oct 04:27
v0.10.0
6132dff
Compare
Choose a tag to compare

Allow numeric IQ fields to be negative.

v0.9.0

12 Oct 04:16
v0.9.0
05c754c
Compare
Choose a tag to compare

Add transcriber as a user role.

v0.8.0

12 Oct 03:40
v0.8.0
7e4b64a
Compare
Choose a tag to compare

Allow a song's language to be None and allow the lyrics placeholder reason to be Option

v0.7.2

12 Oct 03:29
v0.7.2
fd822e3
Compare
Choose a tag to compare

Attach the URL to the ClientError's inner Reqwest error when parsing the response body as JSON.

v0.7.1

12 Oct 03:18
v0.7.1
aeb82d4
Compare
Choose a tag to compare

Make the inner Reqwest error in ClientError public.

v0.7.0

12 Oct 03:15
v0.7.0
c2adb1e
Compare
Choose a tag to compare

Revert the client error to be one possible option (from Reqwest's error type), along with using reqwest's built-in json feature again.

v0.6.0

12 Oct 02:42
v0.6.0
9006eb1
Compare
Choose a tag to compare
  • Provide a custom error type that is derived from external library errors.
  • Remove the all feature.
  • Change BASE_URL from a static to a const.