Skip to content

Releases: DevoInc/python-sdk

v3.6.0

18 May 12:18
11888d0
Compare
Choose a tag to compare

What's Changed

  • Feature/sender configuration improvements by @ErickLares in #117
  • fix: Sender: bad error management when socker.shutdown is called and the connection was not established by @JuanFranDevo
  • fix: test test_get_common_names not running by @JuanFranDevo
  • fix: Some environment vars for testing were wrong in the sample file by @JuanFranDevo
  • fix: pem module added to depedencies by @JuanFranDevo
  • fix(docs): fix broken links in sender.md by @angel-devo in #118

New Contributors

Full Changelog: v3.5.0...v3.6.0

v3.5.0

26 Jan 15:53
de0f6d4
Compare
Choose a tag to compare

What's Changed

  • Update documentation to add the new Canada region by @pavel-razgovorov in #103
  • fix: remove sender's endpoint for AWS CA cloud by @pavel-razgovorov in #104
  • Feature/fix tests by @pavel-razgovorov in #108
  • Feature/#105 by @pavel-razgovorov in #109
  • FIX: Exclude tests when building package by @gjpower in #111
  • feat(lookups): new parameter for lookup operations that escapes double quotes by @ErickLares in #113
  • fix(query-api): return None when the query response has no results by @pavel-razgovorov in #112
  • chore(deps): update requests to latest version by @pavel-razgovorov in #114
  • Update requests dependency by @pavel-razgovorov in #115
  • chore(release): 3.5.0 by @pavel-razgovorov in #116

New Contributors

Full Changelog: v3.4.1...v3.5.0

[3.4.1]

05 Nov 11:42
31f8b26
Compare
Choose a tag to compare

[3.4.1] - 2020-11-03
Added

Info about use custom CA for verify certificates in client

Fixed

Client problems with default "From" key for queries
Socket closes are more gently now, fixed problems with loss events

Changed

Updated message when overwrite sec_level to show only when create Sender
Updated test for bad credentials. Now api returns error in signature validation

[3.4.0] - 2020-08-06
Added

Support to use in lookup fields lists: ints, booleans and floats. Not necessary send all with str type.
More documentation in lookup readme

Version 3.3.4

30 Jun 09:54
4c3de9e
Compare
Choose a tag to compare

[3.3.4] - 2020-06-30

Fixed

  • Fixed problem with row types in Lookup creation

Version 3.3.3

10 Jun 17:08
13b360f
Compare
Choose a tag to compare

[3.3.3] - 2020-06-10

Fixed

  • Fixed (Again) problems with verify flag in Api creation

Version 3.3.2

02 Jun 13:34
9ba5ec9
Compare
Choose a tag to compare

[3.3.2] - 2020-06-02

Fixed

  • Fixed problems with Query Eternal queries
  • Fixed problems with some flags in Api creation

Version 3.3.1

14 May 08:58
8a72aaa
Compare
Choose a tag to compare

[3.3.1] - 2020-05-11

Added

  • env vars JWT and TOKEN for API shell client

Version 3.3.0

17 Apr 08:57
99844f1
Compare
Choose a tag to compare

Added

  • Support for Python 3.8
  • Testing in Travis for python 3.6, 3.7 and 3.8
  • Support in API to timeZone flag for Devo API
  • Support in API for new devo custom formats
  • Documentation for new date formats
  • Functions to change buffer size and compression_level of Sender
  • Support for zip, buffer and compression_level flags in Sender CLI

Changed

  • SSL Server support to adapt it from python 3.5 to python 3.8
  • SSL Send data tests
  • Requirements, updated.

Removed

  • unnecessary elifs in code following PEP8 recomendations

Version 3.2.5

03 Apr 10:07
c772da9
Compare
Choose a tag to compare

[3.2.5] - 2020-04-02

Added

  • Added new security flags to Sender SSL Sender

Changed

  • Changed API processors to be able to add custom processors

Fixed

  • Documentation
  • Sender CLI missing options

Version 3.2.2

31 Mar 17:42
26a1556
Compare
Choose a tag to compare

[3.2.2] - 2020-03-23
Fixed

wrongly assigned timeout from configuration

Added

"timeout" and "retries" parameters are able to be assigned from environment (DEVO_API_TIMEOUT, DEVO_API_RETRIES)