From c7b8e0661b73be61feec48971e2f9085c82405f2 Mon Sep 17 00:00:00 2001 From: kataras Date: Thu, 2 Nov 2017 06:51:46 +0200 Subject: [PATCH] Update to version 8.5.5 | Read https://github.com/kataras/iris/blob/master/HISTORY.md#tu-02-november-2017--v855 Former-commit-id: 6b8a55df68a9e89caaa95775215919b0b4d581c4 --- .travis.yml | 2 +- HISTORY.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index efe5f843..351c56a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ go: # - tip go_import_path: github.com/kataras/iris install: - - go get ./... # for iris-contrib/httpexpect, kataras/golog, kataras/signal + - go get ./... # for iris-contrib/httpexpect, kataras/golog script: - go test -v -cover ./... after_script: diff --git a/HISTORY.md b/HISTORY.md index 9b9a9629..be0e583f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -23,6 +23,8 @@ Developers are not forced to upgrade if they don't really need it. Upgrade whene - improve the updater's performance and moved that into the framework itself, - ask for authentication only when a new version is released. - sessiondb's `.Async` functions do nothing now, all session databases(back-end persistence storage) should run in-sync, @speedwheel helped to find a misbehavior because of that setting, +- the [configuration](configuration.go) now has `json` fields tag like `yaml` and `toml` did in order to be able to be fetched from a json file directly using the `encoding/json` package, +- fix the `context#GetFloat64`, - we are on [opencollective](http://opencollective.com/iris) and sponsored by [codesponsor](https://codesponsor.io/) now. _TODO;_