Skip to content

Version 2.0.0

Compare
Choose a tag to compare
@Worvast Worvast released this 21 Jan 12:30
· 534 commits to master since this release
63e9980

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