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 #54

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 2 months ago

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

Package From To
github.com/Azure/azure-sdk-for-go/sdk/azidentity 1.5.2 1.7.0
github.com/aws/aws-sdk-go 1.53.14 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/microsoftgraph/msgraph-sdk-go 1.44.0 1.45.0
golang.org/x/oauth2 0.20.0 0.21.0
google.golang.org/api 0.182.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.11.1 1.12.0
github.com/go-chi/chi/v5 5.0.12 5.1.0
github.com/std-uritemplate/std-uritemplate/go 0.0.57 1.0.3
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp 0.52.0 0.53.0

Updates github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.5.2 to 1.7.0

Release notes

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

sdk/messaging/azservicebus/v1.7.0

1.7.0 (2024-04-02)

Features Added

  • Add in ability to handle emulator connection strings. (PR#22663)

sdk/internal/v1.7.0

1.7.0 (2024-05-01)

Features Added

  • Support for local repo override (via presence of eng/target_proxy_version.txt) of invoked test-proxy version.

  • RemoveRegisteredSanitizers selectively disables sanitizers the test proxy enables by default since version 1.0.0-dev.20240422.1

Breaking Changes

  • Deprecated the go-vcr based test recording API. Its methods now return errors or panic.
  • Changed value of recording.SanitizedValue from "sanitized" to "Sanitized" to match the test proxy

sdk/azidentity/v1.7.0

1.7.0 (2024-06-20)

Features Added

  • AzurePipelinesCredential authenticates an Azure Pipelines service connection with workload identity federation

Breaking Changes

These changes affect only code written against a beta version such as v1.7.0-beta.1

  • Removed the persistent token caching API. It will return in v1.8.0-beta.1

sdk/azidentity/v1.7.0-beta.1

1.7.0-beta.1 (2024-06-10)

Features Added

  • Restored AzurePipelinesCredential and persistent token caching API

Breaking Changes

These changes affect only code written against a beta version such as v1.6.0-beta.4

  • Values which NewAzurePipelinesCredential read from environment variables in prior versions are now parameters
  • Renamed AzurePipelinesServiceConnectionCredentialOptions to AzurePipelinesCredentialOptions

Bugs Fixed

  • Managed identity bug fixes

sdk/internal/v1.6.0

1.6.0 (2024-04-16)

... (truncated)

Commits


Updates github.com/aws/aws-sdk-go from 1.53.14 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/microsoftgraph/msgraph-sdk-go from 1.44.0 to 1.45.0

Release notes

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

v1.45.0

1.45.0 (2024-06-05)

Features

  • generation: update request builders and models (#722) (b15c5c7)
Changelog

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

1.45.0 (2024-06-05)

Features

  • generation: update request builders and models (#722) (b15c5c7)
Commits


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

Commits


Updates google.golang.org/api from 0.182.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)

v0.186.0

0.186.0 (2024-06-25)

Features

... (truncated)

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)

0.186.0 (2024-06-25)

Features

... (truncated)

Commits


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

Release notes

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

longrunning: v0.5.10

0.5.10 (2024-07-10)

Bug Fixes

  • longrunning: Bump google.golang.org/grpc@v1.64.1 (8ecc4e9)
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.

v0.6.0

  • Beta release of BigQuery, DataStore, Logging and Storage. See the blog post.

  • bigquery:

    • struct support. Read a row directly into a struct with RowIterator.Next, and upload a row directly from a struct with Uploader.Put. You can also use field tags. See the [package documentation][cloud-bigquery-ref] for details.

    • The ValueList type was removed. It is no longer necessary. Instead of

    var v ValueList
    ... it.Next(&v) ..
    

    use

    var v []Value
    ... it.Next(&v) ...
    
    • Previously, repeatedly calling RowIterator.Next on the same []Value or ValueList would append to the slice. Now each call resets the size to zero first.

    • Schema inference will infer the SQL type BYTES for a struct field of type []byte. Previously it inferred STRING.

    • The types uint, uint64 and uintptr are no longer supported in schema inference. BigQuery's integer type is INT64, and those types may hold values that are not correctly represented in a 64-bit signed integer.

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

... (truncated)

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.11.1 to 1.12.0

Release notes

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

sdk/azcore/v1.12.0

1.12.0 (2024-06-06)

Features Added

  • Added field StatusCodes to runtime.FetcherForNextLinkOptions allowing for additional HTTP status codes indicating success.
  • Added func NewUUID to the runtime package for generating UUIDs.

Bugs Fixed

  • Fixed an issue that prevented pollers using the Operation-Location strategy from unmarshaling the final result in some cases.

Other Changes

  • Updated dependencies.
Commits


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

Release notes

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

sdk/internal/v1.9.0

1.9.0 (2024-06-06)

Features Added

  • Added test/credential package containing a credential factory for live and recorded tests and a fake credential for offline tests.
Commits


Updates github.com/go-chi/chi/v5 from 5.0.12 to 5.1.0

Release notes

Sourced from github.com/go-chi/chi/v5's releases.

v5.1.0

What's Changed

  • middleware: add Discard method to WrapResponseWriter by @​patrislav in go-chi/chi#926
    • Adds Discard() method to the middleware.WrapResponseWriter interface. This is technically an API breaking change. However after some discussion at go-chi/chi#926, we decided to move forward, and release as minor version, as we don't expect anyone to rely on this interface / implement it externally.

New Contributors

Full Changelog: https://github.com/go-chi/chi/compare/v5.0.14...v5.1.0

v5.0.14

What's Changed

New Contributors

Full Changelog: https://github.com/go-chi/chi/compare/v5.0.12...v5.0.14

v5.0.13

What's Changed

New Contributors

Full Changelog: https://github.com/go-chi/chi/compare/v5.0.12...v5.0.13

dependabot[bot] commented 1 month ago

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