chore(release): 29 packages - #99
Merged
Merged
Conversation
… v3.0.0, plugins/datadogtrace v3.0.0, plugins/fmtlog v3.0.0, plugins/oteltrace v3.0.0, plugins/plugintest v3.0.0, plugins/redact v3.0.0, plugins/sampling v3.0.0, transports/axiom v3.0.0, transports/betterstack v2.0.0, transports/blank v3.0.0, transports/charmlog v3.0.0, transports/cli v3.0.0, transports/console v3.0.0, transports/datadog v3.0.0, transports/gcplogging v3.0.0, transports/http v3.0.0, transports/logrus v3.0.0, transports/lumberjack v3.0.0, transports/newrelic v2.0.0, transports/otellog v3.0.0, transports/phuslu v3.0.0, transports/pretty v3.0.0, transports/sentry v3.0.0, transports/slog v3.0.0, transports/structured v3.0.0, transports/testing v3.0.0, transports/zap v3.0.0, transports/zerolog v3.0.0 monorel-Release: integrations/loghttp v3.0.0 monorel-Release: integrations/sloghandler v3.0.0 monorel-Release: plugins/datadogtrace v3.0.0 monorel-Release: plugins/fmtlog v3.0.0 monorel-Release: plugins/oteltrace v3.0.0 monorel-Release: plugins/plugintest v3.0.0 monorel-Release: plugins/redact v3.0.0 monorel-Release: plugins/sampling v3.0.0 monorel-Release: transports/axiom v3.0.0 monorel-Release: transports/betterstack v2.0.0 monorel-Release: transports/blank v3.0.0 monorel-Release: transports/charmlog v3.0.0 monorel-Release: transports/cli v3.0.0 monorel-Release: transports/console v3.0.0 monorel-Release: transports/datadog v3.0.0 monorel-Release: transports/gcplogging v3.0.0 monorel-Release: transports/http v3.0.0 monorel-Release: transports/logrus v3.0.0 monorel-Release: transports/lumberjack v3.0.0 monorel-Release: transports/newrelic v2.0.0 monorel-Release: transports/otellog v3.0.0 monorel-Release: transports/phuslu v3.0.0 monorel-Release: transports/pretty v3.0.0 monorel-Release: transports/sentry v3.0.0 monorel-Release: transports/slog v3.0.0 monorel-Release: transports/structured v3.0.0 monorel-Release: transports/testing v3.0.0 monorel-Release: transports/zap v3.0.0 monorel-Release: transports/zerolog v3.0.0 monorel-PreRelease: false
github-actions
Bot
force-pushed
the
monorel/release
branch
from
August 23, 2026 07:51
408bebe to
824f506
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 monorel. Merge it to release the following packages:
integrations/loghttpintegrations/sloghandlerplugins/datadogtraceplugins/fmtlogplugins/oteltraceplugins/plugintestplugins/redactplugins/samplingtransports/axiomtransports/betterstacktransports/blanktransports/charmlogtransports/clitransports/consoletransports/datadogtransports/gcploggingtransports/httptransports/logrustransports/lumberjacktransports/newrelictransports/otellogtransports/phuslutransports/prettytransports/sentrytransports/slogtransports/structuredtransports/testingtransports/zaptransports/zerologReleased changes
integrations/loghttp v3.0.0
Major Changes
Breaking: module paths bump to the next major. These transports, plugins, and integrations now depend on
go.loglayer.dev/v3and re-export v3 core types (or sibling v3 types) in their public API. Per Go convention, each module's path moves to its next major (/v2→/v3, or unversioned →/v2); consumers update imports andgo getlines.The
structuredtransport also sanitizes ANSI escape sequences, bidi overrides, and CR/LF at the top level of every entry and omits themsgkey when the message is empty. See the migration guide at https://go.loglayer.dev/migrating.integrations/sloghandler v3.0.0
Major Changes
Breaking: module paths bump to the next major. These transports, plugins, and integrations now depend on
go.loglayer.dev/v3and re-export v3 core types (or sibling v3 types) in their public API. Per Go convention, each module's path moves to its next major (/v2→/v3, or unversioned →/v2); consumers update imports andgo getlines.The
structuredtransport also sanitizes ANSI escape sequences, bidi overrides, and CR/LF at the top level of every entry and omits themsgkey when the message is empty. See the migration guide at https://go.loglayer.dev/migrating.plugins/datadogtrace v3.0.0
Major Changes
Breaking: module paths bump to the next major. These transports, plugins, and integrations now depend on
go.loglayer.dev/v3and re-export v3 core types (or sibling v3 types) in their public API. Per Go convention, each module's path moves to its next major (/v2→/v3, or unversioned →/v2); consumers update imports andgo getlines.The
structuredtransport also sanitizes ANSI escape sequences, bidi overrides, and CR/LF at the top level of every entry and omits themsgkey when the message is empty. See the migration guide at https://go.loglayer.dev/migrating.plugins/fmtlog v3.0.0
Major Changes
Breaking: module paths bump to the next major. These transports, plugins, and integrations now depend on
go.loglayer.dev/v3and re-export v3 core types (or sibling v3 types) in their public API. Per Go convention, each module's path moves to its next major (/v2→/v3, or unversioned →/v2); consumers update imports andgo getlines.The
structuredtransport also sanitizes ANSI escape sequences, bidi overrides, and CR/LF at the top level of every entry and omits themsgkey when the message is empty. See the migration guide at https://go.loglayer.dev/migrating.plugins/oteltrace v3.0.0
Major Changes
Breaking: module paths bump to the next major. These transports, plugins, and integrations now depend on
go.loglayer.dev/v3and re-export v3 core types (or sibling v3 types) in their public API. Per Go convention, each module's path moves to its next major (/v2→/v3, or unversioned →/v2); consumers update imports andgo getlines.The
structuredtransport also sanitizes ANSI escape sequences, bidi overrides, and CR/LF at the top level of every entry and omits themsgkey when the message is empty. See the migration guide at https://go.loglayer.dev/migrating.plugins/plugintest v3.0.0
Major Changes
Breaking: module paths bump to the next major. These transports, plugins, and integrations now depend on
go.loglayer.dev/v3and re-export v3 core types (or sibling v3 types) in their public API. Per Go convention, each module's path moves to its next major (/v2→/v3, or unversioned →/v2); consumers update imports andgo getlines.The
structuredtransport also sanitizes ANSI escape sequences, bidi overrides, and CR/LF at the top level of every entry and omits themsgkey when the message is empty. See the migration guide at https://go.loglayer.dev/migrating.plugins/redact v3.0.0
Major Changes
Breaking: module paths bump to the next major. These transports, plugins, and integrations now depend on
go.loglayer.dev/v3and re-export v3 core types (or sibling v3 types) in their public API. Per Go convention, each module's path moves to its next major (/v2→/v3, or unversioned →/v2); consumers update imports andgo getlines.The
structuredtransport also sanitizes ANSI escape sequences, bidi overrides, and CR/LF at the top level of every entry and omits themsgkey when the message is empty. See the migration guide at https://go.loglayer.dev/migrating.plugins/sampling v3.0.0
Major Changes
Breaking: module paths bump to the next major. These transports, plugins, and integrations now depend on
go.loglayer.dev/v3and re-export v3 core types (or sibling v3 types) in their public API. Per Go convention, each module's path moves to its next major (/v2→/v3, or unversioned →/v2); consumers update imports andgo getlines.The
structuredtransport also sanitizes ANSI escape sequences, bidi overrides, and CR/LF at the top level of every entry and omits themsgkey when the message is empty. See the migration guide at https://go.loglayer.dev/migrating.transports/axiom v3.0.0
Major Changes
Breaking: module paths bump to the next major. These transports, plugins, and integrations now depend on
go.loglayer.dev/v3and re-export v3 core types (or sibling v3 types) in their public API. Per Go convention, each module's path moves to its next major (/v2→/v3, or unversioned →/v2); consumers update imports andgo getlines.The
structuredtransport also sanitizes ANSI escape sequences, bidi overrides, and CR/LF at the top level of every entry and omits themsgkey when the message is empty. See the migration guide at https://go.loglayer.dev/migrating.transports/betterstack v2.0.0
Major Changes
Breaking: module paths bump to the next major. These transports, plugins, and integrations now depend on
go.loglayer.dev/v3and re-export v3 core types (or sibling v3 types) in their public API. Per Go convention, each module's path moves to its next major (/v2→/v3, or unversioned →/v2); consumers update imports andgo getlines.The
structuredtransport also sanitizes ANSI escape sequences, bidi overrides, and CR/LF at the top level of every entry and omits themsgkey when the message is empty. See the migration guide at https://go.loglayer.dev/migrating.transports/blank v3.0.0
Major Changes
Breaking: module paths bump to the next major. These transports, plugins, and integrations now depend on
go.loglayer.dev/v3and re-export v3 core types (or sibling v3 types) in their public API. Per Go convention, each module's path moves to its next major (/v2→/v3, or unversioned →/v2); consumers update imports andgo getlines.The
structuredtransport also sanitizes ANSI escape sequences, bidi overrides, and CR/LF at the top level of every entry and omits themsgkey when the message is empty. See the migration guide at https://go.loglayer.dev/migrating.transports/charmlog v3.0.0
Major Changes
Breaking: module paths bump to the next major. These transports, plugins, and integrations now depend on
go.loglayer.dev/v3and re-export v3 core types (or sibling v3 types) in their public API. Per Go convention, each module's path moves to its next major (/v2→/v3, or unversioned →/v2); consumers update imports andgo getlines.The
structuredtransport also sanitizes ANSI escape sequences, bidi overrides, and CR/LF at the top level of every entry and omits themsgkey when the message is empty. See the migration guide at https://go.loglayer.dev/migrating.transports/cli v3.0.0
Major Changes
Breaking: module paths bump to the next major. These transports, plugins, and integrations now depend on
go.loglayer.dev/v3and re-export v3 core types (or sibling v3 types) in their public API. Per Go convention, each module's path moves to its next major (/v2→/v3, or unversioned →/v2); consumers update imports andgo getlines.The
structuredtransport also sanitizes ANSI escape sequences, bidi overrides, and CR/LF at the top level of every entry and omits themsgkey when the message is empty. See the migration guide at https://go.loglayer.dev/migrating.transports/console v3.0.0
Major Changes
Breaking: module paths bump to the next major. These transports, plugins, and integrations now depend on
go.loglayer.dev/v3and re-export v3 core types (or sibling v3 types) in their public API. Per Go convention, each module's path moves to its next major (/v2→/v3, or unversioned →/v2); consumers update imports andgo getlines.The
structuredtransport also sanitizes ANSI escape sequences, bidi overrides, and CR/LF at the top level of every entry and omits themsgkey when the message is empty. See the migration guide at https://go.loglayer.dev/migrating.transports/datadog v3.0.0
Major Changes
Breaking: module paths bump to the next major. These transports, plugins, and integrations now depend on
go.loglayer.dev/v3and re-export v3 core types (or sibling v3 types) in their public API. Per Go convention, each module's path moves to its next major (/v2→/v3, or unversioned →/v2); consumers update imports andgo getlines.The
structuredtransport also sanitizes ANSI escape sequences, bidi overrides, and CR/LF at the top level of every entry and omits themsgkey when the message is empty. See the migration guide at https://go.loglayer.dev/migrating.transports/gcplogging v3.0.0
Major Changes
Breaking: module paths bump to the next major. These transports, plugins, and integrations now depend on
go.loglayer.dev/v3and re-export v3 core types (or sibling v3 types) in their public API. Per Go convention, each module's path moves to its next major (/v2→/v3, or unversioned →/v2); consumers update imports andgo getlines.The
structuredtransport also sanitizes ANSI escape sequences, bidi overrides, and CR/LF at the top level of every entry and omits themsgkey when the message is empty. See the migration guide at https://go.loglayer.dev/migrating.transports/http v3.0.0
Major Changes
Breaking: module paths bump to the next major. These transports, plugins, and integrations now depend on
go.loglayer.dev/v3and re-export v3 core types (or sibling v3 types) in their public API. Per Go convention, each module's path moves to its next major (/v2→/v3, or unversioned →/v2); consumers update imports andgo getlines.The
structuredtransport also sanitizes ANSI escape sequences, bidi overrides, and CR/LF at the top level of every entry and omits themsgkey when the message is empty. See the migration guide at https://go.loglayer.dev/migrating.transports/logrus v3.0.0
Major Changes
Breaking: module paths bump to the next major. These transports, plugins, and integrations now depend on
go.loglayer.dev/v3and re-export v3 core types (or sibling v3 types) in their public API. Per Go convention, each module's path moves to its next major (/v2→/v3, or unversioned →/v2); consumers update imports andgo getlines.The
structuredtransport also sanitizes ANSI escape sequences, bidi overrides, and CR/LF at the top level of every entry and omits themsgkey when the message is empty. See the migration guide at https://go.loglayer.dev/migrating.transports/lumberjack v3.0.0
Major Changes
Breaking: module paths bump to the next major. These transports, plugins, and integrations now depend on
go.loglayer.dev/v3and re-export v3 core types (or sibling v3 types) in their public API. Per Go convention, each module's path moves to its next major (/v2→/v3, or unversioned →/v2); consumers update imports andgo getlines.The
structuredtransport also sanitizes ANSI escape sequences, bidi overrides, and CR/LF at the top level of every entry and omits themsgkey when the message is empty. See the migration guide at https://go.loglayer.dev/migrating.transports/newrelic v2.0.0
Major Changes
Breaking: module paths bump to the next major. These transports, plugins, and integrations now depend on
go.loglayer.dev/v3and re-export v3 core types (or sibling v3 types) in their public API. Per Go convention, each module's path moves to its next major (/v2→/v3, or unversioned →/v2); consumers update imports andgo getlines.The
structuredtransport also sanitizes ANSI escape sequences, bidi overrides, and CR/LF at the top level of every entry and omits themsgkey when the message is empty. See the migration guide at https://go.loglayer.dev/migrating.transports/otellog v3.0.0
Major Changes
Breaking: module paths bump to the next major. These transports, plugins, and integrations now depend on
go.loglayer.dev/v3and re-export v3 core types (or sibling v3 types) in their public API. Per Go convention, each module's path moves to its next major (/v2→/v3, or unversioned →/v2); consumers update imports andgo getlines.The
structuredtransport also sanitizes ANSI escape sequences, bidi overrides, and CR/LF at the top level of every entry and omits themsgkey when the message is empty. See the migration guide at https://go.loglayer.dev/migrating.transports/phuslu v3.0.0
Major Changes
Breaking: module paths bump to the next major. These transports, plugins, and integrations now depend on
go.loglayer.dev/v3and re-export v3 core types (or sibling v3 types) in their public API. Per Go convention, each module's path moves to its next major (/v2→/v3, or unversioned →/v2); consumers update imports andgo getlines.The
structuredtransport also sanitizes ANSI escape sequences, bidi overrides, and CR/LF at the top level of every entry and omits themsgkey when the message is empty. See the migration guide at https://go.loglayer.dev/migrating.transports/pretty v3.0.0
Major Changes
Breaking: module paths bump to the next major. These transports, plugins, and integrations now depend on
go.loglayer.dev/v3and re-export v3 core types (or sibling v3 types) in their public API. Per Go convention, each module's path moves to its next major (/v2→/v3, or unversioned →/v2); consumers update imports andgo getlines.The
structuredtransport also sanitizes ANSI escape sequences, bidi overrides, and CR/LF at the top level of every entry and omits themsgkey when the message is empty. See the migration guide at https://go.loglayer.dev/migrating.transports/sentry v3.0.0
Major Changes
Breaking: module paths bump to the next major. These transports, plugins, and integrations now depend on
go.loglayer.dev/v3and re-export v3 core types (or sibling v3 types) in their public API. Per Go convention, each module's path moves to its next major (/v2→/v3, or unversioned →/v2); consumers update imports andgo getlines.The
structuredtransport also sanitizes ANSI escape sequences, bidi overrides, and CR/LF at the top level of every entry and omits themsgkey when the message is empty. See the migration guide at https://go.loglayer.dev/migrating.transports/slog v3.0.0
Major Changes
Breaking: module paths bump to the next major. These transports, plugins, and integrations now depend on
go.loglayer.dev/v3and re-export v3 core types (or sibling v3 types) in their public API. Per Go convention, each module's path moves to its next major (/v2→/v3, or unversioned →/v2); consumers update imports andgo getlines.The
structuredtransport also sanitizes ANSI escape sequences, bidi overrides, and CR/LF at the top level of every entry and omits themsgkey when the message is empty. See the migration guide at https://go.loglayer.dev/migrating.transports/structured v3.0.0
Major Changes
Breaking: module paths bump to the next major. These transports, plugins, and integrations now depend on
go.loglayer.dev/v3and re-export v3 core types (or sibling v3 types) in their public API. Per Go convention, each module's path moves to its next major (/v2→/v3, or unversioned →/v2); consumers update imports andgo getlines.The
structuredtransport also sanitizes ANSI escape sequences, bidi overrides, and CR/LF at the top level of every entry and omits themsgkey when the message is empty. See the migration guide at https://go.loglayer.dev/migrating.transports/testing v3.0.0
Major Changes
Breaking: module paths bump to the next major. These transports, plugins, and integrations now depend on
go.loglayer.dev/v3and re-export v3 core types (or sibling v3 types) in their public API. Per Go convention, each module's path moves to its next major (/v2→/v3, or unversioned →/v2); consumers update imports andgo getlines.The
structuredtransport also sanitizes ANSI escape sequences, bidi overrides, and CR/LF at the top level of every entry and omits themsgkey when the message is empty. See the migration guide at https://go.loglayer.dev/migrating.transports/zap v3.0.0
Major Changes
Breaking: module paths bump to the next major. These transports, plugins, and integrations now depend on
go.loglayer.dev/v3and re-export v3 core types (or sibling v3 types) in their public API. Per Go convention, each module's path moves to its next major (/v2→/v3, or unversioned →/v2); consumers update imports andgo getlines.The
structuredtransport also sanitizes ANSI escape sequences, bidi overrides, and CR/LF at the top level of every entry and omits themsgkey when the message is empty. See the migration guide at https://go.loglayer.dev/migrating.transports/zerolog v3.0.0
Major Changes
Breaking: module paths bump to the next major. These transports, plugins, and integrations now depend on
go.loglayer.dev/v3and re-export v3 core types (or sibling v3 types) in their public API. Per Go convention, each module's path moves to its next major (/v2→/v3, or unversioned →/v2); consumers update imports andgo getlines.The
structuredtransport also sanitizes ANSI escape sequences, bidi overrides, and CR/LF at the top level of every entry and omits themsgkey when the message is empty. See the migration guide at https://go.loglayer.dev/migrating.Consumed 1 changeset(s):
transport-sweep-v3-paths.