Skip to content

1.20.2

Choose a tag to compare

@emmettbutler emmettbutler released this 26 Sep 19:15
· 89 commits to 1.20 since this release
715c182

Bug Fixes

  • kafka: Fixes ValueError raised when Consumer.commit(offsets=...) is called.
  • profiling: Fixed an issue with data encoding where non-string objects might be interned on Python 3.11
  • redis: Resolves UnboundLocalError raised when a traced redis command raises an exception.
  • graphql: Resolves AttributeError raised while parsing graphql Documents where AST Location is None.