Estimated end-of-life date, accurate to within three months: 07-2027
See the support level definitions for more information.
Bug Fixes
- dynamic instrumentation: fixed an issue that caused condition expressions containing
isDefinedto result in an evaluation error.
- profiling: Fixes a bug where code that sub-classes our wrapped locks crashes with
TypeErrorduring profiling. One example of this is neo4j'sAsyncRLock, which inherits fromasyncio.Lock: https://github.com/neo4j/neo4j-python-driver/blob/6.x/src/neo4j/_async_compat/concurrency.py#L45