Skip to content

2.16.0rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@erikayasuda erikayasuda released this 04 Nov 19:32
ac94050

Bug Fixes

  • Code Security
    • Resolves an issue where importing the google.cloud.storage.batch module would fail raising an ImportError
  • Profiling
    • Fixes a data race where span information associated with a thread was read and updated concurrently, leading to segfaults
    • Fixes an issue where enabling native exporter via DD_PROFILING_EXPORT_LIBDD_ENABLED, DD_PROFILING_TIMELINE_ENABLED or DD_PROFILING_STACK_V2_ENABLED turned off live heap profiling.
    • When a Python thread finishes, this change frees memory used for mapping its thread id to Span. The mapping is populated and used when DD_PROFILING_ENDPOINT_COLLECTION_ENABLED and DD_PROFILING_STACK_V2_ENABLED were set to enable grouping of profiles for endpoints.