Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 5, 2025

Bumps github.com/poteto-go/poteto from 1.3.4 to 1.10.3.

Release notes

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

v1.10.3

1.10.X

@​2025/04/07 ~

1.10.3

@​2025/04/30 ~

1.10.2

@​2025/04/30 ~

  • ref: make http params public for ut by @​poteto0 in #303
  • patch: errorhandler by @​poteto0 in #302
  • vuln: bump golang.org/x/net from 0.36.0 to 0.38.0 in #300
  • chore(deps): bump github.com/goccy/go-yaml from 1.17.0 to 1.17.1 in #298

1.10.1

@​2025/04/07 ~

1.10.0

@​2025/04/07 ~

// new oidc with cache mode
oidcConfig := middleware.OidcConfig {
  Idp: "google",
  ContextKey: "googleToken",
  CacheMode: true,
  JwksUrl: "https://www.googleapis.com/oauth2/v3/certs",
  CachedVerifyTokenSignature: oidc.CachedVerifyTokenSignature,
}
p.Register(
middleware.OidcWithConfig(
oidcConfig,
)
)

v1.9.1

... (truncated)

Changelog

Sourced from github.com/poteto-go/poteto's changelog.

1.10.3

@​2025/04/30 ~

1.10.2

@​2025/04/30 ~

  • ref: make http params public for ut by @​poteto0 in #303
  • patch: errorhandler by @​poteto0 in #302
  • vuln: bump golang.org/x/net from 0.36.0 to 0.38.0 in #300
  • chore(deps): bump github.com/goccy/go-yaml from 1.17.0 to 1.17.1 in #298

1.10.1

@​2025/04/07 ~

1.10.0

@​2025/04/07 ~

// new oidc with cache mode
oidcConfig := middleware.OidcConfig {
  Idp: "google",
  ContextKey: "googleToken",
  CacheMode: true,
  JwksUrl: "https://www.googleapis.com/oauth2/v3/certs",
  CachedVerifyTokenSignature: oidc.CachedVerifyTokenSignature,
}
p.Register(
middleware.OidcWithConfig(
oidcConfig,
)
)

1.9.X

@​2025/03/30 ~

1.9.1

... (truncated)

Commits
  • b7eb941 Merge pull request #305 from poteto-go/fukuda/20250430/patch
  • 08675c8 rel: prepare -> 1.10.3
  • 7f4aacb patch: set error handler
  • a9ecefa Merge pull request #304 from poteto-go/fukuda/20250430/rel
  • 777dd4b rel: prepare -> v1.10.2
  • 03af0fe Merge pull request #302 from poteto-go/fukuda/20250429/error-handler
  • cda83f5 Merge pull request #303 from poteto-go/fukuda/20250430/public-params
  • 353d0e1 ref: reflect linter
  • 674d5e9 change: http params to be public for ut
  • c1b1cf1 ref: reflect linter
  • Additional commits viewable in compare view

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/poteto-go/poteto](https://github.com/poteto-go/poteto) from 1.3.4 to 1.10.3.
- [Release notes](https://github.com/poteto-go/poteto/releases)
- [Changelog](https://github.com/poteto-go/poteto/blob/main/CHANGELOG.md)
- [Commits](poteto-go/poteto@v1.3.4...v1.10.3)

---
updated-dependencies:
- dependency-name: github.com/poteto-go/poteto
  dependency-version: 1.10.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels May 5, 2025
@github-actions
Copy link

github-actions bot commented May 5, 2025

Hello I'm Potetobot : ).
Thank you for your contribution.
Linting results are as follows (if none, it means no issues were found):

{}

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 go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants