Skip to content

Releases: LinkupPlatform/linkup-python-sdk

v0.2.8

01 Jul 07:15
c1d1f9f
Compare
Choose a tag to compare

What's Changed

  • fix: send search params as json instead of form-encoded by @juliette0704 in #32

Full Changelog: v0.2.7...v0.2.8

v0.2.7

23 Jun 08:17
95600bf
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.6...v0.2.7

v0.2.6

30 May 12:47
701a93f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.5...v0.2.6

v0.2.5

09 May 15:21
Compare
Choose a tag to compare

What's Changed

  • fix: from_date/to_date in async search by @cjumel in #23

Full Changelog: v0.2.4...v0.2.5

v0.2.4

19 Mar 09:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.3...v0.2.4

v0.2.3

06 Feb 08:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.2...v0.2.3

v0.2.2

09 Jan 18:49
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.1...v0.2.2

v0.2.1

10 Dec 16:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

03 Dec 09:20
Compare
Choose a tag to compare

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

v0.1.8

21 Nov 18:46
Compare
Choose a tag to compare

Description

Maintenance release to reflect upstream API changes, update the documentation and improve the test setup.

What's Changed

  • chore: change default parameters, update test setup and documentation by @clementjumel in #9

Full Changelog: v0.1.7...v0.1.8