Skip to content

1.12.1

Choose a tag to compare

@Yun-Kim Yun-Kim released this 24 Apr 21:30
· 36 commits to 1.12 since this release
c296a27

Bug Fixes

  • django: Adds fix for bug where Django cache return object throws an error if it does not implement __bool__().
  • profiling: Fixed a regression in the memory collector that caused it to fail to cleanly re-initialize after a fork, causing error messages to be logged.
  • lib-injection: Switch installation to install from included wheels. Prior,
    the wheels were merged together which caused conflicts between versions of dependencies based on Python version.