Skip to content

v0.1.6

Choose a tag to compare

@github-actions github-actions released this 20 Nov 14:07
· 175 commits to main since this release

Description

This release adds asynchronous versions of the existing entrypoints (async_search and async_content).

We also introduce here a test suite, integrated in GitHub actions, to make sure our SDK works fine in all supported Python versions. This made us discover and fix some issues with the oldest Python versions we support.

What's Changed

  • Support for async requests by @clementjumel in #6
  • Add testing CI by @clementjumel in #7

Full Changelog: v0.1.5...v0.1.6