You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+33Lines changed: 33 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,39 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [0.6.1] - 2026-02-28
9
+
10
+
### Fixed
11
+
-**Security Updates**: Addressed multiple security vulnerabilities across the workspace:
12
+
- Updated `minimatch` to `>=10.2.3` (fixes several ReDoS vulnerabilities).
13
+
- Updated `rollup` to `>=4.59.0` (fixes Arbitrary File Write via Path Traversal).
14
+
- Updated `tar` to `>=7.5.8` (fixes Hardlink Target Escape).
15
+
- Updated `nanotar` to `^0.2.1` (fixes Path Traversal).
16
+
- Updated `@angular/core` to `^19.2.19` (fixes XSS in i18n).
17
+
- Updated `@sveltejs/kit` to `^2.52.2` and `svelte` to `^5.53.5` (fixes XSS and Resource Exhaustion).
18
+
- Updated `ajv` to `>=8.18.0` (fixes ReDoS).
19
+
- Updated `qs` to `>=6.14.2` (fixes DoS).
20
+
- Updated `hono` to `^4.11.10` (Timing attack hardening).
21
+
- Updated `devalue` to `>=5.6.3` (fixes Prototype Pollution and Resource Exhaustion).
22
+
23
+
## [0.6.0] - 2026-02-28
24
+
25
+
### Added
26
+
-**OTLP Span Events**: Breadcrumbs are now automatically converted to OTLP Span Events, providing a detailed timeline of events within the trace viewer.
27
+
-**Child Spans API**: New `startChildSpan()` and `finishChildSpan()` APIs in `@logtide/core` to create hierarchical spans for operations like DB queries or external API calls.
28
+
-**Rich Span Attributes**: Added standardized attributes to request spans across all frameworks:
0 commit comments