1.20.2
Bug Fixes
- kafka: Fixes
ValueErrorraised whenConsumer.commit(offsets=...)is called. - profiling: Fixed an issue with data encoding where non-string objects might be interned on Python 3.11
- redis: Resolves
UnboundLocalErrorraised when a traced redis command raises an exception. - graphql: Resolves
AttributeErrorraised while parsing graphql Documents where AST Location is None.