- Added detailed logging for dropped attributes/events/links in exporter/debug, made memory limiter usable as HTTP/GRPC middleware, introduced static gRPC endpoint validation, and allowed disabling resource attributes in zap logs.
- Breaking change: renamed Entity.IDAttributes() to Entity.IdentifyingAttributes() and Entity.DescriptionAttributes() to Entity.DescriptiveAttributes(); exporterhelper now uses configoptional.Optional for QueueBatchConfig.
- Deprecated Settings.LoggingOptions and telemetry.LoggerSettings.ZapOptions in favor of telemetry.LoggerSettings.BuildZapLogger; added ProfileCount() to pdata/pprofile and fixed confmap unmarshalling of embedded structs.