Skip to content

Release V1.4.0

Choose a tag to compare

@abhinav-upadhyay abhinav-upadhyay released this 14 Feb 08:15
· 64 commits to master since this release
c5e3c2e

Changes

  • Deprecated the old environment variable names for token and global tags and introduced APPTUIT_API_TOKEN and APPTUIT_TAGS as new names. Old variables names are deprecated but still supported. Support for them should be removed in future releases.
  • Removed pandas from 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 413 status 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-Agent header in all the requests being made by the client. The header includes the client version, the Python version and version of the requests module.