You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on github.com and signed with GitHub’s verified signature.
The key has expired.
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