[PR #264] [MERGED] build(deps): Bump github.com/DeRuina/timberjack from 1.3.7 to 1.3.9 #262

Closed
opened 2026-02-26 18:34:00 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/decke/smtprelay/pull/264
Author: @dependabot[bot]
Created: 10/22/2025
Status: Merged
Merged: 10/22/2025
Merged by: @decke

Base: masterHead: dependabot/go_modules/github.com/DeRuina/timberjack-1.3.9


📝 Commits (1)

  • 4d3536d build(deps): Bump github.com/DeRuina/timberjack from 1.3.7 to 1.3.9

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+2 -2)

📄 Description

Bumps github.com/DeRuina/timberjack from 1.3.7 to 1.3.9.

Release notes

Sourced from github.com/DeRuina/timberjack's releases.

v1.3.9

1.3.9 (2025-10-21)

Features

  • Make FileMode for newly created files configurable (#59) (82320e6)

v1.3.8

1.3.8 (2025-10-15)

Fixes & Improvements

  • (4c2c743)

  • Eliminated multiple data races in concurrent rotations and mill goroutines.
    Internal logic now snapshots configuration and system functions once for each logger instance to ensure safe concurrent use.

  • Added deterministic shutdown for background goroutines (mill and scheduled rotation) via WaitGroup synchronization, preventing premature exits or leaks.

  • Strengthened Close() to wait safely for goroutine completion without holding locks.

  • Improved test suite:

    • Fake clock (fakeCurrentTime) is now lock-protected to avoid race conditions.
    • Tests force UTC for consistent local-time behavior.
    • CI now runs with go test -race to verify concurrency safety.

Internal Changes

  • Introduced resolveConfigLocked() for snapshotting logger configuration (time, compression, stat/rename/remove functions) at initialization.
  • Simplified mill and rotation goroutine lifecycle management.
  • Minor refactoring for clarity and reduced global variable reads.
Changelog

Sourced from github.com/DeRuina/timberjack's changelog.

1.3.9 (2025-10-21)

Features

  • Make FileMode for newly created files configurable (#59) (82320e6)

1.3.8 (2025-10-15)

Fixes & Improvements

  • (4c2c743)

  • Eliminated multiple data races in concurrent rotations and mill goroutines.
    Internal logic now snapshots configuration and system functions once for each logger instance to ensure safe concurrent use.

  • Added deterministic shutdown for background goroutines (mill and scheduled rotation) via WaitGroup synchronization, preventing premature exits or leaks.

  • Strengthened Close() to wait safely for goroutine completion without holding locks.

  • Improved test suite:

    • Fake clock (fakeCurrentTime) is now lock-protected to avoid race conditions.
    • Tests force UTC for consistent local-time behavior.
    • CI now runs with go test -race to verify concurrency safety.

Internal Changes

  • Introduced resolveConfigLocked() for snapshotting logger configuration (time, compression, stat/rename/remove functions) at initialization.
  • Simplified mill and rotation goroutine lifecycle management.
  • Minor refactoring for clarity and reduced global variable reads.
Commits
  • a9a5ae1 docs: CHANGELOG new release
  • 82320e6 feat: make FileMode for newly created files configurable (#59)
  • 9f8e913 ci(deps): bump actions/setup-go from 5 to 6 (#57)
  • 598a4d6 ci: staticcheck (Go 1.22 compatible)
  • c56b7ff ci(deps): bump actions/checkout from 4 to 5 (#56)
  • 0fe1399 ci: Pull request template
  • 5989466 ci: Update issue templates
  • cd654ac ci: Update issue templates
  • 1d37a3d ci: Revise security policy and reporting instructions
  • 3f32dd3 ci: Remove versioning strategy from dependabot config
  • Additional commits viewable 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/decke/smtprelay/pull/264 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/22/2025 **Status:** ✅ Merged **Merged:** 10/22/2025 **Merged by:** [@decke](https://github.com/decke) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/DeRuina/timberjack-1.3.9` --- ### 📝 Commits (1) - [`4d3536d`](https://github.com/decke/smtprelay/commit/4d3536dc238a742e98a50db8fc14d24dfffabc36) build(deps): Bump github.com/DeRuina/timberjack from 1.3.7 to 1.3.9 ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -2) </details> ### 📄 Description Bumps [github.com/DeRuina/timberjack](https://github.com/DeRuina/timberjack) from 1.3.7 to 1.3.9. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/DeRuina/timberjack/releases">github.com/DeRuina/timberjack's releases</a>.</em></p> <blockquote> <h2>v1.3.9</h2> <h2><a href="https://github.com/DeRuina/timberjack/compare/v1.3.8...v1.3.9">1.3.9</a> (2025-10-21)</h2> <h3>Features</h3> <ul> <li>Make FileMode for newly created files configurable (<a href="https://redirect.github.com/DeRuina/timberjack/pull/59">#59</a>) (<a href="https://github.com/DeRuina/timberjack/commit/82320e6d10084bf4cb32a80ced28175f66d15214">82320e6</a>)</li> </ul> <h2>v1.3.8</h2> <h2><a href="https://github.com/DeRuina/timberjack/compare/v1.3.7...v1.3.8">1.3.8</a> (2025-10-15)</h2> <h3>Fixes &amp; Improvements</h3> <ul> <li> <p>(<a href="https://github.com/DeRuina/timberjack/commit/4c2c7433979b88b308dc927f10c95ee0fa221327">4c2c743</a>)</p> </li> <li> <p>Eliminated multiple data races in concurrent rotations and mill goroutines.<br /> Internal logic now snapshots configuration and system functions once for each logger instance to ensure safe concurrent use.</p> </li> <li> <p>Added deterministic shutdown for background goroutines (<code>mill</code> and <code>scheduled rotation</code>) via <code>WaitGroup</code> synchronization, preventing premature exits or leaks.</p> </li> <li> <p>Strengthened <code>Close()</code> to wait safely for goroutine completion without holding locks.</p> </li> <li> <p>Improved test suite:</p> <ul> <li>Fake clock (<code>fakeCurrentTime</code>) is now lock-protected to avoid race conditions.</li> <li>Tests force UTC for consistent local-time behavior.</li> <li>CI now runs with <code>go test -race</code> to verify concurrency safety.</li> </ul> </li> </ul> <h3>Internal Changes</h3> <ul> <li>Introduced <code>resolveConfigLocked()</code> for snapshotting logger configuration (time, compression, stat/rename/remove functions) at initialization.</li> <li>Simplified mill and rotation goroutine lifecycle management.</li> <li>Minor refactoring for clarity and reduced global variable reads.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/DeRuina/timberjack/blob/main/CHANGELOG.md">github.com/DeRuina/timberjack's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/DeRuina/timberjack/compare/v1.3.8...v1.3.9">1.3.9</a> (2025-10-21)</h2> <h3>Features</h3> <ul> <li>Make FileMode for newly created files configurable (<a href="https://redirect.github.com/DeRuina/timberjack/pull/59">#59</a>) (<a href="https://github.com/DeRuina/timberjack/commit/82320e6d10084bf4cb32a80ced28175f66d15214">82320e6</a>)</li> </ul> <h2><a href="https://github.com/DeRuina/timberjack/compare/v1.3.7...v1.3.8">1.3.8</a> (2025-10-15)</h2> <h3>Fixes &amp; Improvements</h3> <ul> <li> <p>(<a href="https://github.com/DeRuina/timberjack/commit/4c2c7433979b88b308dc927f10c95ee0fa221327">4c2c743</a>)</p> </li> <li> <p>Eliminated multiple data races in concurrent rotations and mill goroutines.<br /> Internal logic now snapshots configuration and system functions once for each logger instance to ensure safe concurrent use.</p> </li> <li> <p>Added deterministic shutdown for background goroutines (<code>mill</code> and <code>scheduled rotation</code>) via <code>WaitGroup</code> synchronization, preventing premature exits or leaks.</p> </li> <li> <p>Strengthened <code>Close()</code> to wait safely for goroutine completion without holding locks.</p> </li> <li> <p>Improved test suite:</p> <ul> <li>Fake clock (<code>fakeCurrentTime</code>) is now lock-protected to avoid race conditions.</li> <li>Tests force UTC for consistent local-time behavior.</li> <li>CI now runs with <code>go test -race</code> to verify concurrency safety.</li> </ul> </li> </ul> <h3>Internal Changes</h3> <ul> <li>Introduced <code>resolveConfigLocked()</code> for snapshotting logger configuration (time, compression, stat/rename/remove functions) at initialization.</li> <li>Simplified mill and rotation goroutine lifecycle management.</li> <li>Minor refactoring for clarity and reduced global variable reads.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/DeRuina/timberjack/commit/a9a5ae14060a8c2e3db5dea4d97d8e3d5c29ad1f"><code>a9a5ae1</code></a> docs: CHANGELOG new release</li> <li><a href="https://github.com/DeRuina/timberjack/commit/82320e6d10084bf4cb32a80ced28175f66d15214"><code>82320e6</code></a> feat: make FileMode for newly created files configurable (<a href="https://redirect.github.com/DeRuina/timberjack/issues/59">#59</a>)</li> <li><a href="https://github.com/DeRuina/timberjack/commit/9f8e913a9ad328ebf9c1b2d1d9544a7f2a3b5a64"><code>9f8e913</code></a> ci(deps): bump actions/setup-go from 5 to 6 (<a href="https://redirect.github.com/DeRuina/timberjack/issues/57">#57</a>)</li> <li><a href="https://github.com/DeRuina/timberjack/commit/598a4d65559a18706163548cc386ce2988101482"><code>598a4d6</code></a> ci: staticcheck (Go 1.22 compatible)</li> <li><a href="https://github.com/DeRuina/timberjack/commit/c56b7ffd849ffbc60cddc0695d9368f2f25618b6"><code>c56b7ff</code></a> ci(deps): bump actions/checkout from 4 to 5 (<a href="https://redirect.github.com/DeRuina/timberjack/issues/56">#56</a>)</li> <li><a href="https://github.com/DeRuina/timberjack/commit/0fe13996849311eff64d5d65c756d58c89ff2302"><code>0fe1399</code></a> ci: Pull request template</li> <li><a href="https://github.com/DeRuina/timberjack/commit/5989466b14f2044c4a78c1d4bf33d85ed9bb8069"><code>5989466</code></a> ci: Update issue templates</li> <li><a href="https://github.com/DeRuina/timberjack/commit/cd654acb41b12511e34af3cf3af9f26b1625f646"><code>cd654ac</code></a> ci: Update issue templates</li> <li><a href="https://github.com/DeRuina/timberjack/commit/1d37a3d64208d805da890bd2715b7bb762802bcc"><code>1d37a3d</code></a> ci: Revise security policy and reporting instructions</li> <li><a href="https://github.com/DeRuina/timberjack/commit/3f32dd38f8819a0541ab819c4d1fbd968689c181"><code>3f32dd3</code></a> ci: Remove versioning strategy from dependabot config</li> <li>Additional commits viewable in <a href="https://github.com/DeRuina/timberjack/compare/v1.3.7...v1.3.9">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/DeRuina/timberjack&package-manager=go_modules&previous-version=1.3.7&new-version=1.3.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 18:34:00 +03:00
Sign in to join this conversation.
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/smtprelay#262
No description provided.