darkrockmountain / gomail

GoMail is a powerful library for sending emails via multiple providers, including SMTP, Gmail API, Microsoft Graph API, SendGrid, AWS SES, Mailgun, Mandrill, Postmark, and SparkPost. Supporting attachments, plain text, and HTML content, it simplifies email integration for developers with easy setup and robust functionalities.
https://darkrockmountain.com
Apache License 2.0
4 stars 1 forks source link

chore(deps): bump the all group across 1 directory with 33 updates #81

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 2 weeks ago

Bumps the all group with 15 updates in the / directory:

Package From To
github.com/aws/aws-sdk-go 1.54.11 1.55.5
github.com/mailgun/mailgun-go/v4 4.12.0 4.15.0
github.com/microcosm-cc/bluemonday 1.0.26 1.0.27
github.com/microsoft/kiota-abstractions-go 1.6.0 1.6.1
github.com/microsoft/kiota-authentication-azure-go 1.0.2 1.1.0
github.com/microsoft/kiota-http-go 1.4.1 1.4.4
github.com/microsoft/kiota-serialization-json-go 1.0.7 1.0.8
github.com/microsoftgraph/msgraph-sdk-go 1.45.0 1.47.0
github.com/sendgrid/sendgrid-go 3.14.0+incompatible 3.15.0+incompatible
golang.org/x/oauth2 0.21.0 0.22.0
google.golang.org/api 0.186.0 0.194.0
github.com/cjlapao/common-go 0.0.39 0.0.40
github.com/json-iterator/go 1.1.10 1.1.12
github.com/std-uritemplate/std-uritemplate/go 1.0.2 1.0.5
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp 0.52.0 0.54.0

Updates github.com/aws/aws-sdk-go from 1.54.11 to 1.55.5

Release notes

Sourced from github.com/aws/aws-sdk-go's releases.

Release v1.55.5 (2024-07-30)

Service Client Updates

  • service/appstream: Updates service API and documentation
    • Added support for Red Hat Enterprise Linux 8 on Amazon AppStream 2.0
  • service/autoscaling: Updates service API and documentation
    • Increase the length limit for VPCZoneIdentifier from 2047 to 5000
  • service/codepipeline: Updates service API, documentation, and paginators
    • AWS CodePipeline V2 type pipelines now support stage level conditions to enable development teams to safely release changes that meet quality and compliance requirements.
  • service/elasticache: Updates service documentation
    • Doc only update for changes to deletion API.
  • service/elasticloadbalancing: Updates service API
  • service/eventbridge: Updates service API
  • service/logs: Updates service API
    • Add v2 smoke tests and smithy smokeTests trait for SDK testing.
  • service/models.lex.v2: Updates service API and documentation
  • service/rolesanywhere: Updates service API and documentation
  • service/tnb: Updates service API and documentation
  • service/workspaces: Updates service documentation
    • Removing multi-session as it isn't supported for pools

Release v1.55.4 (2024-07-29)

Service Client Updates

  • service/elasticache: Updates service documentation
    • Renaming full service name as it appears in developer documentation.
  • service/memorydb: Updates service API and documentation

Release v1.55.3 (2024-07-25)

Service Client Updates

  • service/application-autoscaling: Updates service API
  • service/application-signals: Updates service API and documentation
  • service/bedrock-runtime: Updates service API and documentation
  • service/codecommit: Updates service API and documentation
    • CreateRepository API now throws OperationNotAllowedException when the account has been restricted from creating a repository.
  • service/datazone: Updates service API and documentation
  • service/ec2: Updates service API and documentation
    • EC2 Fleet now supports using custom identifiers to reference Amazon Machine Images (AMI) in launch requests that are configured to choose from a diversified list of instance types.
  • service/ecr: Updates service API, documentation, paginators, and examples
    • API and documentation updates for Amazon ECR, adding support for creating, updating, describing and deleting ECR Repository Creation Template.
  • service/eks: Updates service API and documentation
  • service/elasticloadbalancingv2: Updates service API, documentation, and examples
  • service/network-firewall: Updates service API and documentation
  • service/outposts: Updates service API and documentation
  • service/states: Updates service API and documentation
    • This release adds support to customer managed KMS key encryption in AWS Step Functions.

... (truncated)

Commits


Updates github.com/mailgun/mailgun-go/v4 from 4.12.0 to 4.15.0

Release notes

Sourced from github.com/mailgun/mailgun-go/v4's releases.

v4.15.0

What's Changed

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

Full Changelog: https://github.com/mailgun/mailgun-go/compare/v4.14.0...v4.15.0

v4.14.0

What's Changed

Full Changelog: https://github.com/mailgun/mailgun-go/compare/v4.13.0...v4.14.0

v4.13.0

What's Changed

Full Changelog: https://github.com/mailgun/mailgun-go/compare/v4.12.0...v4.13.0

Commits
  • 36597cf DE-1307 Make v4 validation a default one (#326)
  • ba82fd9 DE-1307 Add validate’s engagement results (#325)
  • b39a353 Merge pull request #318 from sadbeam/DE-1201/subaccounts-support
  • e758192 DE-1201 added SetOnBehalfOfSubaccount and RemoveOnBehalfOfSubaccount to inter...
  • 88d455c DE-1201/subaccounts crud and on-behalf-on-header support
  • See full diff in compare view


Updates github.com/microcosm-cc/bluemonday from 1.0.26 to 1.0.27

Commits
  • 10b8ac6 Remove SPDX header from LICENSE to enable GitHub auto-detection
  • 30fb5d7 Don't duplicate attrs if multiple global policies allow them
  • e244202 Update CONTRIBUTING.md (fixup of 109c9cf)
  • 206ce8a Update the security policy
  • 109c9cf Clean up developer instructions to a vanilla Go project
  • e602a4a Fix RequireCrossOriginAnonymous when crossorigin attr is allowed
  • 37251d9 Consistently raise minimum Go version and update CI
  • 135e7bb all: upgrade dependencies
  • 5703ea6 Merge pull request #207 from silverwind/4hex
  • af654ef Merge pull request #202 from caarlos0/tidy
  • Additional commits viewable in compare view


Updates github.com/microsoft/kiota-abstractions-go from 1.6.0 to 1.6.1

Release notes

Sourced from github.com/microsoft/kiota-abstractions-go's releases.

v1.6.1

  • Corrected two instances of octet-steam to octet-stream #173, #174
Changelog

Sourced from github.com/microsoft/kiota-abstractions-go's changelog.

[1.6.1] - 2024-07-09

  • Corrected two instances of octet-steam to octet-stream #173, #174
Commits
  • 7677e0c Merge pull request #175 from microsoft/andrueastman-patch-1
  • 423f33a Fix version number typos
  • 7336bca Merge pull request #174 from gu-colin-morris/main
  • 38543cb Merge branch 'main' into main
  • 1df8523 Merge pull request #173 from gu-colin-morris/patch-1
  • 33f573a Update CHANGELOG.md
  • 92d72c0 Update request_information.go
  • b64631a Update request_information.go
  • e17c64a Merge pull request #171 from microsoft/dependabot/github_actions/dependabot/f...
  • c45b806 Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0
  • Additional commits viewable in compare view


Updates github.com/microsoft/kiota-authentication-azure-go from 1.0.2 to 1.1.0

Release notes

Sourced from github.com/microsoft/kiota-authentication-azure-go's releases.

v1.1.0

Changed

  • Continuous Access Evaluation is now enabled by default.
Changelog

Sourced from github.com/microsoft/kiota-authentication-azure-go's changelog.

[1.1.0] - 2024-08-08

Changed

  • Continuous Access Evaluation is now enabled by default.
Commits
  • 4d80032 Merge pull request #141 from microsoft/feature/enable-cae
  • 84c19d1 feat: enables CAE by default
  • 2d10214 Merge pull request #140 from microsoft/feature/go-version
  • 0047062 ci: switches to supported go version
  • cf21270 Merge pull request #139 from microsoft/dependabot/github_actions/dependabot/f...
  • 007e789 Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0
  • 703ca0d Update needs-author-feedback label to replacement (#138)
  • 3160bec Merge pull request #137 from microsoft/feature/code-of-conduct
  • f41260a - updates code of conduct to the latest standard
  • f6313f3 Merge pull request #136 from microsoft/dependabot/github_actions/dependabot/f...
  • Additional commits viewable in compare view


Updates github.com/microsoft/kiota-http-go from 1.4.1 to 1.4.4

Release notes

Sourced from github.com/microsoft/kiota-http-go's releases.

v1.4.4

Changed

  • Added http.request.resend_delay as a span attribute for the retry handler
  • Changed the http.retry_count span attribute to http.request.resend_count to conform to OpenTelemetry specs.

v1.4.3

Changed

  • Fixed a bug to prevent double request compression by the compression handler.

v1.4.2

Changed

  • Prevent compression if Content-Range header is present.
  • Fix bug which leads to a missing Content-Length header.
Changelog

Sourced from github.com/microsoft/kiota-http-go's changelog.

[1.4.4] - 2024-08-13

Changed

  • Added http.request.resend_delay as a span attribute for the retry handler
  • Changed the http.retry_count span attribute to http.request.resend_count to conform to OpenTelemetry specs.

[1.4.3] - 2024-07-22

Changed

  • Fixed a bug to prevent double request compression by the compression handler.

[1.4.2] - 2024-07-16

Changed

  • Prevent compression if Content-Range header is present.
  • Fix bug which leads to a missing Content-Length header.
Commits
  • 3f27fff Merge pull request #180 from ohad83/feat/retry-handler-delay-attribute
  • 7573e83 chore: Change user agent version and add changelog entry
  • 4e73166 Apply suggestions from code review
  • fada156 feat: Add retry delay as span attribute in retry handler
  • 9bf80c7 Merge pull request #178 from microsoft/feature/go-version
  • 982ab7f ci: switches to supported go version
  • ddebb31 Merge pull request #177 from microsoft/bugfix/double-compression
  • c0f41d0 fix: double compression of request body
  • ab72ea5 Merge pull request #174 from buechele/compression-content-range
  • 1671364 Add missing import
  • Additional commits viewable in compare view


Updates github.com/microsoft/kiota-serialization-json-go from 1.0.7 to 1.0.8

Release notes

Sourced from github.com/microsoft/kiota-serialization-json-go's releases.

v1.0.8

Changed

  • Modified how number values are derived, allowing values to be cast as the various types.

Fixed

  • Panicing when type is asserted to be what it isn't.
Changelog

Sourced from github.com/microsoft/kiota-serialization-json-go's changelog.

[1.0.8] - 2024-08-13

Changed

  • Modified how number values are derived, allowing values to be cast as the various types.

Fixed

  • Panicing when type is asserted to be what it isn't.
Commits


Updates github.com/microsoftgraph/msgraph-sdk-go from 1.45.0 to 1.47.0

Release notes

Sourced from github.com/microsoftgraph/msgraph-sdk-go's releases.

v1.47.0

1.47.0 (2024-08-06)

Features

  • generation: update request builders and models (#754) (5f64178)

v1.46.0

1.46.0 (2024-07-15)

Features

  • generation: update request builders and models (#742) (279fa12)
Changelog

Sourced from github.com/microsoftgraph/msgraph-sdk-go's changelog.

1.47.0 (2024-08-06)

Features

  • generation: update request builders and models (#754) (5f64178)

1.46.0 (2024-07-15)

Features

  • generation: update request builders and models (#742) (279fa12)
Commits
  • c4f96e5 chore(main): release 1.47.0 (#757)
  • 5f64178 feat(generation): update request builders and models (#754)
  • f0ffff3 Merge pull request #755 from microsoftgraph/feature/go-version
  • 0bd35e4 ci: switches to supported go version
  • fae593c Merge pull request #750 from microsoftgraph/dependabot/go_modules/github.com/...
  • 5bc69d7 Bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.12.0 to 1.13.0
  • 9692d59 Merge pull request #748 from microsoftgraph/dependabot/go_modules/github.com/...
  • 0c8dbb3 Bump github.com/microsoftgraph/msgraph-sdk-go-core from 1.1.0 to 1.2.0
  • bc9c64e chore(main): release 1.46.0 (#746)
  • 279fa12 feat(generation): update request builders and models (#742)
  • Additional commits viewable in compare view


Updates github.com/sendgrid/sendgrid-go from 3.14.0+incompatible to 3.15.0+incompatible

Release notes

Sourced from github.com/sendgrid/sendgrid-go's releases.

v3.15.0

Release Notes

Library - Feature

Commits


Updates golang.org/x/oauth2 from 0.21.0 to 0.22.0

Commits


Updates google.golang.org/api from 0.186.0 to 0.194.0

Release notes

Sourced from google.golang.org/api's releases.

v0.194.0

0.194.0 (2024-08-22)

Features

Bug Fixes

  • gen: Change HttpBody.Data from string to any for monitoring:v1 (#2744) (eda6a59), refs #2304

v0.193.0

0.193.0 (2024-08-20)

Features

v0.192.0

0.192.0 (2024-08-13)

Features

Bug Fixes

  • internal/cba: Update credsNewAuth path to use nil oauth2 client (#2731) (b457582)

v0.191.0

0.191.0 (2024-08-07)

Features

... (truncated)

Changelog

Sourced from google.golang.org/api's changelog.

0.194.0 (2024-08-22)

Features

Bug Fixes

  • gen: Change HttpBody.Data from string to any for monitoring:v1 (#2744) (eda6a59), refs #2304

0.193.0 (2024-08-20)

Features

0.192.0 (2024-08-13)

Features

Bug Fixes

  • internal/cba: Update credsNewAuth path to use nil oauth2 client (#2731) (b457582)

0.191.0 (2024-08-07)

Features

... (truncated)

Commits


Updates cloud.google.com/go/auth from 0.6.0 to 0.9.1

Release notes

Sourced from cloud.google.com/go/auth's releases.

auth: v0.9.1

0.9.1 (2024-08-22)

Bug Fixes

  • auth: Setting expireEarly to default when the value is 0 (#10732) (5e67869)

shopping: v0.9.1

0.9.1 (2024-08-23)

Documentation

  • shopping/css: Update Certification field descriptions (946a5fc)

gkeconnect: v0.9.0

0.9.0 (2024-08-20)

Features

  • gkeconnect: Add support for Go 1.23 iterators (84461c0)

mediatranslation: v0.9.0

0.9.0 (2024-08-20)

Features

  • mediatranslation: Add support for Go 1.23 iterators (84461c0)

phishingprotection: v0.9.0

0.9.0 (2024-08-20)

Features

  • phishingprotection: Add support for Go 1.23 iterators (84461c0)

recommendationengine: v0.9.0

0.9.0 (2024-08-20)

Features

  • recommendationengine: Add support for Go 1.23 iterators (84461c0)

shopping: v0.9.0

0.9.0 (2024-08-20)

... (truncated)

Changelog

Sourced from cloud.google.com/go/auth's changelog.

Changes

0.115.1 (2024-08-13)

Bug Fixes

  • cloud.google.com/go: Bump google.golang.org/grpc@v1.64.1 (8ecc4e9)

0.115.0 (2024-06-12)

Features

Bug Fixes

  • internal/postprocessor: Use approved image tag (#10341) (a388fe5)

0.114.0 (2024-05-23)

Features

  • civil: Add Compare method to Date, Time, and DateTime (#10193) (c2920d7)

Bug Fixes

  • internal/postprocessor: Add scopes to all appropriate commit lines (#10192) (c21399b)

0.113.0 (2024-05-08)

Features

  • civil: Add Compare method to Date, Time, and DateTime (#10010) (34455c1)

Bug Fixes

  • all: Bump x/net to v0.24.0 (#10000) (ba31ed5)
  • debugger: Add internaloption.WithDefaultEndpointTemplate (3b41408)
  • internal/aliasfix: Handle import paths correctly (#10097) (fafaf0d)
  • rpcreplay: Properly unmarshal dynamic message (#9774) (53ccb20), refs #9773

Documentation

... (truncated)

Commits
  • 66a482b chore(main): release auth 0.9.1 (#10735)
  • d8887df feat(datastore): reference new protos (#10724)
  • 5e67869 fix(auth): Setting expireEarly to default when the value is 0 (#10732)
  • 6f026e3 chore(main): release vertexai 0.13.0 (#10472)
  • 0ee1430 feat(vertexai): update tokenizer documentation and pull new code (#10718)
  • 9afb797 chore(main): release datastore 1.18.0 (#10468)
  • 946a5fc feat(gkeconnect/gateway): removed the nonfunctional GatewayService and replac...
  • 7785cad fix(spanner): wait for things to complete (#10095)
  • 1c80ee7 chore(spanner): drop errors backwards compatibility (#9757)
  • 7ef0ded fix(spanner): ensure defers run at the right time in tests (#9759)
  • Additional commits viewable in compare view


Updates cloud.google.com/go/auth/oauth2adapt from 0.2.2 to 0.2.4

Commits
  • 115646c chore: release main (#9312)
  • ca86474 chore(main): release pubsub 1.36.1 (#9334)
  • fd1d569 chore: bump gapic modules (#9324)
  • 51ead97 chore(all): update deps (#9320)
  • 4315cdf feat(visionai): new clients (#9333)
  • 4d56af1 docs(aiplatform): add comments for FeatureOnlineStoreService and ModelMonitor...
  • 1782dc3 chore(main): release spanner 1.56.0 (#9271)
  • 5f156e8 feat(spanner/spansql): add support for CREATE VIEW with SQL SECURITY DEFINER ...
  • e577006 chore(internal/actions): add touch flag to changefinder (#9325)
  • dce9db4 deps(bigqueyry): bump google.golang.org/api to 0.160.0 (#9323)
  • Additional commits viewable in compare view


Updates cloud.google.com/go/compute/metadata from 0.3.0 to 0.5.0

Changelog

Sourced from cloud.google.com/go/compute/metadata's changelog.

v0.5.0

  • bigquery:
    • The SQL types DATE, TIME and DATETIME are now supported. They correspond to the Date, Time and DateTime types in the new cloud.google.com/go/civil package.
    • Support for query parameters.
    • Support deleting a dataset.
    • Values from INTEGER columns will now be returned as int64, not int. This will avoid errors arising from large values on 32-bit systems.
  • datastore:
    • Nested Go structs encoded as Entity values, instead of a flattened list of the embedded struct's fields. This means that you may now have twice-nested slices, eg.
      type State struct {
        Cities  []struct{
          Populations []int
        }
      }
      
      See the announcement for more details.
    • Contexts no longer hold namespaces; instead you must set a key's namespace explicitly. Also, key functions have been changed and renamed.
    • The WithNamespace function has been removed. To specify a namespace in a Query, use the Query.Namespace method:
      q := datastore.NewQuery("Kind").Namespace("ns")
      
    • All the fields of Key are exported. That means you can construct any Key with a struct literal:
      k := &Key{Kind: "Kind",  ID: 37, Namespace: "ns"}
      
    • As a result of the above, the Key methods Kind, ID, d.Name, Parent, SetParent and Namespace have been removed.
    • NewIncompleteKey has been removed, replaced by IncompleteKey. Replace
      NewIncompleteKey(ctx, kind, parent)
      
      with
      IncompleteKey(kind, parent)
      
      and if you do use namespaces, make sure you set the namespace on the returned key.
    • NewKey has been removed, replaced by NameKey and IDKey. Replace
      NewKey(ctx, kind, name, 0, parent)
      NewKey(ctx, kind, "", id, parent)
      
      with
      NameKey(kind, name, parent)
      

... (truncated)

Commits
  • 7959a9f bigquery: support struct field parameters
  • a64eb5d bigquery: support array query parameters
  • 2861f2e bigquery: support scalar query parameters
dependabot[bot] commented 1 week ago

Looks like these dependencies are updatable in another way, so this is no longer needed.