Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 17, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/mailgun/mailgun-go/v4 v4.12.0 -> v4.23.0 age confidence

Release Notes

mailgun/mailgun-go (github.com/mailgun/mailgun-go/v4)

v4.23.0

Compare Source

What's Changed

Full Changelog: mailgun/mailgun-go@v4.22.3...v4.23.0

v4.22.3

Compare Source

What's Changed

  • DE-1497 Remove the need for 'from' when sending messages with a template by @​vtopc in #​399

Full Changelog: mailgun/mailgun-go@v4.22.2...v4.22.3

v4.22.2

Compare Source

What's Changed

Full Changelog: mailgun/mailgun-go@v4.22.1...v4.22.2

v4.22.1

Compare Source

What's Changed

Full Changelog: mailgun/mailgun-go@v4.22.0...v4.22.1

v4.22.0

Compare Source

What's Changed

New Contributors

Full Changelog: mailgun/mailgun-go@v4.21.0...v4.22.0

v4.21.0

Compare Source

What's Changed

Full Changelog: mailgun/mailgun-go@v4.20.6...v4.21.0

v4.20.6

Compare Source

What's Changed

Full Changelog: mailgun/mailgun-go@v4.20.5...v4.20.6

v4.20.5

Compare Source

What's Changed

Full Changelog: mailgun/mailgun-go@v4.20.4...v4.20.5

v4.20.4

Compare Source

What's Changed

Full Changelog: mailgun/mailgun-go@v4.20.3...v4.20.4

v4.20.3

Compare Source

What's Changed

  • DE-1370 Add typecheck, goimports, govet, noctx linters by @​vtopc in #​358

Full Changelog: mailgun/mailgun-go@v4.20.2...v4.20.3

v4.20.2

Compare Source

What's Changed

Full Changelog: mailgun/mailgun-go@v4.20.1...v4.20.2

v4.20.1

Compare Source

What's Changed

Full Changelog: mailgun/mailgun-go@v4.20.0...v4.20.1

v4.20.0

Compare Source

What's Changed

Full Changelog: mailgun/mailgun-go@v4.19.1...v4.20.0

v4.19.1

Compare Source

What's Changed

New Contributors

Full Changelog: mailgun/mailgun-go@v4.19.0...v4.19.1

v4.19.0

Compare Source

What's Changed

New Contributors

Full Changelog: mailgun/mailgun-go@v4.18.5...v4.19.0

v4.18.5

Compare Source

What's Changed

Full Changelog: mailgun/mailgun-go@v4.18.4...v4.18.5

v4.18.4

Compare Source

What's Changed

  • DE-1350 Add errcheck, ineffassign and staticcheck linters by @​vtopc in #​341

Full Changelog: mailgun/mailgun-go@v4.18.3...v4.18.4

v4.18.3

Compare Source

What's Changed

  • DE-1349 fix func newError() and added integration test for CreateWebhook by @​vtopc in #​340

Full Changelog: mailgun/mailgun-go@v4.18.2...v4.18.3

v4.18.2

Compare Source

What's Changed

Full Changelog: mailgun/mailgun-go@v4.18.1...v4.18.2

v4.18.1

Compare Source

What's Changed

  • DE-1331 Get rid of github.com/facebookgo/ensure and update README by @​vtopc in #​336

Full Changelog: mailgun/mailgun-go@v4.18.0...v4.18.1

v4.18.0

Compare Source

What's Changed

Full Changelog: mailgun/mailgun-go@v4.17.3...v4.18.0

v4.17.3

Compare Source

What's Changed

Full Changelog: mailgun/mailgun-go@v4.17.2...v4.17.3

v4.17.2

Compare Source

What's Changed

  • DE-1329 Fix race conditions with capturedCurlOutput fields by @​vtopc in #​333

Full Changelog: mailgun/mailgun-go@v4.17.1...v4.17.2

v4.17.1

Compare Source

What's Changed

Full Changelog: mailgun/mailgun-go@v4.17.0...v4.17.1

v4.17.0

Compare Source

What's Changed

Full Changelog: mailgun/mailgun-go@v4.16.0...v4.17.0

v4.16.0

Compare Source

What's Changed

New Contributors

Full Changelog: mailgun/mailgun-go@v4.15.2...v4.16.0

v4.15.2

Compare Source

What's Changed

Full Changelog: mailgun/mailgun-go@v4.15.1...v4.15.2

v4.15.1

Compare Source

What's Changed

Full Changelog: mailgun/mailgun-go@v4.15.0...v4.15.1

v4.15.0

Compare Source

What's Changed

  • DE-1307 Make v4 validation a default one by @​vtopc in #​326
    ** v4 validation is a default now.
    ** v3 validation is not supported anymore.

Full Changelog: mailgun/mailgun-go@v4.14.0...v4.15.0

v4.14.0

Compare Source

What's Changed

Full Changelog: mailgun/mailgun-go@v4.13.0...v4.14.0

v4.13.0

Compare Source

What's Changed

Full Changelog: mailgun/mailgun-go@v4.12.0...v4.13.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner February 17, 2025 13:14
@renovate renovate bot added the dependency label Feb 17, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Feb 17, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 2 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.20 -> 1.22
github.com/stretchr/testify v1.8.4 -> v1.10.0
github.com/go-chi/chi/v5 v5.0.8 -> v5.2.1

@renovate renovate bot force-pushed the renovate/github.com-mailgun-mailgun-go-v4-4.x branch from 5e01acb to 3ebc4e9 Compare March 2, 2025 00:38
@renovate renovate bot changed the title Update module github.com/mailgun/mailgun-go/v4 to v4.22.1 Update module github.com/mailgun/mailgun-go/v4 to v4.22.2 Mar 2, 2025
@renovate renovate bot force-pushed the renovate/github.com-mailgun-mailgun-go-v4-4.x branch from 3ebc4e9 to 7f2d8fb Compare March 10, 2025 20:31
@renovate renovate bot changed the title Update module github.com/mailgun/mailgun-go/v4 to v4.22.2 Update module github.com/mailgun/mailgun-go/v4 to v4.22.3 Mar 10, 2025
@renovate renovate bot force-pushed the renovate/github.com-mailgun-mailgun-go-v4-4.x branch from 7f2d8fb to a5fb859 Compare March 14, 2025 13:20
@renovate renovate bot changed the title Update module github.com/mailgun/mailgun-go/v4 to v4.22.3 Update module github.com/mailgun/mailgun-go/v4 to v4.23.0 Mar 14, 2025
@renovate renovate bot force-pushed the renovate/github.com-mailgun-mailgun-go-v4-4.x branch from a5fb859 to 8be08b9 Compare April 8, 2025 15:23
@renovate renovate bot force-pushed the renovate/github.com-mailgun-mailgun-go-v4-4.x branch from 8be08b9 to ecc1d48 Compare May 7, 2025 09:41
@renovate renovate bot force-pushed the renovate/github.com-mailgun-mailgun-go-v4-4.x branch from ecc1d48 to 692da10 Compare August 10, 2025 15:52
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/github.com-mailgun-mailgun-go-v4-4.x branch from 692da10 to c4c79d2 Compare October 9, 2025 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants