Skip to content

Commit 722ccf0

Browse files
committed
chore: release 0.7.2 — security patches and express v5 smoke test fix
1 parent 978f938 commit 722ccf0

File tree

15 files changed

+23
-14
lines changed

15 files changed

+23
-14
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.7.2] - 2026-04-07
9+
10+
### Fixed
11+
- **Smoke test regression**: Upgraded `express` to v5 in `test-app-node-express` — the `path-to-regexp >=8.4.0` security override broke express 4.x, which calls the `pathRegexp` named export removed in 8.4.0. Express 5 uses path-to-regexp 8.4+ natively.
12+
13+
### Changed
14+
- **Security hardening**: Patched all 54 Dependabot security alerts via `pnpm.overrides` in the root `package.json`. Affected packages include: `tar`, `esbuild`, `webpack`, `cookie`, `minimatch`, `rollup`, `ajv`, `qs`, `devalue`, `hono`, `@angular/core`, `@angular/compiler`, `@sveltejs/kit`, `svelte`, `nanotar`, `simple-git`, `@hono/node-server`, `defu`, `elysia`, `h3`, `immutable`, `lodash`, `node-forge`, `path-to-regexp`, `picomatch`, `serialize-javascript`, `svgo`, `undici`, `vite`, `brace-expansion`, `fastify`, `file-type`, `next`, `srvx`, `unhead`, and `yaml`. `pnpm audit` reports no known vulnerabilities.
15+
816
## [0.7.1] - 2026-04-07
917

1018
### Fixed
@@ -164,6 +172,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
164172
- Root README with package table, architecture diagram, development guide
165173
- Branch protection documentation (`.github/BRANCH_PROTECTION.md`)
166174

175+
[0.7.2]: https://github.com/logtide-dev/logtide-javascript/releases/tag/v0.7.2
167176
[0.7.1]: https://github.com/logtide-dev/logtide-javascript/releases/tag/v0.7.1
168177
[0.7.0]: https://github.com/logtide-dev/logtide-javascript/releases/tag/v0.7.0
169178
[0.6.1]: https://github.com/logtide-dev/logtide-javascript/releases/tag/v0.6.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"scripts": {
55
"build": "pnpm -r --filter @logtide/* build",
66
"test": "pnpm -r --filter @logtide/* test",

packages/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logtide/angular",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"description": "LogTide SDK integration for Angular — ErrorHandler, HTTP Interceptor, trace propagation",
55
"type": "module",
66
"main": "./dist/index.cjs",

packages/browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logtide/browser",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"description": "Logtide browser SDK — Web Vitals, breadcrumbs, session context, offline resilience",
55
"type": "module",
66
"main": "./dist/index.cjs",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logtide/cli",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"description": "LogTide CLI — upload source maps and manage releases",
55
"type": "module",
66
"bin": {

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logtide/core",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"description": "Core client, hub, scope, transports, and utilities for the LogTide SDK",
55
"type": "module",
66
"main": "./dist/index.cjs",

packages/elysia/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logtide/elysia",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"description": "LogTide SDK plugin for Elysia — request tracing and error capture via lifecycle hooks",
55
"type": "module",
66
"main": "./dist/index.cjs",

packages/express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logtide/express",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"description": "LogTide SDK middleware for Express — request tracing and error capture",
55
"type": "module",
66
"main": "./dist/index.cjs",

packages/fastify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logtide/fastify",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"description": "LogTide SDK plugin for Fastify — request tracing and error capture",
55
"type": "module",
66
"main": "./dist/index.cjs",

packages/hono/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logtide/hono",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"description": "LogTide SDK middleware for Hono — request tracing and error capture",
55
"type": "module",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)