Skip to content

Releases: LinkupPlatform/linkup-python-sdk

v0.1.7

20 Nov 18:48
Compare
Choose a tag to compare

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

20 Nov 14:07
Compare
Choose a tag to compare

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

v0.1.5

15 Nov 18:49
Compare
Choose a tag to compare

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

15 Nov 15:36
Compare
Choose a tag to compare

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

15 Nov 13:26
Compare
Choose a tag to compare

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

v0.1.2

14 Nov 17:36
Compare
Choose a tag to compare

Description

This is the first public release, exposing the search entrypoint of the Linkup API in our Python SDK.