File tree Expand file tree Collapse file tree 7 files changed +13
-5
lines changed Expand file tree Collapse file tree 7 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,10 @@ Developers are not forced to upgrade if they don't really need it. Upgrade whene
2121
2222** How to upgrade** : Open your command-line and execute this command: ` go get github.com/kataras/iris/v12@latest ` .
2323
24+ # Th, 19 December 2019 | v12.1.2
25+
26+ Fix [[ BUG] Session works incorrectly when meets the multi-level TLDs] ( https://github.com/kataras/iris/issues/1407 ) .
27+
2428# Mo, 16 December 2019 | v12.1.1
2529
2630Add [ Context.FindClosest(n int) [ ] string] ( https://github.com/kataras/iris/blob/master/_examples/routing/not-found-suggests/main.go#L22 )
Original file line number Diff line number Diff line change @@ -21,6 +21,10 @@ Los desarrolladores no están obligados a actualizar si realmente no lo necesita
2121
2222** Cómo actualizar** : Abra su línea de comandos y ejecute este comando: ` go get github.com/kataras/iris/v12@latest ` .
2323
24+ # Th, 19 December 2019 | v12.1.2
25+
26+ Not translated yet, please navigate to the [ english version] ( HISTORY.md#th-19-december-2019--v1212 ) instead.
27+
2428# Mo, 16 December 2019 | v12.1.1
2529
2630Not translated yet, please navigate to the [ english version] ( HISTORY.md#mo-16-december-2019--v1211 ) instead.
Original file line number Diff line number Diff line change 1- 12.1.1 :https://github.com/kataras/iris/releases/tag/v12.1.1
1+ 12.1.2 :https://github.com/kataras/iris/releases/tag/v12.1.2
Original file line number Diff line number Diff line change 44
55require (
66 github.com/betacraft/yaag v1.0.1-0.20191027021412-565f65e36090
7- github.com/kataras/iris/v12 v12.1.1
7+ github.com/kataras/iris/v12 v12.1.2
88)
Original file line number Diff line number Diff line change 44
55require (
66 github.com/googollee/go-socket.io v1.4.3-0.20191109153049-7451e2f8c2e0 // indirect
7- github.com/kataras/iris/v12 v12.1.1
7+ github.com/kataras/iris/v12 v12.1.2
88)
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Source code and other details for the project are available at GitHub:
3838
3939Current Version
4040
41- 12.1.1
41+ 12.1.2
4242
4343Installation
4444
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ import (
3939)
4040
4141// Version is the current version number of the Iris Web Framework.
42- const Version = "12.1.1 "
42+ const Version = "12.1.2 "
4343
4444// HTTP status codes as registered with IANA.
4545// See: http://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml.
You can’t perform that action at this time.
0 commit comments