Version Packages - #205
Merged
Merged
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (28)
🔗 Linked repositories identifiedCodeRabbit considers these linked repositories for cross-repo context during reviews:
💤 Files with no reviewable changes (4)
📝 WalkthroughWalkthroughThe PR updates package versions and changelogs for Possibly related PRs
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
logfire@0.21.6
Patch Changes
format(value, 'g')when rendering numeric evaluation values in thegen_ai.evaluation.resultlog body. Values between 1e-6 and 1e-4 now use scientific notation as Python does instead of long fixed-point decimals, a value whose sixth significant digit rounds away no longer emits a stray trailing decimal point (for example-10515.for-10515.04), and rounding now runs on the binary double with half-to-even ties, so1 / 512renders as0.00195312,0.1234555as0.123455, andNumber.MIN_VALUEas4.94066e-324.@pydantic/logfire-browser@0.18.2
Patch Changes
@pydantic/logfire-cf-workers@2.0.7
Patch Changes
@pydantic/logfire-node@0.18.11
Patch Changes
@pydantic/otel-cf-workers@2.1.2
Patch Changes
ERRORwhen an email handler throws. The handler recorded the exception on its span but left the statusUNSET, so a failed email invocation did not read as failed and was missed by error filters, unlike the fetch, alarm, and Durable Object handlers which already set it.ERRORwhen a queue consumer handler throws. The handler recorded the exception on its span but left the statusUNSET, so a failed queue batch did not read as failed and was missed by error filters, unlike the fetch, alarm, and email handlers which already set it.instrumentQueueSendandinstrumentQueueSendBatchcalledspan.end()only after the wrapped call resolved, so a failedqueue.send()orqueue.sendBatch()left the span unended and it was never exported, dropping the operation from the trace and hiding the failure. Both now record the exception, set the span status toERROR, and end the span in afinallyblock, matching the queue consumer handler in the same file and the other Cloudflare instrumentations.@pydantic/logfire-cloudflare-worker-example@0.0.24
Patch Changes
@pydantic/cf-tail-worker@0.0.24
Patch Changes
@pydantic/cf-worker@0.0.24
Patch Changes
@pydantic/logfire-express-example@1.0.27
Patch Changes
@pydantic/logfire-nextjs-example@0.0.7
Patch Changes
@pydantic/nextjs-client-side-instrumentation@0.1.23
Patch Changes
@pydantic/logfire-node-example@1.0.27
Patch Changes