We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab543ac commit ee9ace9Copy full SHA for ee9ace9
opentelemetry-sdk/CHANGELOG.md
@@ -18,10 +18,10 @@
18
async fn export(&self, _batch: LogBatch<'_>) -> LogResult<()>
19
Custom exporters will need to internally synchronize any mutable state, if applicable.
20
21
-- *Breaking* Removed the following deprecated methods:
+- *Breaking* Removed the following deprecated struct:
22
- logs::LogData - Previously deprecated in version 0.27.1
23
Migration Guidance: This structure is no longer utilized within the SDK, and users should not have dependencies on it.
24
-
+
25
## 0.27.1
26
27
Released 2024-Nov-27
0 commit comments