Skip to content

Releases: inloco/incognia-python

v3.0.0

20 Sep 17:40
52859ff
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v3.0.0

v2.2.0

16 Aug 11:31
9eed693
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.1...v2.2.0

v2.1.1

24 Jul 13:05
3f9b08e
Compare
Choose a tag to compare

What's Changed

  • doc: use occurred_at in register_feedback's sample code by @figueredo in #61

Full Changelog: v2.1.0...v2.1.1

v2.1.0

24 Jul 12:36
d003748
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update setuptools requirement from ~=70.2.0 to ~=71.1.0 by @dependabot in #60
  • fix: remove timestamp restriction on register_feedback by @figueredo in #57
  • feat: add missing fields to register_feedback by @figueredo in #58

Full Changelog: v2.0.0...v2.1.0

v2.0.0

08 Jul 14:31
8dc6718
Compare
Choose a tag to compare

What's Changed

  • Remove get-signup-assessment method, endpoint was discontinued.

Full Changelog: v1.6.0...v2.0.0

v1.6.0

03 May 19:57
726d22f
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update setuptools requirement from ~=69.1.0 to ~=69.2.0 by @dependabot in #45
  • Add support to policy id in login, payment and web login by @gabrielpessoa1 in #48

New Contributors

Full Changelog: v1.5.1...v1.6.0

v1.5.1

20 Mar 20:45
d8ccf61
Compare
Choose a tag to compare

What's Changed

  • Fix: Do not try to parse response to json when response is empty by @racevedoo in #46

New Contributors

Full Changelog: 1.5.0...v1.5.1

1.5.0

13 Mar 20:34
afd6240
Compare
Choose a tag to compare

What's Changed

  • Allow api.register_feedback function to receive a session_token
  • Register Web Login

Full Changelog: 1.4.0...1.5.0

1.4.0

13 Jan 18:16
859eaa9
Compare
Choose a tag to compare

What's Changed

  • Improve documentation #16
  • Enabled scan for vulnerabilities and code quality through the use of CodeQL as Actions on GitHub #17
  • Add new optional params for sign-up flow #18

Full Changelog: v1.3.0...1.4.0

v1.3.0

16 May 18:42
v1.3.0
f3e4c68
Compare
Choose a tag to compare

This release:

  • Adds a new default header containing the 'User-Agent' header, in the following format:
    <library-name>/<library-version> (<os-name> <os-version> <os-arch>) <language-name>/<language-version>
  • Avoids concurrent token refresh;