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.8 #38

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 27, 2023

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

Release notes

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

v1.6.8

new feature

⚡ option to use encrypted connections to MySQL instance please check newly added environment variables for .env file

dependency update

⚡ bumped gin from v1.8.2 to v1.9.0

⚡ bumped golang-jwt/jwt/v4 from v4.4.3 to v4.5.0

improvement

⚡ when environment variables are loaded during config settings, remove leading and trailing whitespaces

test file

⚡ new test files added for lib middleware

v1.6.7

direct dependencies

⚡ github.com/qiniu/qmgo from v1.1.4 to v1.1.5

⚡ github.com/mediocregopher/radix/v4 from v4.1.1 to v4.1.2

⚡ gorm.io/gorm from v1.24.3 to v1.24.5

⚡ github.com/joho/godotenv from v1.4.0 to v1.5.1

⚡ gorm.io/driver/mysql from v1.4.5 to v1.4.7

⚡ gorm.io/driver/postgres from v1.4.6 to v1.4.8

⚡ go.mongodb.org/mongo-driver from v1.11.1 to v1.11.2

indirect dependencies

⚡ github.com/jackc/pgx/v5 from v5.2.0 to v5.3.0

⚡ github.com/lib/pq from v1.10.2 to v1.10.4

⚡ github.com/youmark/pkcs8 set to v0.0.0-20181117223130-1be2e3e5546d

⚡ golang.org/x/crypto from v0.4.0 to v0.6.0

... (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

⚡ optimized database configuration files

⚡ optimized web application firewall

⚡ JSON protection from hijacking

⚡ better handling of JWT

⚡ two-factor authentication

⚡ email verification

⚡ password recovery

⚡ password update

v1.5.1 [Jul 23 - 2022]

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

⚡ 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

⚡ middleware, renderer and commonly used functions moved to a separate repo github.com/pilinux/gorestlib

⚡ logrus updated to 1.9.0

⚡ 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
  • aa177dd test: lib.NewTOTP + lib.NewQR + lib.ValidateTOTP
  • 94abd8b chore: bump gin from v1.8.2 to v1.9.0
  • 358edb4 test: improve coverage lib.SecureRandomNumber
  • b05d98a chore: golang-jwt/jwt/v4 bumped to v4.5.0
  • 55a9821 test: lib.ByteToPNG
  • de91e82 test: lib.FileExist
  • dbddbef test: lib.Encrypt & lib.Decrypt
  • a116e80 test: lib.HashPass
  • b85c81f test: lib.StrArrHTMLModel and lib.HTMLModel
  • a1b2380 test: for lib.SecureRandomNumber
  • 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.8.
- [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.8)

---
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 Feb 27, 2023
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