Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .changeset/calm-headers-warn.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/cf-producer-worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pydantic/logfire-cloudflare-worker-example

## 0.0.17

### Patch Changes

- Updated dependencies [2b94d89]
- @pydantic/logfire-cf-workers@2.0.0

## 0.0.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/cf-producer-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pydantic/logfire-cloudflare-worker-example",
"version": "0.0.16",
"version": "0.0.17",
"private": true,
"scripts": {
"deploy": "wrangler deploy",
Expand Down
7 changes: 7 additions & 0 deletions examples/cf-tail-worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pydantic/cf-tail-worker

## 0.0.17

### Patch Changes

- Updated dependencies [2b94d89]
- @pydantic/logfire-cf-workers@2.0.0

## 0.0.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/cf-tail-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pydantic/cf-tail-worker",
"version": "0.0.16",
"version": "0.0.17",
"private": true,
"scripts": {
"deploy": "wrangler deploy",
Expand Down
7 changes: 7 additions & 0 deletions examples/cf-worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pydantic/cf-worker

## 0.0.17

### Patch Changes

- Updated dependencies [2b94d89]
- @pydantic/logfire-cf-workers@2.0.0

## 0.0.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/cf-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pydantic/cf-worker",
"version": "0.0.16",
"version": "0.0.17",
"private": true,
"scripts": {
"deploy": "wrangler deploy",
Expand Down
15 changes: 15 additions & 0 deletions packages/logfire-cf-workers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @pydantic/logfire-cf-workers

## 2.0.0

### Major Changes

- 2b94d89: Stop capturing all Cloudflare Worker request and response headers by default.
Header span attributes now require explicit opt-in through
`captureHeaders.request` and `captureHeaders.response`, using case-insensitive
header name arrays, predicate functions, or `true` when full capture is
intentionally required.

### Patch Changes

- Updated dependencies [2b94d89]
- @pydantic/otel-cf-workers@2.0.0

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/logfire-cf-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"stats",
"monitoring"
],
"version": "1.0.0",
"version": "2.0.0",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/otel-cf-workers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @pydantic/otel-cf-workers

## 2.0.0

### Major Changes

- 2b94d89: Stop capturing all Cloudflare Worker request and response headers by default.
Header span attributes now require explicit opt-in through
`captureHeaders.request` and `captureHeaders.response`, using case-insensitive
header name arrays, predicate functions, or `true` when full capture is
intentionally required.

## 1.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/otel-cf-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"tracing",
"instrumentation"
],
"version": "1.0.0",
"version": "2.0.0",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down
Loading