Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit caa75c6

Browse files
committed
Updates CHANGELOG
1 parent 393f723 commit caa75c6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,24 @@
66
- [PERFORMANCE] Faster JSON, XML and text rendering
77
- [PERFORMANCE] Custom hand optimized HttpRouter for Gin
88
- [PERFORMANCE] Misc code optimizations. Inlining, tail call optimizations
9+
- [NEW] Any(path, handler). Create a route that matches any path
10+
- [NEW] Refactored rendering pipeline (faster and static typeded)
911
- [NEW] IndentedJSON() prints pretty JSON
1012
- [NEW] Added gin.DefaultWriter
13+
- [NEW] UNIX socket support
14+
- [NEW] RouterGroup.BasePath is exposed
1115
- [NEW] JSON validation using go-validate-yourself (very powerful options)
1216
- [NEW] Completed suite of unit tests
17+
- [NEW] HTTP streaming with c.Stream()
18+
- [NEW] StaticFS() for serving static files through virtual filesystems
19+
- [NEW] Server-Sent Events native support
20+
- [NEW] WrapF() and WrapH() helpers for wrapping http.HandlerFunc and http.Handler
1321
- [NEW] Added LoggerWithWriter() middleware
1422
- [NEW] Added RecoveryWithWriter() middleware
1523
- [NEW] Added DefaultPostFormValue()
1624
- [NEW] Added DefaultFormValue()
1725
- [NEW] Added DefaultParamValue()
26+
- [FIX] BasicAuth() when using custom realm
1827
- [FIX] Bug when serving static files in nested routing group
1928
- [FIX] Redirect using built-in http.Redirect()
2029
- [FIX] Logger when printing the requested path

0 commit comments

Comments
 (0)