Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Dec 09:20
· 24 commits to main since this release

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

Full Changelog: v0.1.8...v0.2.0