cli-v1.6.1
·
32 commits
to main
since this release
Added
- Google Books provider for
meta enrich—--provider google(alongside the
defaultopenlibrary). One request returns title/authors/publisher/date/
categories, the ISBNs, and the edition language, so the same language-aware
policy applies with no follow-up call. Anonymous Google Books requests share a
small daily quota (HTTP 429 when exhausted); setGOOGLE_BOOKS_API_KEYto use
your own key.
Changed
- CLI errors now print the full cause chain (
{:#}), so the root cause is visible
(e.g. a provider'srate limited (HTTP 429)).
Full Changelog: cli-v1.6.0...cli-v1.6.1