Skip to content

1.32.0

Compare
Choose a tag to compare
@powersj powersj released this 25 Aug 15:39
· 110 commits to master since this release
372f02a

⚠️ This release drop supports for Python 3.6. As of 2021-12-23, 3.6 has reached the end-of-life phase of its release cycle. 3.6.15 was the final security release. For more info see: https://peps.python.org/pep-0494/#lifespan

Bug Fixes

  1. #483: Querying data if the debug is enabled
  2. #477: Parsing date fails due to thread race
  3. #486: Serializing DataFrames with columns starting with digits
  4. #491: Creating Tasks with import statements

Dependencies

  1. #472: Update RxPY to 4.0.4

Others

  1. #472: Drop supports for Python 3.6
  2. #495: Add warning for measurement name starts with #

Documentation

  1. #397: Add an example: How to use RxPY to prepare batches by maximum bytes count
  2. #269: Add new example: How to check connection credentials