📒 docs: update versioned storage imports in middleware docs#4102
Merged
ReneWerner87 merged 3 commits intomainfrom Feb 22, 2026
Merged
📒 docs: update versioned storage imports in middleware docs#4102ReneWerner87 merged 3 commits intomainfrom
ReneWerner87 merged 3 commits intomainfrom
Conversation
Co-authored-by: gaby <835733+gaby@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix invalid import for Fiber v3
📒 docs: correct session Redis storage import for Fiber v3
Feb 22, 2026
gaby
approved these changes
Feb 22, 2026
gaby
approved these changes
Feb 22, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR fixes an import compatibility issue in the session middleware documentation by updating all Redis storage imports to use the Fiber v3-compatible version path.
Changes:
- Updated Redis storage import path from
github.com/gofiber/storage/redistogithub.com/gofiber/storage/redis/v3in all session middleware documentation examples
Member
|
Co-authored-by: gaby <835733+gaby@users.noreply.github.com>
Contributor
Author
Updated as requested in commit 4299401: Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
Copilot
AI
changed the title
📒 docs: Update storage imports for session middleware
📒 docs: update versioned storage imports in middleware docs
Feb 22, 2026
gaby
approved these changes
Feb 22, 2026
ReneWerner87
approved these changes
Feb 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR updates middleware documentation to use the correct versioned storage module import paths for Fiber v3 compatibility.
The original fix updated Redis imports in session docs, and follow-up review feedback extended the scope to PostgreSQL and SQLite references.
Updated import paths
github.com/gofiber/storage/redis→github.com/gofiber/storage/redis/v3github.com/gofiber/storage/postgres→github.com/gofiber/storage/postgres/v3github.com/gofiber/storage/sqlite3→github.com/gofiber/storage/sqlite3/v2Files updated
docs/middleware/session.md(Redis + PostgreSQL versioned imports)docs/middleware/csrf.md(SQLite storage reference)docs/middleware/limiter.md(SQLite storage reference)Changes introduced
List the new features or adjustments introduced in this pull request. Provide details on benchmarks, documentation updates, changelog entries, and if applicable, the migration guide.
docs/middleware/session.mddocs/middleware/csrf.mddocs/middleware/limiter.mdType of change
Please delete options that are not relevant.
Checklist
Before you submit your pull request, please make sure you meet these requirements:
/docs/directory for Fiber's documentation.Commit formatting
Please use emojis in commit messages for an easy way to identify the purpose or intention of a commit. Check out the emoji cheatsheet here: CONTRIBUTING.md
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.