v0.2.0
Description
This release brings a few breaking changes in the SDK, the most important one being:
- drop support of Python 3.8
- the
content
entrypoint was dropped, to reflect upstream changes in the API - new errors appeared, to notify the user that there is no more credit left or that a query didn't yield any result (instead of returning an empty result)
What's Changed
- Add InsufficientCredit and NoResult errors by @BruceWouaigne in #10
- chore!: drop Python 3.8 support and other fixes by @clementjumel in #11
- chore!: remove content entrypoint by @clementjumel in #12
- Small package improvements by @clementjumel in #13
New Contributors
- @BruceWouaigne made their first contribution in #10
Full Changelog: v0.1.8...v0.2.0