Release V1.4.0
·
64 commits
to master
since this release
Changes
- Deprecated the old environment variable names for token and global tags and introduced
APPTUIT_API_TOKENandAPPTUIT_TAGSas new names. Old variables names are deprecated but still supported. Support for them should be removed in future releases. - Removed
pandasfrom hard requirements. Not everyone uses the client to query the data or create dataframes. Therefore it has been made a soft dependency which needs to be installed by hand. Documentation reflects this change as well. - Added handling of
413status code from PUT API - now we inform the user of the payload size which caused the error and the number of points which were sent as part of that payload, so that they can adjust their payload sizes to avoid the error. - Split the payload in batches of 50,000 in the reporter
- Added a
User-Agentheader in all the requests being made by the client. The header includes the client version, the Python version and version of the requests module.