fix(deps): update module github.com/labstack/gommon to v0.5.0#327
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
fix(deps): update module github.com/labstack/gommon to v0.5.0#327renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
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 contains the following updates:
v0.4.2→v0.5.0Release Notes
labstack/gommon (github.com/labstack/gommon)
v0.5.0Compare Source
Highlights
email: SMTPS / implicit TLS on port 465.smtp.SendMailonly speaks plain + STARTTLS, so Resend/SendGrid/etc. on:465hang on the handshake. Detect port 465 and dial TLS directly. AddedEmail.TLSConfig(custom root pool / ServerName; always cloned per send) andEmail.DialTimeout(scoped to the TCP/TLS connect phase).email: no silent cleartext downgrade. DriveHello()explicitly so a failed EHLO can't be swallowed and mis-read as "STARTTLS not advertised".log: silence 14go vetprintf warnings. Split the internallog()method; public signatures unchanged.TestCallerFileguards theruntime.Callerskip.random: fixsync.Poolcopy inNew(). Construct the pool directly on the struct —sync.Poolmust not be copied after first use.Toolchain (breaking)
1.18→1.23.0to align withlabstack/echo. Consumers on Go <1.23 should stay on v0.4.2.1.23 / 1.24 / 1.25 / 1.26×ubuntu / macos / windows.testify 1.8.4 → 1.11.1,go-colorable 0.1.13 → 0.1.14,go-isatty 0.0.20 → 0.0.21,x/sys 0.15.0 → 0.29.0(highest that still supports Go 1.23).Non-breaking code changes
bytes/bytes_test.go: replacedParse(\"8EiB\")assertions withParse(\"7EiB\")— 2^63 overflowedint64and relied on implementation-defined float-to-int behavior.Full diff
#62
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.