Skip to content

Commit f6db5cd

Browse files
Version Packages
1 parent 4a9df3d commit f6db5cd

7 files changed

Lines changed: 23 additions & 8 deletions

File tree

.changeset/node-reconfigure-emission-loss.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/express/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @pydantic/logfire-express-example
22

3+
## 1.0.20
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [4a9df3d]
8+
- @pydantic/logfire-node@0.18.4
9+
310
## 1.0.19
411

512
### Patch Changes

examples/express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pydantic/logfire-express-example",
33
"private": true,
4-
"version": "1.0.19",
4+
"version": "1.0.20",
55
"main": "index.js",
66
"type": "module",
77
"scripts": {

examples/node/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @pydantic/logfire-node-example
22

3+
## 1.0.20
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [4a9df3d]
8+
- @pydantic/logfire-node@0.18.4
9+
310
## 1.0.19
411

512
### Patch Changes

examples/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pydantic/logfire-node-example",
33
"private": true,
4-
"version": "1.0.19",
4+
"version": "1.0.20",
55
"main": "index.ts",
66
"type": "module",
77
"scripts": {

packages/logfire-node/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# logfire
22

3+
## 0.18.4
4+
5+
### Patch Changes
6+
7+
- 4a9df3d: Make repeated `configure()` calls — and `configure()` after `shutdown()` — deterministically replace the active SDK. Previously the OpenTelemetry API silently refused the new global registration, so every emission stayed pinned to the first configuration and went dark once it shut down, most visibly under HMR-style dev servers that re-run the entry module (#167). Teardown now unregisters the API globals logfire owns, disables superseded instrumentations, and re-fetches the shared tracer. Also fixed: `shutdown()` and `forceFlush()` no longer hang for 30 seconds when `sendToLogfire` is false and spans are buffered.
8+
39
## 0.18.3
410

511
### Patch Changes

packages/logfire-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"stats",
2626
"monitoring"
2727
],
28-
"version": "0.18.3",
28+
"version": "0.18.4",
2929
"type": "module",
3030
"main": "./dist/index.cjs",
3131
"module": "./dist/index.js",

0 commit comments

Comments
 (0)