Releases: LinkupPlatform/linkup-python-sdk
v0.1.7
Description
This release simply marks the package as typed, to prevent issues when re-using it with type checkers, like mypy
.
What's Changed
- fix: mark package as typed by @clementjumel in #8
Full Changelog: v0.1.6...v0.1.7
v0.1.6
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
Full Changelog: v0.1.5...v0.1.6
v0.1.5
Description
This release reflects upstream changes in the Linkup API, to change the default behavior of the Linkup search.
What's Changed
- Change default output_type to search results by @clementjumel in #5
Full Changelog: v0.1.4...v0.1.5
v0.1.4
Description
This release introduces the content
entrypoint as a way to access our Premium Source Partners content, along with the search
entrypoint.
What's Changed
- New content entrypoint by @clementjumel in #4
Full Changelog: v0.1.3...v0.1.4
v0.1.3
Description
This is a simple maintenance release, improving the way we handle API error status codes, with a fix of the CI/CD pipeline.
What's Changed
- Better error management and fix CI by @clementjumel in #3
Full Changelog: v0.1.2...v0.1.3