Skip to content

chore(release): 29 packages - #99

Merged
theogravity merged 1 commit into
mainfrom
monorel/release
Aug 23, 2026
Merged

chore(release): 29 packages#99
theogravity merged 1 commit into
mainfrom
monorel/release

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

This PR was opened by monorel. Merge it to release the following packages:

Package Bump From To
integrations/loghttp major v2.0.1 v3.0.0
integrations/sloghandler major v2.0.1 v3.0.0
plugins/datadogtrace major v2.0.1 v3.0.0
plugins/fmtlog major v2.0.1 v3.0.0
plugins/oteltrace major v2.0.1 v3.0.0
plugins/plugintest major v2.0.1 v3.0.0
plugins/redact major v2.0.1 v3.0.0
plugins/sampling major v2.0.1 v3.0.0
transports/axiom major v1.0.0 v3.0.0
transports/betterstack major v1.0.0 v2.0.0
transports/blank major v2.0.1 v3.0.0
transports/charmlog major v2.0.1 v3.0.0
transports/cli major v2.3.0 v3.0.0
transports/console major v2.1.0 v3.0.0
transports/datadog major v2.0.1 v3.0.0
transports/gcplogging major v2.0.2 v3.0.0
transports/http major v2.1.0 v3.0.0
transports/logrus major v2.0.1 v3.0.0
transports/lumberjack major v2.0.1 v3.0.0
transports/newrelic major v1.1.0 v2.0.0
transports/otellog major v2.0.1 v3.0.0
transports/phuslu major v2.0.1 v3.0.0
transports/pretty major v2.1.0 v3.0.0
transports/sentry major v2.0.1 v3.0.0
transports/slog major v2.0.1 v3.0.0
transports/structured major v2.0.1 v3.0.0
transports/testing major v2.0.1 v3.0.0
transports/zap major v2.0.1 v3.0.0
transports/zerolog major v2.0.1 v3.0.0

Released 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/v3 and 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 and go get lines.

    The structured transport also sanitizes ANSI escape sequences, bidi overrides, and CR/LF at the top level of every entry and omits the msg key 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/v3 and 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 and go get lines.

    The structured transport also sanitizes ANSI escape sequences, bidi overrides, and CR/LF at the top level of every entry and omits the msg key 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/v3 and 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 and go get lines.

    The structured transport also sanitizes ANSI escape sequences, bidi overrides, and CR/LF at the top level of every entry and omits the msg key 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/v3 and 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 and go get lines.

    The structured transport also sanitizes ANSI escape sequences, bidi overrides, and CR/LF at the top level of every entry and omits the msg key 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/v3 and 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 and go get lines.

    The structured transport also sanitizes ANSI escape sequences, bidi overrides, and CR/LF at the top level of every entry and omits the msg key 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/v3 and 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 and go get lines.

    The structured transport also sanitizes ANSI escape sequences, bidi overrides, and CR/LF at the top level of every entry and omits the msg key 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/v3 and 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 and go get lines.

    The structured transport also sanitizes ANSI escape sequences, bidi overrides, and CR/LF at the top level of every entry and omits the msg key 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/v3 and 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 and go get lines.

    The structured transport also sanitizes ANSI escape sequences, bidi overrides, and CR/LF at the top level of every entry and omits the msg key 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/v3 and 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 and go get lines.

    The structured transport also sanitizes ANSI escape sequences, bidi overrides, and CR/LF at the top level of every entry and omits the msg key 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/v3 and 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 and go get lines.

    The structured transport also sanitizes ANSI escape sequences, bidi overrides, and CR/LF at the top level of every entry and omits the msg key 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/v3 and 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 and go get lines.

    The structured transport also sanitizes ANSI escape sequences, bidi overrides, and CR/LF at the top level of every entry and omits the msg key 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/v3 and 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 and go get lines.

    The structured transport also sanitizes ANSI escape sequences, bidi overrides, and CR/LF at the top level of every entry and omits the msg key 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/v3 and 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 and go get lines.

    The structured transport also sanitizes ANSI escape sequences, bidi overrides, and CR/LF at the top level of every entry and omits the msg key 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/v3 and 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 and go get lines.

    The structured transport also sanitizes ANSI escape sequences, bidi overrides, and CR/LF at the top level of every entry and omits the msg key 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/v3 and 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 and go get lines.

    The structured transport also sanitizes ANSI escape sequences, bidi overrides, and CR/LF at the top level of every entry and omits the msg key 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/v3 and 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 and go get lines.

    The structured transport also sanitizes ANSI escape sequences, bidi overrides, and CR/LF at the top level of every entry and omits the msg key 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/v3 and 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 and go get lines.

    The structured transport also sanitizes ANSI escape sequences, bidi overrides, and CR/LF at the top level of every entry and omits the msg key 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/v3 and 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 and go get lines.

    The structured transport also sanitizes ANSI escape sequences, bidi overrides, and CR/LF at the top level of every entry and omits the msg key 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/v3 and 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 and go get lines.

    The structured transport also sanitizes ANSI escape sequences, bidi overrides, and CR/LF at the top level of every entry and omits the msg key 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/v3 and 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 and go get lines.

    The structured transport also sanitizes ANSI escape sequences, bidi overrides, and CR/LF at the top level of every entry and omits the msg key 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/v3 and 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 and go get lines.

    The structured transport also sanitizes ANSI escape sequences, bidi overrides, and CR/LF at the top level of every entry and omits the msg key 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/v3 and 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 and go get lines.

    The structured transport also sanitizes ANSI escape sequences, bidi overrides, and CR/LF at the top level of every entry and omits the msg key 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/v3 and 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 and go get lines.

    The structured transport also sanitizes ANSI escape sequences, bidi overrides, and CR/LF at the top level of every entry and omits the msg key 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/v3 and 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 and go get lines.

    The structured transport also sanitizes ANSI escape sequences, bidi overrides, and CR/LF at the top level of every entry and omits the msg key 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/v3 and 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 and go get lines.

    The structured transport also sanitizes ANSI escape sequences, bidi overrides, and CR/LF at the top level of every entry and omits the msg key 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/v3 and 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 and go get lines.

    The structured transport also sanitizes ANSI escape sequences, bidi overrides, and CR/LF at the top level of every entry and omits the msg key 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/v3 and 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 and go get lines.

    The structured transport also sanitizes ANSI escape sequences, bidi overrides, and CR/LF at the top level of every entry and omits the msg key 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/v3 and 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 and go get lines.

    The structured transport also sanitizes ANSI escape sequences, bidi overrides, and CR/LF at the top level of every entry and omits the msg key 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/v3 and 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 and go get lines.

    The structured transport also sanitizes ANSI escape sequences, bidi overrides, and CR/LF at the top level of every entry and omits the msg key when the message is empty. See the migration guide at https://go.loglayer.dev/migrating.

Consumed 1 changeset(s): transport-sweep-v3-paths.

… 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
@theogravity
theogravity merged commit db69c0f into main Aug 23, 2026
9 of 11 checks passed
@theogravity
theogravity deleted the monorel/release branch August 23, 2026 07:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant