Skip to content

Comments

Bump io.github.smyrgeorge:log4k from 1.2.3 to 1.3.1#78

Merged
smyrgeorge merged 1 commit intomainfrom
dependabot/gradle/io.github.smyrgeorge-log4k-1.3.1
Jan 12, 2026
Merged

Bump io.github.smyrgeorge:log4k from 1.2.3 to 1.3.1#78
smyrgeorge merged 1 commit intomainfrom
dependabot/gradle/io.github.smyrgeorge-log4k-1.3.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 12, 2026

Bumps io.github.smyrgeorge:log4k from 1.2.3 to 1.3.1.

Release notes

Sourced from io.github.smyrgeorge:log4k's releases.

1.3.1

Release Notes - Version 1.3.1

This release introduces significant refactorings to the tracing and logging infrastructure, focusing on improving the API consistency, performance, and documentation.

🛠 Breaking Changes & Refactorings

  • Context API Overhaul:
    • Renamed LoggingContext to TracingContext.
    • Further refined TracingContext implementations: CoroutinesTracingContext was renamed to SimpleTracingContext, and eventually to SimpleCoroutinesTracingContext.
    • Replaced SpanStack with a simplified current property in TracingContext for better span management.
  • Tracer Enhancements:
    • Switched from hash-based ID generation to standard 16-character hexadecimal span IDs and 32-character trace IDs.
    • Replaced OpenTelemetry dependency usage with OpenTelemetryAttributes.
    • Renamed and restructured TracingEvent to improve clarity and functionality.
    • Deprecated the exception.escaped attribute in favor of more streamlined exception handling within spans.
  • Dependency Management:
    • Switched several internal dependencies to implementation scope to reduce the transitively exposed API surface.

✨ New Features & Enhancements

  • Tag Support: Added support for default tags when creating spans.
  • Improved Scoping: Enhanced span execution blocks to automatically handle exceptions and ensure spans are closed correctly.
  • Performance: Streamlined span handling logic and dependency setup.

Full Changelog: smyrgeorge/log4k@1.2.0...1.3.1

1.3.0

Release Notes - Version 1.3.0

This release introduces significant refactorings to the tracing and logging infrastructure, focusing on improving the API consistency, performance, and documentation.

🛠 Breaking Changes & Refactorings

  • Context API Overhaul:
    • Renamed LoggingContext to TracingContext.
    • Further refined TracingContext implementations: CoroutinesTracingContext was renamed to SimpleTracingContext, and eventually to SimpleCoroutinesTracingContext.
    • Replaced SpanStack with a simplified current property in TracingContext for better span management.
  • Tracer Enhancements:
    • Switched from hash-based ID generation to standard 16-character hexadecimal span IDs and 32-character trace IDs.
    • Replaced OpenTelemetry dependency usage with OpenTelemetryAttributes.
    • Renamed and restructured TracingEvent to improve clarity and functionality.
    • Deprecated the exception.escaped attribute in favor of more streamlined exception handling within spans.
  • Dependency Management:
    • Switched several internal dependencies to implementation scope to reduce the transitively exposed API surface.

✨ New Features & Enhancements

  • Tag Support: Added support for default tags when creating spans.
  • Improved Scoping: Enhanced span execution blocks to automatically handle exceptions and ensure spans are closed correctly.
  • Performance: Streamlined span handling logic and dependency setup.

Full Changelog: smyrgeorge/log4k@1.2.0...1.3.0

Commits
  • 1200555 Added documentation for '1.3.1'.
  • 3b47c84 Allow nullable parent span in SimpleCoroutinesTracingContext.Builder.
  • b942962 Added documentation for '1.3.0'.
  • 61feff6 Refactor TracingContext: replace SpanStack with current property, update ...
  • 2c3f620 Refactor Tracer, enhance span handling with default tags support, deprecate `...
  • d6fe94d Refactor TracingContext implementation, rename CoroutinesTracingContext to Si...
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [io.github.smyrgeorge:log4k](https://github.com/smyrgeorge/log4k) from 1.2.3 to 1.3.1.
- [Release notes](https://github.com/smyrgeorge/log4k/releases)
- [Commits](smyrgeorge/log4k@1.2.3...1.3.1)

---
updated-dependencies:
- dependency-name: io.github.smyrgeorge:log4k
  dependency-version: 1.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 12, 2026
@smyrgeorge smyrgeorge merged commit 4bdba9f into main Jan 12, 2026
1 check passed
@smyrgeorge smyrgeorge deleted the dependabot/gradle/io.github.smyrgeorge-log4k-1.3.1 branch January 12, 2026 07:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant