Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v3 from 3.1.0-dev.51 to 3.1.0 #250

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 8, 2023

Bumps github.com/edgexfoundry/app-functions-sdk-go/v3 from 3.1.0-dev.51 to 3.1.0.

Release notes

Sourced from github.com/edgexfoundry/app-functions-sdk-go/v3's releases.

v3.1.0

[v3.1.0] - 2023-11-15

✨ Features

  • (security) Add authentication hooks to routes (fa33c88…)
  • (transforms) Add support for specifying http request headers for HTTP export (29a8308…)
  • (transforms) Implement regular expressions functionality in filtering (377d8bc…)
  • Add MQTT Will configuration for MQTT Export (#1495) (03e14d6…)
  • Add Will configuration elements for External MQTT trigger config (#1493) (005c7e8…)
  • Add error metrics for HTTP and MQTT export errors (#1484) (21b9ff9…)
  • Add new ReadingClient API to service and context (#1482) (94620e0…)
  • Change AddCustomRoute to use Echo handler signature (#1469) (33d4442…)
  • Replace gorilla/mux router with echo (#1464) (929e0b7…)
  • Add capability to Publish to MessageBus when using non-MessageBus triggers (0caaaeb…)
  • Fix logic to better error handling when common config is missing when runs in hybrid mode (2f8bfc8…)
  • Add API to get SDK's App Context (7d6e55d…)

♻ Code Refactoring

  • Remove github.com/pkg/errors from Attribution.txt (5701c44…)
  • Use new Common Controller for handling common APIs (9cb48b4…)

🐛 Bug Fixes

  • (security) Mark AddRoute(unauthenticated) as Deprecated (2327eac…)
  • Remove attempt to connect to the MessageBus from trigger (#1498) (5a64b07…)
  • Add missing contentType to new Publish APIs (9b07666…)
  • Update Copy right and added call to ConfigureCors() (bbc2a8d…)
  • Improve clarity of error messages in regexp filtering (0cf7aa9…)
  • Fixed linter issue in unit test (af96062…)
  • Use released SDK version in App Template (67af729…)

📖 Documentation

👷 Build

🤖 Continuous Integration

  • Add automated release workflow on tag creation (b94b540…)
Changelog

Sourced from github.com/edgexfoundry/app-functions-sdk-go/v3's changelog.

[v3.1.0] - 2023-11-15

✨ Features

  • (security) Add authentication hooks to routes (fa33c88…)
  • (transforms) Add support for specifying http request headers for HTTP export (29a8308…)
  • (transforms) Implement regular expressions functionality in filtering (377d8bc…)
  • Add MQTT Will configuration for MQTT Export (#1495) (03e14d6…)
  • Add Will configuration elements for External MQTT trigger config (#1493) (005c7e8…)
  • Add error metrics for HTTP and MQTT export errors (#1484) (21b9ff9…)
  • Add new ReadingClient API to service and context (#1482) (94620e0…)
  • Change AddCustomRoute to use Echo handler signature (#1469) (33d4442…)
  • Replace gorilla/mux router with echo (#1464) (929e0b7…)
  • Add capability to Publish to MessageBus when using non-MessageBus triggers (0caaaeb…)
  • Fix logic to better error handling when common config is missing when runs in hybrid mode (2f8bfc8…)
  • Add API to get SDK's App Context (7d6e55d…)

♻ Code Refactoring

  • Remove github.com/pkg/errors from Attribution.txt (5701c44…)
  • Use new Common Controller for handling common APIs (9cb48b4…)

🐛 Bug Fixes

  • (security) Mark AddRoute(unauthenticated) as Deprecated (2327eac…)
  • Remove attempt to connect to the MessageBus from trigger (#1498) (5a64b07…)
  • Add missing contentType to new Publish APIs (9b07666…)
  • Update Copy right and added call to ConfigureCors() (bbc2a8d…)
  • Improve clarity of error messages in regexp filtering (0cf7aa9…)
  • Fixed linter issue in unit test (af96062…)
  • Use released SDK version in App Template (67af729…)

📖 Documentation

👷 Build

🤖 Continuous Integration

  • Add automated release workflow on tag creation (b94b540…)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/edgexfoundry/app-functions-sdk-go/v3](https://github.com/edgexfoundry/app-functions-sdk-go) from 3.1.0-dev.51 to 3.1.0.
- [Release notes](https://github.com/edgexfoundry/app-functions-sdk-go/releases)
- [Changelog](https://github.com/edgexfoundry/app-functions-sdk-go/blob/main/CHANGELOG.md)
- [Commits](edgexfoundry/app-functions-sdk-go@v3.1.0-dev.51...v3.1)

---
updated-dependencies:
- dependency-name: github.com/edgexfoundry/app-functions-sdk-go/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@lenny-goodell lenny-goodell merged commit 826bf94 into main Nov 8, 2023
3 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v3-3.1.0 branch November 8, 2023 00:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant