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

Update module github.com/gofiber/fiber/v2 to v2.20.2 #19

Merged
merged 1 commit into from
Oct 26, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 26, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
github.com/gofiber/fiber/v2 require minor v2.0.2 -> v2.20.2

Release Notes

gofiber/fiber

v2.20.2

Compare Source

🧹 Updates

🐛 Fixes

  • Fix limit middleware skip options (#​1568)
  • Fix macOs monitoring middleware: Add missing TargetConditionals.h include (#​1572)

📚 Documentation

Thank you @​AliYusuf95, @​aliereno, @​efectn and @​xwjdsh for making this update possible.

v2.20.1

Compare Source

🐛 Fixes

  • v2.20.0 darwin bug fix to load_darwin.go (#​1564)

v2.20.0

Compare Source

🚀 New

🧹 Updates

  • Add test case for QueryParser for SetParserDecoder (#​1562)

🐛 Fixes

  • Register static file routing with trailing slash (#​1556)
  • Static file routing path rewrite. (#​1538)
  • Fix c.OriginalURL() changed after SendFile (#​1553)
  • File opening path and directory browsing path of filesystem (#​1547)

📚 Documentation

  • Update Spanish documentation (#​1554)
  • Fix language mistakes in Turkish (#​1552)
  • Translated some sentences for ja-version (#​1551)
  • Update README with elastic/apmfiber middleware (#​1540)

Thank you @​Perniciosius, @​Unickorn, @​aliereno, @​amalshaji, @​efectn, @​fufuok, @​ivanvc, @​josebalius, @​ppmasa8 and @​rockcreation7 for making this update possible.

v2.19.0

Compare Source

🚀 New

  • Add next support for Monitor middleware. (#​1527)

🐛 Fixes

  • Get unexpected results from cache #​1529 (#​1531)
  • Fix Mutability issue of UserContext in fiber.Ctx (#​1522)
  • Corrects ipv6 loopback ip shown on UI (#​1517)

📚 Documentation

  • fixed translation issues and translate more area in turkish readme (#​1525)
  • Translate External Middleware section of README to Chinese. (#​1523)
  • Add Chinese translation for internal middleware (#​1511)
  • Translate Limitations section of README to Chinese (#​1510)
  • Translated limitation section (#​1509)
  • Add Limitations section to README (#​1508)

Thank you @​Ja7ad, @​Lynicis, @​Thammachart, @​ZACHSTRIVES, @​efectn, @​hi019, @​j178, @​techytoes and @​ut-zero for making this update possible.

v2.18.0

Compare Source

🚀 New

🧹 Updates

  • Session should not regenerate the ID in case Get() returned nil (#​1493)
  • Improve startup message tests (#​1504)
  • Update fasthttp from v1.26 to v1.29 (#​1503)
  • Add test run for go1.17 (#​1501)

🐛 Fixes

  • panic: unaligned 64-bit atomic operation [32 bit machines] #​1487 (#​1502)
  • ctx.BodyParser was not able to parse vendor specific content type (#​1506)

Thank you @​amir9480, @​natebwangsut, @​pd-pranay and @​shirshendubhowmick for making this update possible.

v2.17.0

Compare Source

🚀 New

🧹 Updates

  • Refactor: Remove use of deprecated functions (#​1474)

🐛 Fixes

  • Fix route.Path on copy (#​1471)
  • Fix: Fiber Client does multiple requests when using Timeout() and MaxRedirectsCount() #​1457 (#​1464)

📚 Documentation

Thank you @​ProExpertProg, @​andrascz, @​goldwind-ting, @​pcen, @​pd-pranay and @​thinklucrative for making this update possible.

v2.16.0

Compare Source

🚀 New

  • Add ability to specify default value for ParamsInt (#​1453)
  • Logger: Add ${port} variable (#​1448)
  • Cookie: add possibility to disable same site attribute (#​1428)

🧹 Updates

  • Parse gzipped body with bodyParser (#​1458)

🐛 Fixes

  • Improve/Stabilize the "Test_Cache_Expired" test run (#​1461)
  • Fix: The escape of special characters in route path does not work properly #​1454 (#​1462)

📚 Documentation

Thank you @​HugHunter, @​faceair, @​iCyberon, @​ktakenaka, @​markkrj and @​wja513 for making this update possible.

v2.15.0

Compare Source

🚀 New

  • Allow adding App Name to customizing the startup message (#​1418)
  • Add support for streaming the request body. (#​1423)

🧹 Updates

  • Schema parser: use full match instead of strings.HasPrefix (#​1424)

🐛 Fixes

  • Session: Copy the data in buffer instead of using original data. (#​1425)

📚 Documentation

  • 🩹 Installation section translation (#​1432)

Thank you @​Spedoske, @​TroyDota, @​jeffersonmaia, @​sujit-baniya and @​tuhao1020 for making this update possible.

v2.14.0

Compare Source

🚀 New

  • Add TrustedProxies feature (#​1397)
  • Add tls config for http client in proxy middleware (#​1393)
  • Added decompression cases for Body function (#​1402)

🧹 Updates

🐛 Fixes

📚 Documentation

  • Fix [gosec|passing] icon -> README_*.md (#​1405)
  • Fix readme zh-CN (#​1400)

Thank you @​Ja7ad, @​Spedoske, @​WLun001, @​alfuhigi, @​oroshnivskyy, @​sneakykiwi, @​tomaswarynyca and @​tuhao1020 for making this update possible.

v2.13.0

Compare Source

🚀 New

  • Add Global ViewLayout (#​1384)
  • Feat: expiration per session (#​1363)
  • Feature: add cache header to show cache status (#​1368)

🧹 Updates

📚 Documentation

Thank you @​Elias506, @​Ja7ad, @​WLun001, @​floxydio, @​jorgii, @​mirusky and @​sujit-baniya for making this update possible.

v2.12.0

Compare Source

🚀 New

🐛 Fixes

  • Fix session delete when there is one key (#​1366)
  • Fix - pprof middleware redirect index page to wrong url #​1360 (#​1361)

📚 Documentation

  • Add link to third party middlewares of all readmes (#​1358)

Thank you @​aschenmaker, @​bestgopher and @​hi019 for making this update possible.

v2.11.0

Compare Source

🚀 New

  • Customize the source of session_id (#​1159)
  • Adding user context (#​1341)
  • Feat(middlewares): session keys (#​1337)

🧹 Updates

🐛 Fixes

📚 Documentation

Thank you @​aschenmaker, @​bestgopher, @​leozhantw, @​lrweck, @​milosgajdos, @​mirusky and @​patil-kshitij for making this update possible.

v2.10.0

Compare Source

🚀 New

  • Add PathPrefix parameter to filesystem middleware (#​1326)

🧹 Updates

  • chore: enable decoder's ZeroEmpty by default (#​1285)
  • Add testcases for ListenTLS (#​1320)

🐛 Fixes

📚 Documentation

Thank you @​MarvinJWendt, @​Yash-Garg, @​codemicro, @​kiyonlin, @​diegocsandrim, @​sadfun and @​si3nloong for making this update possible.

v2.9.0

Compare Source

🚀 New

  • Etag middleware support to custom etags (#​1288)

🧹 Updates

  • Use atomic instead of mutex when counting the route handler. (#​1314)
  • Print logger's error to stderr if given io.writer failed (#​1299)
  • middleware/proxy: add buffer size configuration (#​1292)

🐛 Fixes

  • Startup message doesn't show correct amount of Handlers after mounting (#​1302)
  • Cache Middleware - Race condition in the cache expiration logic. Round 2 (#​1310)

📚 Documentation

  • Fix broken Rate Limiter link (#​1301)

Thank you @​bestgopher, @​capthiron, @​cep-ter, @​defshift, @​fernandobandeira, @​jney and @​sadfun for making this update possible.

v2.8.0

Compare Source

🚀 New

🧹 Updates

  • Removed Printed Warning (#​1268)
  • Refactor cache middleware to not-use the deprecated methods (#​1246)
  • Bump fasthttp v1.18.0 to v1.23.0 (#​1265)

🐛 Fixes

📚 Documentation

  • Update german translation (#​1282)
  • Doc: Correct cors to favicon in import statement (#​1279)
  • Fix broken links (#​1278)
  • Doc: Correct Session to Crsf in Import Statement (#​1277)
  • Doc: Updated broken links for ErrorHandler hyperlink in readme (#​1256)

Thank you @​HAUDRAUFHAUN, @​NikSchaefer, @​SuspiciousLookingOwl, @​kiyonlin, @​r-52, @​sagar23sj and @​si3nloong for making this update possible.

v2.7.1

Compare Source

🚀 New

  • Add method to get an integer directly from the Ctx params (route params) (#​1243)

🧹 Updates

  • Cache Middleware - Update expiration for expired entry (#​1228)

🐛 Fixes

  • Fix session middleware (#​1235)
    (please clean up all old artifacts in the storage, as we have changed the serialization completely)
  • Fix unexpected result when QueryParser parse slice data type (#​1238)
  • Cache Middleware - Race condition in the cache expiration logic (#​1229)
  • Fix logger [WARNING: DATA RACE] (#​1226)

📚 Documentation

  • Fix incorrect comment lines. (#​1234)

Thank you @​defshift, @​eacp, @​iredmail, @​kiyonlin, @​si3nloong and @​yam8511 for making this update possible.

v2.7.0

Compare Source

v2.6.0

Compare Source

🔥   New

🧹   Updates

🩹   Fixes

  • CSRF middleware cookie<>storage bug squashed and other improvements #​1180 - #​1182
  • Fix hardcode tls to startupMessage in app.Listener #​1186
  • Lookup cookie in response header #​1191 - #​1184
  • CSRF Middleware Restructuring #​1194
  • Use internal json package as the default json encoder #​1211

📚  Documentation

  • Add embed example for go 1.16 #​1175
  • Fix wrong session code example #​1170
  • Remove duplicate line #​1168 - #​1166
  • Fix typos and translate some sentences English to Turkish #​1192
  • CSRF Docs - Add note about how to get token #​1196
  • Filesystem Middleware: add example of embedding directory #​1197
  • Remove unused path parameter in README example #​1201
  • Update code snippets for RU language #​1206
  • Fix broken links in README #​1218

v2.5.0

Compare Source

🔥 New

v2.4.1

Compare Source

🩹 Fixes

  • Fix start process before prefork server starting #​1144

v2.4.0

Compare Source

Thank you @​sotanodroid, @​tianjipeng, @​kiyonlin, @​ReneWerner87, @​hi019, @​xenowits, @​mlukasik-dev, @​hinoguma, @​hitalos, @​yquansah, @​bestgopher, @​sacsand, @​sujit-baniya, @​Tazeg for making this update possible.

🔥 New

🧹 Updates

🩹 Fixes

v2.3.3

Compare Source

🩹 - Fix Unescape behavior https://github.com/gofiber/fiber/pull/1104 thanks @​ReneWerner87!
📚 - Add third-party middleware to list https://github.com/gofiber/fiber/pull/1101

v2.3.2

Compare Source

🩹 Fixes

v2.3.1

Compare Source

🩹 Fixes

v2.3.0

Compare Source

🔥 New

app.ListenTLS(":443", "./cert.pem", "./cert.key");

Allows you to serve HTTPs requests by providing a path to the TLS certificate and key file, this is a simplified method for app.Listener() where you had to build your own *tls.Config. https://github.com/gofiber/fiber/issues/1077

The following *tls.Config is used:

&tls.Config{
	MinVersion:               tls.VersionTLS12,
	PreferServerCipherSuites: true,
	Certificates: []tls.Certificate{
		cert,
	},
}

More information about Listen methods can be found here https://docs.gofiber.io/api/app#listentls

Thank you @​kiyonlin & @​HeCorr

v2.2.5

Compare Source

Thank you @​kiyonlin, @​kirillDanshin, @​hi019, @​erikdubbelboer, @​ReneWerner87

🧹 Updates

🩹 Fixes

v2.2.4

Compare Source

🔥 New

🩹 Fixes

v2.2.3

Compare Source

🧹 Updates

🩹 Fixes

v2.2.2

Compare Source

🔥 New

🩹 Fixes

v2.2.1

Compare Source

🔥 New

🧹 Updates

🩹 Fixes

v2.2.0

Compare Source

🔥 New

🧹 Updates

🩹 Fixes

v2.1.4

Compare Source

🧹 Updates

🩹 Fixes

v2.1.3

Compare Source

🔥 New

🧹 Updates

🩹 Fixes

v2.1.2

Compare Source

🔥 New

🧹 Updates

🩹 Fixes

v2.1.1

Compare Source

🧹 Updates

🩹 Fixes

v2.1.0

Compare Source

🔥 New

🧹 Updates

🩹 Fixes

v2.0.6

Compare Source

🔥 New

🧹 Updates

🩹 Fixes

v2.0.5

Compare Source

🔥 New

🩹 Fixes

v2.0.4

Compare Source

🔥 New

🧹 Updates

🩹 Fixes

v2.0.3

Compare Source

🔥 New

func (a *App) Mount(prefix string, app *fiber.App) fiber.Router
micro := fiber.New()
micro.Get("/doe", func(c *fiberCtx) error {
	return c.SendStatus(StatusOK)
})

app := fiber.New()
app.Mount("/john", micro) // GET /john/doe -> 200 OK

🧹 Updates

🩹 Fixes


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/github.com-gofiber-fiber-v2-2.x branch from fbb129b to bd70849 Compare May 9, 2021 22:04
@renovate renovate bot changed the title Update module github.com/gofiber/fiber/v2 to v2.8.0 Update module github.com/gofiber/fiber/v2 to v2.9.0 May 9, 2021
@renovate renovate bot force-pushed the renovate/github.com-gofiber-fiber-v2-2.x branch from bd70849 to d76a03b Compare June 6, 2021 19:13
@renovate renovate bot changed the title Update module github.com/gofiber/fiber/v2 to v2.9.0 Update module github.com/gofiber/fiber/v2 to v2.12.0 Jun 6, 2021
@renovate renovate bot force-pushed the renovate/github.com-gofiber-fiber-v2-2.x branch from d76a03b to f783166 Compare September 22, 2021 14:31
@renovate renovate bot changed the title Update module github.com/gofiber/fiber/v2 to v2.12.0 Update module github.com/gofiber/fiber/v2 to v2.19.0 Sep 22, 2021
@renovate renovate bot force-pushed the renovate/github.com-gofiber-fiber-v2-2.x branch from f783166 to b552d50 Compare October 6, 2021 08:17
@renovate renovate bot changed the title Update module github.com/gofiber/fiber/v2 to v2.19.0 Update module github.com/gofiber/fiber/v2 to v2.20.0 Oct 6, 2021
@renovate renovate bot force-pushed the renovate/github.com-gofiber-fiber-v2-2.x branch from b552d50 to e7d863a Compare October 7, 2021 08:54
@renovate renovate bot changed the title Update module github.com/gofiber/fiber/v2 to v2.20.0 Update module github.com/gofiber/fiber/v2 to v2.20.1 Oct 7, 2021
@renovate renovate bot force-pushed the renovate/github.com-gofiber-fiber-v2-2.x branch from e7d863a to 23c274f Compare October 13, 2021 14:53
@renovate renovate bot changed the title Update module github.com/gofiber/fiber/v2 to v2.20.1 Update module github.com/gofiber/fiber/v2 to v2.20.2 Oct 13, 2021
@renovate renovate bot force-pushed the renovate/github.com-gofiber-fiber-v2-2.x branch from 23c274f to ce29418 Compare October 26, 2021 17:13
@duyet duyet merged commit 2f01315 into master Oct 26, 2021
@delete-merged-branch delete-merged-branch bot deleted the renovate/github.com-gofiber-fiber-v2-2.x branch October 26, 2021 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants