Push version 8.5.4 | Read HISTORY.md

https://github.com/kataras/iris/blob/master/HISTORY.md#th-26-october-2017--v854

Former-commit-id: 5a698579070a49c9e02058b0e8cf467eb471f97f
This commit is contained in:
Gerasimos (Makis) Maropoulos 2017-10-26 03:18:16 +03:00
parent d68b94db15
commit 046bd3fc68
2 changed files with 13 additions and 3 deletions

View File

@ -19,12 +19,22 @@ Developers are not forced to upgrade if they don't really need it. Upgrade whene
# Th, 26 October 2017 | v8.5.4
No new features or fixes (all reported bugs are fixed) in this version, just a tiny improvement.
This version is part of the [releases](https://github.com/kataras/iris/releases).
- ENHANCEMENT: More friendly version checker!
## Version Updater
Not any new features or fixes (all reported bugs are fixed) in this version, just a tiny improvement.
**More friendly version checker!**
> Remember: If you don't want to keep the version checker and you're pretty sure that you will be able to keep your server up-to-date manually, then you can disable the auto updater via; `app.Run(..., iris.WithoutVersionChecker)`.
## We need your help with translations into your native language.
Iris needs your help, please think about contributing to the translation of the [README](README.md) and https://iris-go.com, you will be rewarded.
For Chinese Gophers: https://github.com/kataras/iris/issues/796
# Su, 22 October 2017 | v8.5.3
- FIX: [Websocket: memory leak on startPinger](https://github.com/kataras/iris/issues/787) by @jerson with PR: https://github.com/kataras/iris/pull/788

View File

@ -44,7 +44,7 @@ If you're coming from [nodejs](https://nodejs.org) world, Iris is the [expressjs
## Table Of Content
* [Installation](#installation)
* [Latest changes](#th-26-october-2017--v854)
* [Latest changes](https://github.com/kataras/iris/blob/master/HISTORY.md#th-26-october-2017--v854)
* [Getting started](#getting-started)
* [Learn](_examples/)
* [MVC (Model View Controller)](_examples/#mvc) **NEW**