Releases: bobertoyin/megamind
Releases · bobertoyin/megamind
v0.12.0
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
Allow for more flexible search query types in the search endpoint.
v0.11.0
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
Allow numeric IQ fields to be negative.
v0.9.0
Add transcriber as a user role.
v0.8.0
Allow a song's language to be None and allow the lyrics placeholder reason to be Option
v0.7.2
Attach the URL to the ClientError's inner Reqwest error when parsing the response body as JSON.
v0.7.1
Make the inner Reqwest error in ClientError public.
v0.7.0
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
- 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.