Blame view

go/src/themaru/vendor/github.com/gin-gonic/gin/CHANGELOG.md 16.3 KB
476d2547e   김태훈   태마루 시스템 설정 / 업데이트...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
  
  ### Gin 1.4.0
  
  - [NEW] Support for [Go Modules](https://github.com/golang/go/wiki/Modules)  [#1569](https://github.com/gin-gonic/gin/pull/1569)
  - [NEW] Refactor of form mapping multipart requesta [#1829](https://github.com/gin-gonic/gin/pull/1829)
  - [FIX] Truncate Latency precision in long running request [#1830](https://github.com/gin-gonic/gin/pull/1830)
  - [FIX] IsTerm flag should not be affected by DisableConsoleColor method. [#1802](https://github.com/gin-gonic/gin/pull/1802)
  - [NEW] Supporting file binding [#1264](https://github.com/gin-gonic/gin/pull/1264)
  - [NEW] Add support for mapping arrays [#1797](https://github.com/gin-gonic/gin/pull/1797)
  - [FIX] Readme updates [#1793](https://github.com/gin-gonic/gin/pull/1793) [#1788](https://github.com/gin-gonic/gin/pull/1788) [1789](https://github.com/gin-gonic/gin/pull/1789)
  - [FIX] StaticFS: Fixed Logging two log lines on 404.  [#1805](https://github.com/gin-gonic/gin/pull/1805), [#1804](https://github.com/gin-gonic/gin/pull/1804)
  - [NEW] Make context.Keys available as LogFormatterParams [#1779](https://github.com/gin-gonic/gin/pull/1779)
  - [NEW] Use internal/json for Marshal/Unmarshal [#1791](https://github.com/gin-gonic/gin/pull/1791)
  - [NEW] Support mapping time.Duration [#1794](https://github.com/gin-gonic/gin/pull/1794)
  - [NEW] Refactor form mappings [#1749](https://github.com/gin-gonic/gin/pull/1749)
  - [NEW] Added flag to context.Stream indicates if client disconnected in middle of stream [#1252](https://github.com/gin-gonic/gin/pull/1252)
  - [FIX] Moved [examples](https://github.com/gin-gonic/examples) to stand alone Repo [#1775](https://github.com/gin-gonic/gin/pull/1775)
  - [NEW] Extend context.File to allow for the content-dispositon attachments via a new method context.Attachment [#1260](https://github.com/gin-gonic/gin/pull/1260)
  - [FIX] Support HTTP content negotiation wildcards [#1112](https://github.com/gin-gonic/gin/pull/1112)
  - [NEW] Add prefix from X-Forwarded-Prefix in redirectTrailingSlash [#1238](https://github.com/gin-gonic/gin/pull/1238)
  - [FIX] context.Copy() race condition [#1020](https://github.com/gin-gonic/gin/pull/1020)
  - [NEW] Add context.HandlerNames() [#1729](https://github.com/gin-gonic/gin/pull/1729)
  - [FIX] Change color methods to public in the defaultLogger. [#1771](https://github.com/gin-gonic/gin/pull/1771)
  - [FIX] Update writeHeaders method to use http.Header.Set [#1722](https://github.com/gin-gonic/gin/pull/1722)
  - [NEW] Add response size to LogFormatterParams [#1752](https://github.com/gin-gonic/gin/pull/1752)
  - [NEW] Allow ignoring field on form mapping [#1733](https://github.com/gin-gonic/gin/pull/1733)
  - [NEW] Add a function to force color in console output. [#1724](https://github.com/gin-gonic/gin/pull/1724)
  - [FIX] Context.Next() - recheck len of handlers on every iteration. [#1745](https://github.com/gin-gonic/gin/pull/1745)
  - [FIX] Fix all errcheck warnings [#1739](https://github.com/gin-gonic/gin/pull/1739) [#1653](https://github.com/gin-gonic/gin/pull/1653)
  - [NEW] context: inherits context cancellation and deadline from http.Request context for Go>=1.7 [#1690](https://github.com/gin-gonic/gin/pull/1690)
  - [NEW] Binding for URL Params [#1694](https://github.com/gin-gonic/gin/pull/1694)
  - [NEW] Add LoggerWithFormatter method [#1677](https://github.com/gin-gonic/gin/pull/1677)
  - [FIX] CI testing updates [#1671](https://github.com/gin-gonic/gin/pull/1671) [#1670](https://github.com/gin-gonic/gin/pull/1670) [#1682](https://github.com/gin-gonic/gin/pull/1682) [#1669](https://github.com/gin-gonic/gin/pull/1669)
  - [FIX] StaticFS(): Send 404 when path does not exist [#1663](https://github.com/gin-gonic/gin/pull/1663)
  - [FIX] Handle nil body for JSON binding [#1638](https://github.com/gin-gonic/gin/pull/1638)
  - [FIX] Support bind uri param [#1612](https://github.com/gin-gonic/gin/pull/1612)
  - [FIX] recovery: fix issue with syscall import on google app engine [#1640](https://github.com/gin-gonic/gin/pull/1640)
  - [FIX] Make sure the debug log contains line breaks [#1650](https://github.com/gin-gonic/gin/pull/1650)
  - [FIX] Panic stack trace being printed during recovery of broken pipe [#1089](https://github.com/gin-gonic/gin/pull/1089) [#1259](https://github.com/gin-gonic/gin/pull/1259)
  - [NEW] RunFd method to run http.Server through a file descriptor [#1609](https://github.com/gin-gonic/gin/pull/1609)
  - [NEW] Yaml binding support [#1618](https://github.com/gin-gonic/gin/pull/1618)
  - [FIX] Pass MaxMultipartMemory when FormFile is called [#1600](https://github.com/gin-gonic/gin/pull/1600)
  - [FIX] LoadHTML* tests [#1559](https://github.com/gin-gonic/gin/pull/1559)
  - [FIX] Removed use of sync.pool from HandleContext [#1565](https://github.com/gin-gonic/gin/pull/1565)
  - [FIX] Format output log to os.Stderr [#1571](https://github.com/gin-gonic/gin/pull/1571)
  - [FIX] Make logger use a yellow background and a darkgray text for legibility [#1570](https://github.com/gin-gonic/gin/pull/1570)
  - [FIX] Remove sensitive request information from panic log. [#1370](https://github.com/gin-gonic/gin/pull/1370)
  - [FIX] log.Println() does not print timestamp [#829](https://github.com/gin-gonic/gin/pull/829) [#1560](https://github.com/gin-gonic/gin/pull/1560)
  - [NEW] Add PureJSON renderer [#694](https://github.com/gin-gonic/gin/pull/694)
  - [FIX] Add missing copyright and update if/else [#1497](https://github.com/gin-gonic/gin/pull/1497)
  - [FIX] Update msgpack usage [#1498](https://github.com/gin-gonic/gin/pull/1498)
  - [FIX] Use protobuf on render [#1496](https://github.com/gin-gonic/gin/pull/1496)
  - [FIX] Add support for Protobuf format response [#1479](https://github.com/gin-gonic/gin/pull/1479)
  - [NEW] Set default time format in form binding [#1487](https://github.com/gin-gonic/gin/pull/1487)
  - [FIX] Add BindXML and ShouldBindXML [#1485](https://github.com/gin-gonic/gin/pull/1485)
  - [NEW] Upgrade dependency libraries [#1491](https://github.com/gin-gonic/gin/pull/1491)
  
  
  ### Gin 1.3.0
  
  - [NEW] Add [`func (*Context) QueryMap`](https://godoc.org/github.com/gin-gonic/gin#Context.QueryMap), [`func (*Context) GetQueryMap`](https://godoc.org/github.com/gin-gonic/gin#Context.GetQueryMap), [`func (*Context) PostFormMap`](https://godoc.org/github.com/gin-gonic/gin#Context.PostFormMap) and [`func (*Context) GetPostFormMap`](https://godoc.org/github.com/gin-gonic/gin#Context.GetPostFormMap) to support `type map[string]string` as query string or form parameters, see [#1383](https://github.com/gin-gonic/gin/pull/1383)
  - [NEW] Add [`func (*Context) AsciiJSON`](https://godoc.org/github.com/gin-gonic/gin#Context.AsciiJSON), see [#1358](https://github.com/gin-gonic/gin/pull/1358)
  - [NEW] Add `Pusher()` in [`type ResponseWriter`](https://godoc.org/github.com/gin-gonic/gin#ResponseWriter) for supporting http2 push, see [#1273](https://github.com/gin-gonic/gin/pull/1273)
  - [NEW] Add [`func (*Context) DataFromReader`](https://godoc.org/github.com/gin-gonic/gin#Context.DataFromReader) for serving dynamic data, see [#1304](https://github.com/gin-gonic/gin/pull/1304)
  - [NEW] Add [`func (*Context) ShouldBindBodyWith`](https://godoc.org/github.com/gin-gonic/gin#Context.ShouldBindBodyWith) allowing to call binding multiple times, see [#1341](https://github.com/gin-gonic/gin/pull/1341)
  - [NEW] Support pointers in form binding, see [#1336](https://github.com/gin-gonic/gin/pull/1336)
  - [NEW] Add [`func (*Context) JSONP`](https://godoc.org/github.com/gin-gonic/gin#Context.JSONP), see [#1333](https://github.com/gin-gonic/gin/pull/1333)
  - [NEW] Support default value in form binding, see [#1138](https://github.com/gin-gonic/gin/pull/1138)
  - [NEW] Expose validator engine in [`type StructValidator`](https://godoc.org/github.com/gin-gonic/gin/binding#StructValidator), see [#1277](https://github.com/gin-gonic/gin/pull/1277)
  - [NEW] Add [`func (*Context) ShouldBind`](https://godoc.org/github.com/gin-gonic/gin#Context.ShouldBind), [`func (*Context) ShouldBindQuery`](https://godoc.org/github.com/gin-gonic/gin#Context.ShouldBindQuery) and [`func (*Context) ShouldBindJSON`](https://godoc.org/github.com/gin-gonic/gin#Context.ShouldBindJSON), see [#1047](https://github.com/gin-gonic/gin/pull/1047)
  - [NEW] Add support for `time.Time` location in form binding, see [#1117](https://github.com/gin-gonic/gin/pull/1117)
  - [NEW] Add [`func (*Context) BindQuery`](https://godoc.org/github.com/gin-gonic/gin#Context.BindQuery), see [#1029](https://github.com/gin-gonic/gin/pull/1029)
  - [NEW] Make [jsonite](https://github.com/json-iterator/go) optional with build tags, see [#1026](https://github.com/gin-gonic/gin/pull/1026)
  - [NEW] Show query string in logger, see [#999](https://github.com/gin-gonic/gin/pull/999)
  - [NEW] Add [`func (*Context) SecureJSON`](https://godoc.org/github.com/gin-gonic/gin#Context.SecureJSON), see [#987](https://github.com/gin-gonic/gin/pull/987) and [#993](https://github.com/gin-gonic/gin/pull/993)
  - [DEPRECATE] `func (*Context) GetCookie` for [`func (*Context) Cookie`](https://godoc.org/github.com/gin-gonic/gin#Context.Cookie)
  - [FIX] Don't display color tags if [`func DisableConsoleColor`](https://godoc.org/github.com/gin-gonic/gin#DisableConsoleColor) called, see [#1072](https://github.com/gin-gonic/gin/pull/1072)
  - [FIX] Gin Mode `""` when calling [`func Mode`](https://godoc.org/github.com/gin-gonic/gin#Mode) now returns `const DebugMode`, see [#1250](https://github.com/gin-gonic/gin/pull/1250)
  - [FIX] `Flush()` now doesn't overwrite `responseWriter` status code, see [#1460](https://github.com/gin-gonic/gin/pull/1460)
  
  ### Gin 1.2.0
  
  - [NEW] Switch from godeps to govendor
  - [NEW] Add support for Let's Encrypt via gin-gonic/autotls
  - [NEW] Improve README examples and add extra at examples folder
  - [NEW] Improved support with App Engine
  - [NEW] Add custom template delimiters, see #860
  - [NEW] Add Template Func Maps, see #962
  - [NEW] Add \*context.Handler(), see #928
  - [NEW] Add \*context.GetRawData()
  - [NEW] Add \*context.GetHeader() (request)
  - [NEW] Add \*context.AbortWithStatusJSON() (JSON content type)
  - [NEW] Add \*context.Keys type cast helpers
  - [NEW] Add \*context.ShouldBindWith()
  - [NEW] Add \*context.MustBindWith()
  - [NEW] Add \*engine.SetFuncMap()
  - [DEPRECATE] On next release: \*context.BindWith(), see #855
  - [FIX] Refactor render
  - [FIX] Reworked tests
  - [FIX] logger now supports cygwin
  - [FIX] Use X-Forwarded-For before X-Real-Ip
  - [FIX] time.Time binding (#904)
  
  ### Gin 1.1.4
  
  - [NEW] Support google appengine for IsTerminal func
  
  ### Gin 1.1.3
  
  - [FIX] Reverted Logger: skip ANSI color commands
  
  ### Gin 1.1
  
  - [NEW] Implement QueryArray and PostArray methods 
  - [NEW] Refactor GetQuery and GetPostForm 
  - [NEW] Add contribution guide 
  - [FIX] Corrected typos in README
  - [FIX] Removed additional Iota  
  - [FIX] Changed imports to gopkg instead of github in README (#733) 
  - [FIX] Logger: skip ANSI color commands if output is not a tty
  
  ### Gin 1.0rc2 (...)
  
  - [PERFORMANCE] Fast path for writing Content-Type.
  - [PERFORMANCE] Much faster 404 routing
  - [PERFORMANCE] Allocation optimizations
  - [PERFORMANCE] Faster root tree lookup
  - [PERFORMANCE] Zero overhead, String() and JSON() rendering.
  - [PERFORMANCE] Faster ClientIP parsing
  - [PERFORMANCE] Much faster SSE implementation
  - [NEW] Benchmarks suite
  - [NEW] Bind validation can be disabled and replaced with custom validators.
  - [NEW] More flexible HTML render
  - [NEW] Multipart and PostForm bindings
  - [NEW] Adds method to return all the registered routes
  - [NEW] Context.HandlerName() returns the main handler's name
  - [NEW] Adds Error.IsType() helper
  - [FIX] Binding multipart form
  - [FIX] Integration tests
  - [FIX] Crash when binding non struct object in Context.
  - [FIX] RunTLS() implementation
  - [FIX] Logger() unit tests
  - [FIX] Adds SetHTMLTemplate() warning
  - [FIX] Context.IsAborted()
  - [FIX] More unit tests
  - [FIX] JSON, XML, HTML renders accept custom content-types
  - [FIX] gin.AbortIndex is unexported
  - [FIX] Better approach to avoid directory listing in StaticFS()
  - [FIX] Context.ClientIP() always returns the IP with trimmed spaces.
  - [FIX] Better warning when running in debug mode.
  - [FIX] Google App Engine integration. debugPrint does not use os.Stdout
  - [FIX] Fixes integer overflow in error type
  - [FIX] Error implements the json.Marshaller interface
  - [FIX] MIT license in every file
  
  
  ### Gin 1.0rc1 (May 22, 2015)
  
  - [PERFORMANCE] Zero allocation router
  - [PERFORMANCE] Faster JSON, XML and text rendering
  - [PERFORMANCE] Custom hand optimized HttpRouter for Gin
  - [PERFORMANCE] Misc code optimizations. Inlining, tail call optimizations
  - [NEW] Built-in support for golang.org/x/net/context
  - [NEW] Any(path, handler). Create a route that matches any path
  - [NEW] Refactored rendering pipeline (faster and static typeded)
  - [NEW] Refactored errors API
  - [NEW] IndentedJSON() prints pretty JSON
  - [NEW] Added gin.DefaultWriter
  - [NEW] UNIX socket support
  - [NEW] RouterGroup.BasePath is exposed
  - [NEW] JSON validation using go-validate-yourself (very powerful options)
  - [NEW] Completed suite of unit tests
  - [NEW] HTTP streaming with c.Stream()
  - [NEW] StaticFile() creates a router for serving just one file.
  - [NEW] StaticFS() has an option to disable directory listing.
  - [NEW] StaticFS() for serving static files through virtual filesystems
  - [NEW] Server-Sent Events native support
  - [NEW] WrapF() and WrapH() helpers for wrapping http.HandlerFunc and http.Handler
  - [NEW] Added LoggerWithWriter() middleware
  - [NEW] Added RecoveryWithWriter() middleware
  - [NEW] Added DefaultPostFormValue()
  - [NEW] Added DefaultFormValue()
  - [NEW] Added DefaultParamValue()
  - [FIX] BasicAuth() when using custom realm
  - [FIX] Bug when serving static files in nested routing group
  - [FIX] Redirect using built-in http.Redirect()
  - [FIX] Logger when printing the requested path
  - [FIX] Documentation typos
  - [FIX] Context.Engine renamed to Context.engine
  - [FIX] Better debugging messages
  - [FIX] ErrorLogger
  - [FIX] Debug HTTP render
  - [FIX] Refactored binding and render modules
  - [FIX] Refactored Context initialization
  - [FIX] Refactored BasicAuth()
  - [FIX] NoMethod/NoRoute handlers
  - [FIX] Hijacking http
  - [FIX] Better support for Google App Engine (using log instead of fmt)
  
  
  ### Gin 0.6 (Mar 9, 2015)
  
  - [NEW] Support multipart/form-data
  - [NEW] NoMethod handler
  - [NEW] Validate sub structures
  - [NEW] Support for HTTP Realm Auth
  - [FIX] Unsigned integers in binding
  - [FIX] Improve color logger
  
  
  ### Gin 0.5 (Feb 7, 2015)
  
  - [NEW] Content Negotiation
  - [FIX] Solved security bug that allow a client to spoof ip
  - [FIX] Fix unexported/ignored fields in binding
  
  
  ### Gin 0.4 (Aug 21, 2014)
  
  - [NEW] Development mode
  - [NEW] Unit tests
  - [NEW] Add Content.Redirect()
  - [FIX] Deferring WriteHeader()
  - [FIX] Improved documentation for model binding
  
  
  ### Gin 0.3 (Jul 18, 2014)
  
  - [PERFORMANCE] Normal log and error log are printed in the same call.
  - [PERFORMANCE] Improve performance of NoRouter()
  - [PERFORMANCE] Improve context's memory locality, reduce CPU cache faults.
  - [NEW] Flexible rendering API
  - [NEW] Add Context.File()
  - [NEW] Add shorcut RunTLS() for http.ListenAndServeTLS
  - [FIX] Rename NotFound404() to NoRoute()
  - [FIX] Errors in context are purged
  - [FIX] Adds HEAD method in Static file serving
  - [FIX] Refactors Static() file serving
  - [FIX] Using keyed initialization to fix app-engine integration
  - [FIX] Can't unmarshal JSON array, #63
  - [FIX] Renaming Context.Req to Context.Request
  - [FIX] Check application/x-www-form-urlencoded when parsing form
  
  
  ### Gin 0.2b (Jul 08, 2014)
  - [PERFORMANCE] Using sync.Pool to allocatio/gc overhead
  - [NEW] Travis CI integration
  - [NEW] Completely new logger
  - [NEW] New API for serving static files. gin.Static()
  - [NEW] gin.H() can be serialized into XML
  - [NEW] Typed errors. Errors can be typed. Internet/external/custom.
  - [NEW] Support for Godeps
  - [NEW] Travis/Godocs badges in README
  - [NEW] New Bind() and BindWith() methods for parsing request body.
  - [NEW] Add Content.Copy()
  - [NEW] Add context.LastError()
  - [NEW] Add shorcut for OPTIONS HTTP method
  - [FIX] Tons of README fixes
  - [FIX] Header is written before body
  - [FIX] BasicAuth() and changes API a little bit
  - [FIX] Recovery() middleware only prints panics
  - [FIX] Context.Get() does not panic anymore. Use MustGet() instead.
  - [FIX] Multiple http.WriteHeader() in NotFound handlers
  - [FIX] Engine.Run() panics if http server can't be setted up
  - [FIX] Crash when route path doesn't start with '/'
  - [FIX] Do not update header when status code is negative
  - [FIX] Setting response headers before calling WriteHeader in context.String()
  - [FIX] Add MIT license
  - [FIX] Changes behaviour of ErrorLogger() and Logger()