Releases: inloco/incognia-python
Releases · inloco/incognia-python
v3.0.0
What's Changed
- Replace installation_id and session_token with request token by @aninhalbuquerque in #70
- Add a singleton metaclass for IncogniaAPI by @aninhalbuquerque in #72
- fix!: remove invalid feedback types and add missing ones by @figueredo in #59
- feat!: remove timestamp from register_feedback by @figueredo in #62
Full Changelog: v2.2.0...v3.0.0
v2.2.0
What's Changed
- Give support to requestToken by @aninhalbuquerque in #65
Full Changelog: v2.1.1...v2.2.0
v2.1.1
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
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
What's Changed
- Remove get-signup-assessment method, endpoint was discontinued.
Full Changelog: v1.6.0...v2.0.0
v1.6.0
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
- @gabrielpessoa1 made their first contribution in #48
Full Changelog: v1.5.1...v1.6.0
v1.5.1
What's Changed
- Fix: Do not try to parse response to json when response is empty by @racevedoo in #46
New Contributors
- @racevedoo made their first contribution in #46
Full Changelog: 1.5.0...v1.5.1
1.5.0
What's Changed
- Allow
api.register_feedback
function to receive asession_token
- Register Web Login
Full Changelog: 1.4.0...1.5.0
1.4.0
v1.3.0
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;