Releases: gofiber/fiber
Releases · gofiber/fiber
v2.2.4
🔥 New
Introduce store.RegisterType(i interface{})
to allow custom types/structs to be stored in external Storage providers ( session mw ) #1051
🩹 Fixes
Don't panic when fetching invalid data structure from session middleware #1051
Also cache the content-encoding header in cache middleware to be used along with compress mw #1055
v2.2.3
🧹 Updates
Set session cookie on Save
even if no data is present #1048
🩹 Fixes
v2.2.2
🔥 New
Introduce utils.UUIDv4
for strong tokens ( used in session middleware ) #1045
🩹 Fixes
Fix default value for CookieName
in session #1040 #1042
Use UUIDv4
in session middleware for strong unique tokens #1040
v2.2.1
🔥 New
Expose CacheDuration
in Static
#1009
🧹 Updates
Add third-party vhost middleware #1035
Update middleware configs #1025
Improve/clean code in general #1009
🩹 Fixes
Fix session middleware to allow custom types/structs #1031
Fix greedy parameter in routing #1017
v2.2.0
🔥 New
Introduce session
middleware #1009
Add CacheDuration
to Static
options #1009
🧹 Updates
Bump Fasthttp v1.17.0 #999
Add TimeInterval
to logger #993
Removed unused variable #995
Refactor test files #1006
Update Spanish translation #1008
Add more logger examples #1011
Update Chinese translation #1014
🩹 Fixes
Deprecate invalid config options in multiple middleware packages #1009
Fix invalid route matching #1017
Fix third party middleware link in readme #1004
Increase sleep for workflow test #1000
Fix outdated config file in readme #1015
v2.1.4
🧹 Updates
🩹 Fixes
Fix cache & proxy workflow test #1000
v2.1.3
🔥 New
Add Key
to cache middleware #983
Add Storage
to cache middleware #976
Add SendFile
to filesystem middleware #977
🧹 Updates
Improve JSON encoding #991
Update method description for c.JSON
#987
Update Storage
interface bahviour #984
🩹 Fixes
Keep CSRF token per session #972
v2.1.2
🔥 New
Add Storage interface for future adaptors #964
Add Storage to limiter and cache middleware #973
Add locals:key
to logger middleware #976
🧹 Updates
Add more unit tests to csrf #960
Improve csrf mw #959
Add memory storage to csrf mw #958
Correct csrf comment #955 #956 #957
Add missing header and types to compress mw #962
Adjust multiple comments for linter #963
Update favicon example #966
CSRF token is valid per session #972
🩹 Fixes
Fix QueryParser when having no query arguments #968 #970
Fix ctx.Accepts #961
Fix incorrect proxy example #951 #947
v2.1.1
🧹 Updates
Pass requestid to locals #948
Fix links in readme's #950 #935
Update proxy test case #951 #933
Improve base uri for ctx #936
Update dependencies #930
🩹 Fixes
Wildcard params persist between requests #945 #946
You can’t perform that action at this time.