Releases: DevoInc/python-sdk
Releases · DevoInc/python-sdk
v5.0.5
What's Changed
Fixed
- Fix vulnerability found in dependency
[email protected]
inherited from[email protected]
by @JuanFranDevo in #165 - Dependabot configuration added for security and versions updates by @JuanFranDevo in #166
Full Changelog: v5.0.4...v5.0.5
v3.6.7
What's Changed
Fixed
- Ingestion endpoint has an inactivity timeout that when reached closes the connection.
devo-sdk
is aware of such a timeout and restart connection before is reached. New parameterinactivity_timeout
in classSender
to set up it. Its default value is 30 seconds. - fix:
setup.py
dependencies updated
Full Changelog: v3.6.4...v3.6.5
v5.0.4
What's Changed
- fix: Fix is_file in Path object by @angel-devo in #160
- fix: Ingestion endpoint has an inactivity timeout that when reached closes the connection by @JuanFranDevo in #161
- fix: Documentation related to parameter
key
removal atdevo.sender.lookup.Lookup.send_data_line
in version 5.0.0 - fix: Documentation (implementation remains the same) for keep-alive mechanism in queries for
xls
format
Full Changelog: v5.0.2...v5.0.4
v3.6.6-rc-1
v3.6.5-rc-1
What's Changed
Fixed
- Ingestion endpoint has an inactivity timeout that when reached closes the connection.
devo-sdk
is aware of such a timeout and restart connection before is reached. New parameterinactivity_timeout
in classSender
to set up it. Its default value is 30 seconds.
Full Changelog: v3.6.4...v3.6.5
v5.0.3-rc-1
What's Changed
- fix: Fix is_file in Path object by @angel-devo in #160
- fix: Ingestion endpoint has an inactivity timeout that when reached closes the connection by @JuanFranDevo in #161
Full Changelog: v5.0.2...v5.0.3
v5.0.2
What's Changed
- fix: Replace error messages and add to ERROR_MSGS enum by @oscarsierradevo in #159
- fix:
pyopenssl
dependency bumped
New Contributors
- @oscarsierradevo made their first contribution in #159
Full Changelog: v5.0.1...v5.0.2
Contributors: @dvillacanas @JuanFranDevo @oscarsierradevo
v5.0.1
[5.0.1] - 2022-12-21
Fixed
- Error when processing some exceptions
Full Changelog: v5.0.0...v5.0.1
Contributors: @dvillacanas @JuanFranDevo
v5.0.0
[5.0.0] - 2022-12-02
Added
DevoClientException
andDevoSenderException
refactored for better details extraction- In query error detection and feedback through detailed
DevoClientException
- New test selection in
run_tests.py
tool (included and excluded parameter)
Removed
- Parameter
key
removed fromdevo.sender.lookup.Lookup.send_data_line
. Thekey
parameter pointed to the value in thefields
list that was the key of the lookup item. When the value appeared several times infields
, the one expected to be the key cannot be identified. This parameter was set as deprecated since version 3.4.0 (2020-08-06)
Changed
- API query timeout by default set to 300 seconds, instead of 30
- Retries timeout following Exponential backoff algorithm. Default retry delay base set to 5 seconds
- Retry delay configurable through
retry_delay
instead oftimeout
parameter
Full Changelog: v4.0.3...v5.0.0
Contributors: @dvillacanas @JuanFranDevo
v4.0.3
What's Changed
- fix: binary formats requires output parameter by @JuanFranDevo in #153
Full Changelog: v4.0.2...v4.0.3