Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
2d43b5f to
1d7ca04
Compare
1d7ca04 to
3c7bb07
Compare
3c7bb07 to
a4c5470
Compare
a4c5470 to
ecd82e4
Compare
ecd82e4 to
cab16e4
Compare
cab16e4 to
d119f52
Compare
d119f52 to
40c1494
Compare
40c1494 to
9105693
Compare
9105693 to
5fc0aa9
Compare
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
evlog@2.11.0
Minor Changes
#249
72d7d6eThanks @HugoRCD! - AddinternaltocreateError/ErrorOptions: backend-only context stored onEvlogError, included in wide events vialog.error(), never serialized in HTTP responses ortoJSON()(EVL-140).#251
19ae4a9Thanks @HugoRCD! - Add Datadog Logs HTTP drain adapter (evlog/datadog):createDatadogDrain(),sendToDatadog/sendBatchToDatadog, env varsDD_API_KEY/NUXT_DATADOG_*/DD_SITE, and intake URL for all Datadog sites. Maps wide events with a shortmessageline, full payload underevlog, severitystatus, and recursivehttpStatusCoderenaming so HTTPstatusfields never clash with Datadog’s reserved severity (EVL-144).Patch Changes
#245
c96967bThanks @HugoRCD! - Fix Nitro server builds on strict Worker presets (e.g.cloudflare-durable) by avoiding Rollup-resolvable literals fornitro/runtime-configin published dist. Centralize runtime config access in an internal bridge (__EVLOG_CONFIGfirst, then dynamicimport()with computed module specifiers for Nitro v3 and nitropack). Add regression tests for dist output and acloudflare-durableproduction build using the compiled plugin.#242
24c9a80Thanks @HugoRCD! - ExportcreateError,createEvlogError,EvlogError, andparseErrorfromevlog/nitro/v3so Nitro v3 apps can use the documented single import path alongsideuseLogger(#241).#247
730c984Thanks @HugoRCD! - AlignevlogErrorHandlerwith TanStack Start’screateMiddleware().server()types: widennext()to sync-or-async results, matchRequestServerFnreturn typing viaRequestServerResult, and declare an optional peer on@tanstack/start-client-corefor accurate declarations (#235, EVL-142).