Skip to content

Releases: DevoInc/python-sdk

Version 2.2.2

03 Apr 13:50
a635ac7
Compare
Choose a tag to compare

[2.2.2] - 2019-04-03

Fixed

  • Sender for logging (Handler) get Severity correctly when use custom Level info

Version 2.2.1

28 Mar 16:18
7d60cdf
Compare
Choose a tag to compare

[2.2.1] - 2019-03-28

Fixed

  • Lookup shell client now read config correctly
  • Lookup shell client now apply default port if empty

Changed

  • API response in stream mode now return response object if response.code its not 200

Version 2.2.0

01 Mar 14:11
5c06286
Compare
Choose a tag to compare

[2.2.0] - 2019-02-23

Changed

  • Inits args for Sender(), and from_config(), to make it more flexible to config objects and flags

Updated

  • PyYAML dependencies

Version 2.1.2

12 Feb 16:28
e740646
Compare
Choose a tag to compare

[2.1.2] - 2019-02-12

Added

  • More documentation info and examples

Changed

  • All new endpoints references for sender and api

Fixed

  • Problems with proc_json_compact_simple_to_jobj when None

Version 2.1.1

29 Jan 09:48
141b455
Compare
Choose a tag to compare

[2.1.1] - 2019-01-29

Fixed

  • Problems with recursion depth when zipped send has problems with Socket.

Version 2.1.0

28 Jan 18:50
5d230b2
Compare
Choose a tag to compare

[2.1.0] - 2019-01-23

Changed

  • Devo.common get_log() has more flags for better customization

Added

  • Sender for_logging() creation now verify where is tag flag
  • Functions for configuration (save, len, etc)
  • Added verify flag for API, for not verify TLS certs

Version 2.0.2

22 Jan 17:32
8ab7a8c
Compare
Choose a tag to compare

[2.0.2] - 2019-01-23

Fixed

  • devo.common logging handler
  • Errors response in devo.api when no data

Version 2.0.0

21 Jan 12:30
63e9980
Compare
Choose a tag to compare

Changelog

[2.0.0] - 2019-01-21

Changed

  • Changed all logic in API calls for stream and non stream calls, improving speed in streaming x3
  • API responses are now iterator
    Old: result.get() by each row, but result now it is a generator so it is treated as an iterator:
    for item in result: print(item)
  • Rollback to request sockets instead of custom sockets in API
  • Rollback to one class in Client, instead of Base and Client
  • Behavior of the processors, optimizing their performance and only allowing default processors/flags, within the API

Removed

  • Buffer files
  • chain_dict files

Deprecated

  • Buffer item
  • Old custom processors functions in API calls

Version 1.6.3

18 Jan 10:05
55d3ee5
Compare
Choose a tag to compare

[1.6.3] - 2019-01-17

Fixed

  • Broken urls in documentations

Changed

  • Inconsistences in api.base class
  • PEP8/Pylint styles in api and common packages

Version 1.6.2

17 Jan 09:48
2154e75
Compare
Choose a tag to compare

[1.6.2] - 2019-01-16
Added

Documentation about API "destination" parameter
Task management with API Client: added functions, documentation

Changed

Travis CI configuration
Refactoring of API, separated now in two files
Reorganized API documentation