Releases: LinkupPlatform/linkup-python-sdk
Releases · LinkupPlatform/linkup-python-sdk
v0.2.8
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
What's Changed
- Add discord badge by @glm3 in #27
- add obligations and restrictions fields by @juliette0704 in #29
New Contributors
- @juliette0704 made their first contribution in #29
Full Changelog: v0.2.6...v0.2.7
v0.2.6
What's Changed
- docs: fix URL in README by @cjumel in #24
- Add custom error for 429 too many requests by @BruceWouaigne in #26
Full Changelog: v0.2.5...v0.2.6
v0.2.5
What's Changed
Full Changelog: v0.2.4...v0.2.5
v0.2.4
What's Changed
- Add fromDaDe toDate API params by @BruceWouaigne in #19
Full Changelog: v0.2.3...v0.2.4
v0.2.3
What's Changed
- Implement new api errors and use the post endpoint by @RaphaelEscrig in #18
Full Changelog: v0.2.2...v0.2.3
v0.2.2
What's Changed
- Bad wording for the world Authentication in errors by @RaphaelEscrig in #14
- Add support for new sourced answer sources types by @BruceWouaigne in #17
New Contributors
- @RaphaelEscrig made their first contribution in #14
Full Changelog: v0.2.1...v0.2.2
v0.2.1
v0.2.0
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
- @BruceWouaigne made their first contribution in #10
Full Changelog: v0.1.8...v0.2.0
v0.1.8
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