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 27 updates #74

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

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

Package From To
github.com/aws/aws-sdk-go 1.54.11 1.55.5
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-http-go 1.4.1 1.4.3
github.com/microsoftgraph/msgraph-sdk-go 1.45.0 1.46.0
golang.org/x/oauth2 0.21.0 0.22.0
google.golang.org/api 0.186.0 0.190.0
github.com/Azure/azure-sdk-for-go/sdk/azcore 1.12.0 1.13.0
github.com/json-iterator/go 1.1.10 1.1.12
github.com/microsoftgraph/msgraph-sdk-go-core 1.1.0 1.2.0
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.53.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/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-http-go from 1.4.1 to 1.4.3

Release notes

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

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.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
  • 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
  • 9b6c5cf Check if content-range is a bytes range
  • e2aac71 Fix typo in CHANGELOG.md
  • 0475bec Update CHANGELOG.md
  • 1893bd4 fixing typo
  • 47c4d88 Add test for compression handling in presence of a Content-Range header
  • 81f8de3 Set content-length field, if it is present in the abstract header.
  • Additional commits viewable in compare view


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

Release notes

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

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.46.0 (2024-07-15)

Features

  • generation: update request builders and models (#742) (279fa12)
Commits
  • bc9c64e chore(main): release 1.46.0 (#746)
  • 279fa12 feat(generation): update request builders and models (#742)
  • 6a2744d Fix, Revert breaking change (#738)
  • 6209165 Merge pull request #744 from microsoftgraph/dependabot/go_modules/github.com/...
  • 216522c Bump github.com/microsoft/kiota-abstractions-go from 1.6.0 to 1.6.1
  • b328456 Merge pull request #740 from microsoftgraph/dependabot/github_actions/dependa...
  • 3b11240 Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0
  • 067c7ca Chore: Add issue templates (#736)
  • 540e017 remove label waiting for author feedback if issue closes (#734)
  • f660e77 ci: replaces project bot token task by official one
  • Additional commits viewable in compare view


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

Release notes

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

v0.190.0

0.190.0 (2024-08-01)

Features

Reverts

v0.189.0

0.189.0 (2024-07-22)

Features

Bug Fixes

  • cba: Update newAuth path to use nil oauth2 client (#2684) (d925dcb)
  • transport/grpc: Retain UserAgent option with new auth stack (#2690) (aa4662f)

v0.188.0

0.188.0 (2024-07-09)

Features

... (truncated)

Changelog

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

0.190.0 (2024-08-01)

Features

Reverts

0.189.0 (2024-07-22)

Features

Bug Fixes

  • cba: Update newAuth path to use nil oauth2 client (#2684) (d925dcb)
  • transport/grpc: Retain UserAgent option with new auth stack (#2690) (aa4662f)

0.188.0 (2024-07-09)

Features

... (truncated)

Commits


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

Release notes

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

auth: v0.7.3

0.7.3 (2024-08-01)

Bug Fixes

  • auth/oauth2adapt: Update dependencies (257c40b)
  • auth: Disable automatic universe domain check for MDS (#10620) (7cea5ed)
  • auth: Update dependencies (257c40b)
Changelog

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

Changes

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

  • testing: Switch deprecated WithInsecure to WithTransportCredentials (#10091) (2b576ab)

0.112.2 (2024-03-27)

Bug Fixes

... (truncated)

Commits
  • 47941b3 chore(main): release auth 0.7.3 (#10574)
  • 7cea5ed fix(auth): disable automatic universe domain check for MDS (#10620)
  • 2fef238 feat(parallelstore): add file_stripe_level and directory_stripe_level fields ...
  • b90b361 chore(storage/transfermanager): reduce zero array size used for checksums (#1...
  • 6b51942 docs(datacatalog): mark DataplexTransferStatus.MIGRATED as deprecated (#10621)
  • 97fa560 feat(documentai): A new field imageless_mode is added to message `.google.c...
  • d949cc0 docs(dlp): replace HTML tags with CommonMark notation (#10613)
  • 23e5df5 fix(firestore): Retry batchwrite only on retryable errors (#10603)
  • 6625d12 fix(datastore): Ignore field mismatch errors (#8694)
  • c366c90 feat(storage/transfermanager): checksum full object downloads (#10569)
  • Additional commits viewable in compare view


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

Commits


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

Release notes

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

parallelstore: v0.5.0

0.5.0 (2024-08-01)

Features

  • parallelstore: Add file_stripe_level and directory_stripe_level fields to Instance (#10622) (2fef238)

parallelstore: v0.4.1

0.4.1 (2024-07-24)

Bug Fixes

  • parallelstore: Update dependencies (257c40b)

grafeas: v0.3.9

0.3.9 (2024-07-24)

Bug Fixes

  • grafeas: Update dependencies (257c40b)
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
  • a2e776e civil: civil time types
  • 918f8d5 fields: test that a tagged field takes precedence
  • e86221f bigtable/bttest: RowKeyFilter support in emulator.
  • 648bc87 bigquery: support BYTES data type
  • 7bb67ec bigtable/bttest: TimestampRangeFilter improvements
  • 8b767ae fields: simplify dominantField
  • 8ee8376 fields: add Match optimizations
  • Additional commits viewable in compare view


Updates github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.12.0 to 1.13.0

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/azcore's releases.

sdk/azcore/v1.13.0

1.13.0 (2024-07-16)

Features Added

  • Added runtime.NewRequestFromRequest(), allowing for a policy.Request to be created from an existing *http.Request.
Commits
  • 94c22e6 [azcore] prepping for release (#23192)
  • c5213b1 Redesign persistent token cache API (#23114)
  • 5df73f9 [azopenai]: Update custom_client.go to enable insecure credential with HTTP (...
  • b4b4721 [azcore] Adding in a function create a policy.Request using an existing *http...
  • 80dbc7d Update CODEOWNERS_baseline_errors.txt (#23191)
  • d254d11 Increment package version after release of internal (#23190)
  • 62f7a3d Test credential factory supports Pipelines federated auth (#23184)
  • 5aaedf4 [Release] sdk/resourcemanager/informaticadatamgmt/arminformaticadatamgmt/1.0....
  • ce39ed9 Sync eng/common directory with azure-sdk-tools for PR 8598 (#23175)
  • 75d30bb Enable use of pipeline credential. Fixes https://github.com/microsoft/azure-p...
  • Additional commits viewable in compare view


Updates github.com/Azure/azure-sdk-for-go/sdk/internal from 1.9.0 to 1.10.0

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/internal's releases.

sdk/internal/v1.10.0

1.10.0 (2024-07-16)

Features Added

  • test/credential.New supports federated authentication in Azure Pipelines

sdk/internal/v1.9.1

1.9.1 (2024-07-02)

Bugs Fixed

  • Fixed a data race in mock/Server.Do.

Other Changes

  • Upgraded dependencies
Commits


Updates github.com/google/s2a-go from 0.1.7 to 0.1.8

Release notes

Sourced from github.com/google/s2a-go's releases.

v0.1.8

Commits
  • f47b817 fix: update proto generation script and re-generate proto files (#146)
  • 647697a Merge pull request #144 from rmehta19/reserve-proto-tags
  • a3bb441 feat: swith proto dep to google.golang.org/protobuf (#145)
  • ea48e3b fix generated proto files.
  • 4a9a7ec mark more fields reserved.
  • 7a5017f change proto tags when renaming
  • b3adfcb Merge pull request #143 from rmehta19/run-in-quiet-mode
  • 80f294b GAE kokoro test: Default answer to prompts.
  • c530ecb Merge pull request #142 from rmehta19/add-execute-permission
  • dependabot[bot] commented 1 month ago

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