1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-23 20:05:59 +00:00

Update to version 10.6.3. Read HISTORY.md. It contains a very important fix for the websocket servers caused some time ago by an external contributor

Former-commit-id: 1626ff0660801a28a5034ecd2788e87561c55f41
This commit is contained in:
Gerasimos Maropoulos
2018-05-02 17:57:01 +03:00
parent 0db2afea93
commit 0087bc218d
10 changed files with 22 additions and 7 deletions

View File

@@ -17,6 +17,12 @@ Developers are not forced to upgrade if they don't really need it. Upgrade whene
**How to upgrade**: Open your command-line and execute this command: `go get -u github.com/kataras/iris` or let the automatic updater do that for you.
# We, 02 May 2018 | v10.6.3
**Every server should be upgraded to this version**, it contains an important, but easy, fix for the `websocket/Connection#Emit##To`.
- Websocket: fix https://github.com/kataras/iris/issues/991
# Tu, 01 May 2018 | v10.6.2
- Websocket: added OnPong to Connection via PR: https://github.com/kataras/iris/pull/988