mirror of
https://github.com/kataras/iris.git
synced 2025-03-13 21:36:28 +01:00
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
This commit is contained in:
parent
42bc7dbad0
commit
c7b8e0661b
|
@ -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:
|
||||
|
|
|
@ -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;_
|
||||
|
|
Loading…
Reference in New Issue
Block a user