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 24 updates #64

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.54.19
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.2
github.com/microsoftgraph/msgraph-sdk-go 1.45.0 1.46.0
google.golang.org/api 0.186.0 0.188.0
cloud.google.com/go/auth/oauth2adapt 0.2.2 0.2.3
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.3
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.54.19

Release notes

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

Release v1.54.19 (2024-07-12)

Service Client Updates

  • service/acm-pca: Updates service API, documentation, waiters, and paginators
  • service/arc-zonal-shift: Updates service API and documentation
  • service/autoscaling: Adds new service
    • Add v2 smoke tests and smithy smokeTests trait for SDK testing.
  • service/codebuild: Adds new service
    • Add v2 smoke tests and smithy smokeTests trait for SDK testing.
  • service/dynamodb: Updates service API, documentation, waiters, paginators, and examples
    • Add v2 smoke tests and smithy smokeTests trait for SDK testing.
  • service/globalaccelerator: Updates service API
  • service/pinpoint: Updates service API and documentation
    • Add v2 smoke tests and smithy smokeTests trait for SDK testing.
  • service/quicksight: Updates service API and documentation
    • Vega ally control options and Support for Reviewed Answers in Topics
  • service/rds: Updates service API, documentation, waiters, paginators, and examples
    • Update path for CreateDBCluster resource identifier, and Add v2 smoke tests and smithy smokeTests trait for SDK testing.
  • service/sns: Adds new service
    • Add v2 smoke tests and smithy smokeTests trait for SDK testing.

Release v1.54.18 (2024-07-10)

Service Client Updates

  • service/batch: Updates service API and documentation
    • This feature allows AWS Batch Jobs with EKS container orchestration type to be run as Multi-Node Parallel Jobs.
  • service/bedrock: Updates service API and documentation
  • service/bedrock-agent: Updates service API, documentation, and paginators
  • service/bedrock-agent-runtime: Updates service API, documentation, and paginators
  • service/bedrock-runtime: Updates service API and documentation
  • service/ec2: Updates service API and documentation
    • Add parameters to enable provisioning IPAM BYOIPv4 space at a Local Zone Network Border Group level
  • service/glue: Updates service API and documentation
    • Add recipe step support for recipe node
  • service/groundstation: Updates service API and documentation
  • service/license-manager-linux-subscriptions: Updates service API, documentation, and paginators
  • service/mediaconnect: Updates service API and documentation

Release v1.54.17 (2024-07-09)

Service Client Updates

  • service/datazone: Updates service API
  • service/fsx: Updates service API and documentation
  • service/opensearch: Updates service API and documentation
  • service/sagemaker: Updates service API, documentation, and paginators
    • This release 1/ enables optimization jobs that allows customers to perform Ahead-of-time compilation and quantization. 2/ allows customers to control access to Amazon Q integration in SageMaker Studio. 3/ enables AdditionalModelDataSources for CreateModel action.

... (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.2

Release notes

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

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.2] - 2024-07-16

Changed

  • Prevent compression if Content-Range header is present.
  • Fix bug which leads to a missing Content-Length header.
Commits
  • 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.
  • 5913964 Check if content-range header is present. If true, don't compress the body.
  • 8a1fbc8 Merge pull request #173 from microsoft/dependabot/github_actions/dependabot/f...
  • 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 google.golang.org/api from 0.186.0 to 0.188.0

Release notes

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

v0.188.0

0.188.0 (2024-07-09)

Features

Bug Fixes

v0.187.0

0.187.0 (2024-07-01)

Features

Bug Fixes

  • gensupport: Wrap chunk upload err for retries (#2657) (a758bc1)
  • Pass through gRPC api key option to new auth lib (#2664) (e051997)
Changelog

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

0.188.0 (2024-07-09)

Features

Bug Fixes

0.187.0 (2024-07-01)

Features

Bug Fixes

  • gensupport: Wrap chunk upload err for retries (#2657) (a758bc1)
  • Pass through gRPC api key option to new auth lib (#2664) (e051997)
Commits


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

Changelog

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

v0.7.0

  • Release of a client library for Spanner. See the blog post. Note that although the Spanner service is beta, the Go client library is alpha.
Commits
  • 2e6a95e pubsub: fix flaky streaming retry test
  • 581b839 pubsub: check early if streaming iterator is already drained
  • cc13a9b spanner: fix time.Time comparisons for upcoming Go1.9 monotonic times
  • 1ba9ec4 spanner: remove most logging from tests
  • 11737a0 spanner: skip some tests in short mode
  • 7bcba8a datastore: DRY up loading entity code
  • df9740f regenerate toolkit client
  • 960c768 trace: export tracing scopes
  • 8b0ab47 logadmin: retry on CreateMetric and UpdateMetric
  • 2066696 trace: clarify how gRPC options work
  • Additional commits viewable in compare view


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

Release notes

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

visionai: v0.2.3

0.2.3 (2024-07-10)

Bug Fixes

  • visionai: Bump google.golang.org/grpc@v1.64.1 (8ecc4e9)
Commits


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

Release notes

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

parallelstore: v0.4.0

0.4.0 (2024-07-10)

Features

  • parallelstore: Add iam.googleapis.com/ServiceAccount resource definition (b660d68)
  • parallelstore: Adding Import/Export BYOSA to the import Data request (b660d68)

Bug Fixes

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

grafeas: v0.3.8

0.3.8 (2024-07-10)

Bug Fixes

  • grafeas: Bump google.golang.org/grpc@v1.64.1 (8ecc4e9)
Changelog

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

v0.4.0

  • bigquery: -NewGCSReference is now a function, not a method on Client.
    • Table.LoaderFrom now accepts a ReaderSource, enabling loading data into a table from a file or any io.Reader.
    • Client.Table and Client.OpenTable have been removed. Replace

      client.OpenTable("project", "dataset", "table")
      

      with

      client.DatasetInProject("project", "dataset").Table("table")
      
    • Client.CreateTable has been removed. Replace

      client.CreateTable(ctx, "project", "dataset", "table")
      

      with

      client.DatasetInProject("project", "dataset").Table("table").Create(ctx)
      
    • Dataset.ListTables have been replaced with Dataset.Tables. Replace

      tables, err := ds.ListTables(ctx)
      

      with

      it := ds.Tables(ctx)
      for {
          table, err := it.Next()
          if err == iterator.Done {
              break
          }
          if err != nil {
              // TODO: Handle error.
          }
          // TODO: use table.
      }
      
    • Client.Read has been replaced with Job.Read, Table.Read and Query.Read. Replace

      it, err := client.Read(ctx, job)
      

... (truncated)

Commits
  • 8c2dc61 logging: check for exact # of logs in tests
  • 4791784 logadmin: use generated iterators
  • 384ca55 storage: use pointer receiver for ObjectAttrs
  • bd8a5e8 datastore: add new key functions
  • 09d95d9 bigtable/bttest: add emulator support for DeleteCellsInFamily
  • 7ee19e7 bigquery: restore semantics of ForceZeroQuote
  • f7f94a2 bigquery: clean up implementation of LoadSource
  • f9c9ec4 storage: always send destination in compose request
  • 67f57c5 storage: readObject method for tests
  • 28994ff bigtable: Use connection pool by default for data client.
  • 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/json-iterator/go from 1.1.10 to 1.1.12

Release notes

Sourced from github.com/json-iterator/go's releases.

fix go 1.18 compatibility

No release notes provided.

bug fix

  • Fixed json iter doesn't work properly with nil RawMessage #469
  • Fixed null in number json tag string (#480)
  • Fixed errors during reading integers from chunked io.Reader #477
  • Fixed nil pointer panic when Unmarshal with a empty file #508
  • Fixed [float string]different result vs origin after call Marshal & Unmarshal #510
Commits


Updates github.com/microsoftgraph/msgraph-sdk-go-core from 1.1.0 to 1.2.0

Release notes

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

v1.2.0

1.2.0 (2024-07-15)

Features

Bug Fixes

  • allows registration of page iterator headers (#309) (d4b0806)
  • content range order during upload (#304) (f241e94)
Changelog

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

1.2.0 (2024-07-15)

Features

Bug Fixes

  • allows registration of page iterator headers (#309) (d4b0806)
  • content range order during upload (#304) (f241e94)
Commits
  • e078aab Merge pull request #308 from microsoftgraph/release-please--branches--main--c...
  • 34df9ff chore(main): release 1.2.0
  • d4b0806 fix: allows registration of page iterator headers (#309)
  • 6d96cd9 Merge pull request #307 from microsoftgraph/release-please--branches--main--c...
  • 7f13a82 chore(main): release 1.1.0
  • f241e94 fix: content range order during upload (#304)
  • a9931ff Merge pull request #305 from microsoftgraph/dependabot/go_modules/github.com/...
  • c42dea7 chore(deps): bump github.com/microsoft/kiota-abstractions-go
  • 26c984f Merge pull request #303 from microsoftgraph/dependabot/github_actions/dependa...
  • 3bf1a25 chore(deps): bump dependabot/fetch-metadata from 2.1.0 to 2.2.0
  • Additional commits viewable in compare view


Updates github.com/modern-go/reflect2 from 0.0.0-20180701023420-4b7aa43c6742 to 1.0.2

Commits


Updates github.com/std-uritemplate/std-uritemplate/go from 1.0.2 to 1.0.3

Commits
  • dbd5373 update submodules
  • fe46cee fix the license name in pyproject.toml (#202)
  • b0f00de Bump typescript from 5.5.2 to 5.5.3 in /typescript (#200)
  • 9d4a8d8 Bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.10.3 in /java (#199)
  • 3839052 Bump puppeteer from 22.12.0 to 22.12.1 in /typescript (#197)
  • See full diff in compare view


Updates go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.52.0 to 0.53.0

Release notes

Sourced from go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp's releases.

Release v1.28.0/v0.53.0/v0.22.0/v0.8.0/v0.3.0/v0.1.0

Overview

Added

  • Add the new go.opentelemetry.io/contrib/detectors/azure/azurevm package to provide a resource detector for Azure VMs. (#5422)
  • Add support to configure views when creating MeterProvider using the config package. (#5654)
  • The go.opentelemetry.io/contrib/config add support to configure periodic reader interval and timeout. (#5661)
  • Add log support for the autoexport package. (#5733)
  • Add support for disabling the old runtime metrics using the OTEL_GO_X_DEPRECATED_RUNTIME_METRICS=false environment variable. (#5747)
  • Add support for signal-specific protocols environment variables (OTEL_EXPORTER_OTLP_TRACES_PROTOCOL, OTEL_EXPORTER_OTLP_LOGS_PROTOCOL, OTEL_EXPORTER_OTLP_METRICS_PROTOCOL) in go.opentelemetry.io/contrib/exporters/autoexport. (#5816)
  • The go.opentelemetry.io/contrib/p... _Description has been truncated_