Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2025

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

Release notes

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

v1.5.1

1.5.X

1.5.1

OPT: Memory optimization of httpParams by @​poteto0 in #250 REF: refactor with new linter by @​poteto0 in #249 OP: using golangci-lint by @​poteto0 in #247

1.5.0

FEAT: ctx.BindWithValidate is validate body by github.com/go-playground/validator/v10 by @​poteto0 in #240 REF: Make constant chamelCase (this change is not breaking) by @​poteto0 in #237 OPT: delete no-needed key for route by @​poteto0 in #234

v1.4.1

1.4.X

1.4.1

1.4.0

KEYNOTE:

func main() {
	p := poteto.New()
p.GET("/users", func(ctx poteto.Context) error {
	return ctx.JSON(http.StatusOK, map[string]string{
		"id":   "1",
		"name": "tester",
	})
})
res := p.Play(http.MethodGet, "/users")
resBodyStr := res.Body.String
// => {"id":"1","name":"tester"}

}

v1.3.6

1.3.X

... (truncated)

Changelog

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

1.5.1

OPT: Memory optimization of httpParams by @​poteto0 in #250 REF: refactor with new linter by @​poteto0 in #249 OP: using golangci-lint by @​poteto0 in #247

1.5.0

FEAT: ctx.BindWithValidate is validate body by github.com/go-playground/validator/v10 by @​poteto0 in #240 REF: Make constant chamelCase (this change is not breaking) by @​poteto0 in #237 OPT: delete no-needed key for route by @​poteto0 in #234

1.4.X

1.4.1

1.4.0

KEYNOTE:

func main() {
	p := poteto.New()
p.GET("/users", func(ctx poteto.Context) error {
	return ctx.JSON(http.StatusOK, map[string]string{
		"id":   "1",
		"name": "tester",
	})
})
res := p.Play(http.MethodGet, "/users")
resBodyStr := res.Body.String
// => {"id":"1","name":"tester"}

}

1.3.X

1.3.6

... (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/poteto-go/poteto](https://github.com/poteto-go/poteto) from 1.3.4 to 1.5.1.
- [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.5.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 24, 2025
@github-actions
Copy link

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

{}

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 3, 2025

Superseded by #24.

@dependabot dependabot bot closed this Mar 3, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/poteto-go/poteto-1.5.1 branch March 3, 2025 10:45
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.

0 participants