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

Bump github.com/pilinux/gorest from 1.4.1 to 1.6.6 #31

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 9, 2023

Bumps github.com/pilinux/gorest from 1.4.1 to 1.6.6.

Release notes

Sourced from github.com/pilinux/gorest's releases.

v1.6.6

Dependency update

⚡ gin bumped to v1.8.2

⚡ gorm bumped to 1.24.3

⚡ gorm mysql driver bumped to 1.4.5

⚡ gorm postgres driver bumped to 1.4.6

⚡ gorm sqlite driver bumped to 1.4.4

⚡ mongodb mongo driver bumped to 1.11.1

Fix

⚡ after activating 2-FA for an account, JSON was sending wrong 2-FA status

⚡ abort when sentry NewHook fails

Refactor

⚡ perform all checks in TwoFA middleware

⚡ handle and return the error from config

Minor changes

Please modify your existing code to load all environment variables properly

import (
	"fmt"
gconfig "github.com/pilinux/gorest/config"

)

func main() { // set configs err := gconfig.Config() if err != nil { fmt.Println(err) return }

// read configs
configure := gconfig.GetConfig()

... ...

</tr></table>

... (truncated)

Changelog

Sourced from github.com/pilinux/gorest's changelog.

Changelog

v1.6.x and above

Please check the releases

v1.6.0-rc.1 [Sep 03 - 2022]

Link: https://github.com/pilinux/gorest/releases/tag/v1.6.0-rc.1

&#9889; optimized database configuration files

&#9889; optimized web application firewall

&#9889; JSON protection from hijacking

&#9889; better handling of JWT

&#9889; two-factor authentication

&#9889; email verification

&#9889; password recovery

&#9889; password update

v1.5.1 [Jul 23 - 2022]

Link: https://github.com/pilinux/gorest/releases/tag/v1.5.1

&#9889; middleware, renderer and commonly used functions merged here

After hours of testing, it felt more intuitive to have all middleware inside gorest. There is no need to import anything from gorestlib anymore.

v1.5.0 [Jul 23 - 2022] [Do not use this version]

  • Release and tag removed from github to avoid import

&#9889; middleware, renderer and commonly used functions moved to a separate repo github.com/pilinux/gorestlib

&#9889; logrus updated to 1.9.0

&#9889; postgres updated to 1.3.8

v1.4.5 [Jul 18 - 2022]

Link: https://github.com/pilinux/gorest/releases/tag/v1.4.5

... (truncated)

Commits
  • 60541c3 Update CHANGELOG.md
  • 482113f docs: updated license, added cov and go-pkg links
  • 927af49 chore: dependencies updated
  • 5f89443 test: run tests and upload to codecov
  • 21e0eac test: config
  • bbd6c6e test: middleware - Pongo2
  • 1329ec5 chore: fix typo
  • 36b68cb fix: send correct 2-fa status in response
  • 66ac260 test: middleware - TwoFA
  • cf6c92c refactor: simplified checks in TwoFA middleware
  • 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 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/pilinux/gorest](https://github.com/pilinux/gorest) from 1.4.1 to 1.6.6.
- [Release notes](https://github.com/pilinux/gorest/releases)
- [Changelog](https://github.com/pilinux/gorest/blob/main/CHANGELOG.md)
- [Commits](pilinux/gorest@v1.4.1...v1.6.6)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 9, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 20, 2023

Superseded by #34.

@dependabot dependabot bot closed this Feb 20, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/pilinux/gorest-1.6.6 branch February 20, 2023 07:04
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