All Versions
33
Latest Version
Avg Release Cycle
14 days
Latest Release
82 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.2.0
November 14, 2020๐ ๐ฅ New
โก๏ธ ๐งน 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
-
v2.1.4
November 06, 2020โก๏ธ ๐งน Updates
- โก๏ธ Update Storage interface https://github.com/gofiber/fiber/blob/master/app.go#L44
- โฌ๏ธ Bump Fasthttp v1.17.0 #999
- โป๏ธ Refactor code #995
๐ฑ ๐ฉน Fixes
- ๐ Fix cache & proxy workflow test #1000
-
v2.1.3
November 03, 2020๐ ๐ฅ 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
- โ Add
-
v2.1.2
October 28, 2020๐ ๐ฅ 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
-
v2.1.0
October 15, 2020๐ ๐ฅ New
- โ Add ETag middleware #926
- โ Add child PID's to startup message when Prefork is enabled #902
- โ Add
MaxAge
setting toStatic
which sets aCache-Control
header #896 - โ Add
ReduceMemoryUsage
toConfig
#892
โก๏ธ ๐งน Updates
- โป๏ธ Refactor proxy mw and increase coverage #924
- โป๏ธ Refactor basicauth mw #922
- โป๏ธ Refactor requestid mw #921
- โ Add cache benchmark #898
- โ Add custom types to compress middleware #897
- โ Add basicauth benchmark #895
- ๐ Make SendFile return status code 404 on file not found #908
- Avoid magic numbers in compress mw #893
- โ Use constants in unit tests #891
- โก๏ธ Update dependencies #930
๐ฑ ๐ฉน Fixes