Skip to content

Releases: DevoInc/python-sdk

Version 3.2.1

18 Mar 08:43
0370735
Compare
Choose a tag to compare

[3.2.1] - 2020-03-17

Changed

  • Changed version info in CLI for show only when asked

Version 3.2.0

22 Jan 13:56
f6fb467
Compare
Choose a tag to compare

[3.2.0] - 2020-01-13

Added

  • Support to Incremental lookups in CLI
  • Support to types in lookups
  • Auto-detect types for lookups
  • Action field for lookups

Changed

  • The documentation of the devo-sender is now separated into data and lookups

Deprecated

  • list_to_fields function in lookups its deprecated and not in use by the internal code. To be deleted in v4 of Devo-sdk

[3.1.1] - 2019-11-12

13 Nov 08:31
592ccb4
Compare
Choose a tag to compare

Added

  • Support to CA_MD_TOO_WEAK problems with a new flag "sec_level"
  • New flag documentation

Changed

  • SSL Socket in Sender creation with custom context
  • Tests Sender certificates generation/files are updated

Fixed

  • Problems in documentation with API information

Version 3.1.0

28 Oct 09:17
64586fe
Compare
Choose a tag to compare

[3.1.0] - 2019-10-21

Fixed

  • Documentation with examples of version 2.0

Added

  • level flag to handlers in logging and updated documentation
  • flag/capacity of Sender to use pfx certificates

Deprecated

  • level for global logging when get_log. We maintain general level until version 4

Version 3.0.3

25 Sep 12:16
af10552
Compare
Choose a tag to compare

[3.0.3] - 2019-09-25

Fixed

  • Fixed reconnection to socket in every send instruction of Sender
  • Code style changes
  • Added pep8speaks file for Github

Version 3.0.2

02 Jul 12:22
9136c2b
Compare
Choose a tag to compare

[3.0.2] - 2019-07-01

Fixed

  • API dates when int, verify if len its correct before add 3 zero
  • Problem overriding tag when use Sender for logging

Version 3.0.1

01 Jul 10:07
b09e57d
Compare
Choose a tag to compare

[3.0.1] - 2019-06-27

Fixed

  • Fixed always debug on reconnection

Version 3.0.0

26 Jun 14:21
f8b71f6
Compare
Choose a tag to compare

[3.0.0] - 2019-04-26

Removed

  • Support to Python 2.7
  • Configuration class "key_exist()" and "keys()" functions
  • Api and Sender "from_config" are now removed and included in Class init flag

Added

  • for_logging option in Sender, added more values
  • Logging streamhandler
  • Tests for CLI
  • Have Client query method accept Unix timestamps for to and from dates
  • Make Client parameters retries, timeout, and sleep configurable
  • CLI of devo-sdk now has --version flag.

Changed

  • Errors exceptions in API and Sender are now full controlled and homogenized
  • logging in Common now are created more flexible
  • Sender init class, SSLSender and TCPSender too.
  • API init class
  • New documentation
  • Now devo Configuration object inherits from the dict class
  • Configuration set and get are now more dict homogenized
  • vars/flags "url" are now like python: "address" and are now tuples
  • New "auth" flag to encapsulate key, secret, jwt and token
  • Env var "DEVO_AUTH_TOKEN" to "DEVO_API_TOKEN"
  • Env var "DEVO_API_URL" to "DEVO_API_ADDRESS"

Fixed

  • Fixed when add key chain to configuration
  • Fixed problems with API CLI Config objects
  • Fixed problems with SENDER CLI Config objects
  • API Proccessors
  • Problems with multiline and zip when both are activated

Version 2.2.4

25 Apr 11:21
a578686
Compare
Choose a tag to compare

[2.2.4] - 2019-04-25
Fixed

  • Fixed multiline sending introduced in version 1.3.0

Version 2.2.3

22 Apr 13:11
39e32dc
Compare
Choose a tag to compare

[2.2.3] - 2019-04-22

Fixed

  • Fixed bug in Sender CLI introduced in version 2.2.2