mirror of
https://github.com/kataras/iris.git
synced 2026-01-09 13:05:56 +00:00
Update to 4.4.5
This commit is contained in:
@@ -2,11 +2,13 @@
|
||||
|
||||
**How to upgrade**: remove your `$GOPATH/src/github.com/kataras` folder, open your command-line and execute this command: `go get -u github.com/kataras/iris/iris`.
|
||||
|
||||
## 4.4.1 -> 4.4.4
|
||||
## 4.4.1 -> 4.4.5
|
||||
|
||||
- **FIX**: CORS
|
||||
- **FIX**: CORS not worked for all http methods
|
||||
- **FIX**: Unexpected Party root's route slash when `DisablePathCorrection` is false(default), as reported [here](https://github.com/kataras/iris/issues/453)
|
||||
- **small fix**: DisablePathEscape not affects
|
||||
- **small fix**: DisablePathEscape not affects the uri string
|
||||
- **small fix**: when Path Correction on POST redirect to the GET instead of POST
|
||||
|
||||
## 4.4.0 -> 4.4.1
|
||||
|
||||
- **NEW**: Template PreRenders, as requested [here](https://github.com/kataras/iris/issues/412).
|
||||
|
||||
Reference in New Issue
Block a user