Gerasimos Maropoulos
7ea334812f
Align with the latest go-sessions
2016-09-13 07:54:44 +03:00
Gerasimos Maropoulos
787425e5c5
Donations Summary Update and a small fix
2016-09-12 23:25:17 +03:00
Gerasimos Maropoulos
3d70d13298
Summary Donations Update
2016-09-12 08:10:55 +03:00
Gerasimos Maropoulos
ae5ba6fe7e
Update gitbook section link for the new Serializers
2016-09-10 07:27:37 +03:00
Gerasimos Maropoulos
97431f2650
Replace response engines with serializers, same job but organized better, read README.md , no front-end changes if you used default engines.
2016-09-10 07:23:02 +03:00
Gerasimos Maropoulos
f561b7a90d
Update to 4.2.0 - Configuration changes (big but old way still works, naming changes) & Implement https://github.com/kataras/iris/issues/409
2016-09-09 08:09:03 +03:00
Gerasimos Maropoulos
1a7c79db66
Update to 4.1.7. Logger changes, read HISTORY.md
2016-09-07 07:36:23 +03:00
Gerasimos Maropoulos
eacc04406a
Add HISTORY.md entry for the 4.1.6
2016-09-05 13:23:59 +03:00
Gerasimos Maropoulos
a073e442fc
Align sessions with the latest kataras/go-sessions. Now you should update :)
2016-09-05 13:08:32 +03:00
Gerasimos Maropoulos
1537a657c0
Nothing really special, but tests seems to match better with old-style .New() on contextPool although I though that was the same thing...
2016-09-05 12:10:45 +03:00
Gerasimos Maropoulos
1fda6383f3
Readme addons
2016-09-05 04:01:13 +03:00
Gerasimos Maropoulos
482c108839
Remove unused Plugin's custom callbacks.
2016-09-05 03:56:28 +03:00
Gerasimos Maropoulos
27e21d2685
(from previous commit) fix sessions init when UseDatabaseDB before session manager
2016-09-04 22:09:54 +03:00
Gerasimos Maropoulos
b8b52ad46e
Update to 4.1.4. Users & Devs can ignore this update. Read HISTORY.md for more
2016-09-04 22:02:31 +03:00
Gerasimos Maropoulos
c38a9b2459
Developers can ignore this update. Replace the template engines with a new cross-framework package (kataras/go-template)
2016-09-02 06:05:44 +03:00
Gerasimos Maropoulos
6163726bc5
Replace utils/file with go-fs and go-installer, fix previous tests
2016-09-01 06:34:55 +03:00
Gerasimos Maropoulos
1d49188da9
Developers can ignore this update. Use of go-websocket and go-errors. Zero front-end changes. No real improvements.
2016-09-01 06:01:53 +03:00
Gerasimos Maropoulos
480f85a9db
Implement https://github.com/kataras/iris/issues/387
2016-08-29 07:28:19 +03:00
Gerasimos Maropoulos
d03c9ad231
Fix go1.6 issue https://github.com/kataras/iris/issues/378
2016-08-23 20:41:12 +03:00
Gerasimos Maropoulos
2d067ac081
Update to 4.1.1 - Able to set Sessions.CookieLength. Read HISTORY.md
...
https://github.com/kataras/iris/blob/master/HISTORY.md
2016-08-18 03:20:59 +03:00
Gerasimos Maropoulos
532254e03b
Bring back AcquireCookie and ReleaseCookie usage
2016-08-18 00:28:03 +03:00
Gerasimos Maropoulos
8f1bf8dcc7
Websocket: Fix silly panic when no needed https://github.com/kataras/iris/issues/367
2016-08-17 23:35:46 +03:00
Gerasimos Maropoulos
befa43ba2a
context.SendFile supports resume (by range). https://github.com/kataras/iris/issues/359#issuecomment-240471538
2016-08-17 20:16:23 +03:00
Gerasimos Maropoulos
bef334868b
Update to 4.1.0, New: SSH Remote control, READ HISTORY.md
...
https://github.com/kataras/iris/blob/master/HISTORY.md
2016-08-17 12:57:54 +03:00
Gerasimos Maropoulos
3beb292f4f
Fix https://github.com/kataras/iris/issues/351
2016-08-16 19:23:12 +03:00
Gerasimos Maropoulos
ca2e46f1c3
Fix multi websocket servers https://github.com/kataras/iris/issues/365
2016-08-16 13:17:26 +03:00
Gerasimos Maropoulos
c6f5406c3b
Better gzip managment, align with https://github.com/kataras/iris/issues/361 . OnError on Parties: https://github.com/kataras/iris/issues/35
2016-08-14 05:44:36 +03:00
Gerasimos Maropoulos
56bd511427
Stable v4.0.0.
...
All releases happens one-per-month, with new features at each stable
release, you had complains so that stops, the next release will may not
be available on next month, but it will take longers, this release
should be the most iris stable version you can get now.
2016-08-09 22:48:09 +03:00
Gerasimos Maropoulos
a4fbf4db4e
Fix https://github.com/kataras/iris/issues/350
2016-08-09 22:12:03 +03:00
Gerasimos Maropoulos
374bfa890c
https://github.com/kataras/iris/issues/348
2016-08-08 22:20:47 +03:00
Gerasimos Maropoulos
3c50d26808
Add easy way to set Read/WriteTimeout instead of http://targetliu.com/golang-iriszhong-tong-guo-pluginshe-zhi-httpchao-shi-shi-jian/
...
Instead of this article, I just found, shows you how to inject the main
server, now you can just use the:
iris.ListenTo(config.Server{WriteTimeout: 5* time.Second, ReadTimeout=
5*time.Second, ListeningAddr:":8080"})
2016-08-05 08:44:52 +03:00
Gerasimos Maropoulos
2b364817c3
Nothing special here
...
On websocket:
https://github.com/kataras/iris/issues/340#issuecomment-237612680
2016-08-04 19:49:12 +03:00
Gerasimos Maropoulos
922248bbf1
Fix error handling on Listen functions
2016-07-31 15:01:28 +03:00
Gerasimos Maropoulos
08e6ea31de
Add a better check for domain persistance on sessions - add the community members names who helped on website & logo on README
2016-07-30 17:24:12 +03:00
Gerasimos Maropoulos
6f83c48a10
Update to v4.0.0-alpha.5 - Letsencrypt integration https://github.com/kataras/iris/issues/220 . 4 Fixes. Read HISTORY.md
...
## 4.0.0-alpha.4 -> 4.0.0-alpha.5
- **NEW FEATURE**: Letsencrypt.org
integration[*](https://github.com/kataras/iris/issues/220 )
- example
[here](https://github.com/iris-contrib/examples/blob/master/letsencrypt/main.go )
- **FIX**: (ListenUNIX adds :80 to
filename)[https://github.com/kataras/iris/issues/321 ]
- **FIX**: (Go-Bindata +
ctx.Render)[https://github.com/kataras/iris/issues/315 ]
- **FIX** (auto-gzip doesn't really compress data in latest
code)[https://github.com/kataras/iris/issues/312 ]
2016-07-29 01:33:20 +03:00
Gerasimos Maropoulos
f8f6abd906
Add PostValuesAll, PostValues, PostValue shortcut for aio multipart, form data, raw post, query data
2016-07-28 12:13:54 +03:00
Gerasimos Maropoulos
77955c8540
Fix https://github.com/kataras/iris/issues/321
2016-07-27 17:09:19 +03:00
Gerasimos Maropoulos
5f76942b52
no need to duplicate ourselves
2016-07-26 21:53:52 +03:00
Gerasimos Maropoulos
81019aa90d
Nothing special here - set the ability to set a virtual scheme for the server, used inside global tmpl helper funcs
2016-07-26 21:50:14 +03:00
Gerasimos Maropoulos
8288161b30
Fix CookieNeverExpires time, set an option for -1 for browser-based session (when browser closes cookie is removed)
2016-07-26 21:26:54 +03:00
Gerasimos Maropoulos
c26ce245c7
Nothing special here, just a check on server.Hostname for VListeningAddr
2016-07-26 20:37:36 +03:00
Gerasimos Maropoulos
40bc7f5054
Nothing special - Set a server.Config field which can override the ListeningAddr when server.Host()/Port. Mostly used inside glb tmpl funcs
2016-07-26 20:19:50 +03:00
Gerasimos Maropoulos
3f13707428
Expose a standard Session interface on context/context.go | https://github.com/kataras/iris/issues/316
2016-07-26 19:36:31 +03:00
Gerasimos Maropoulos
5579153614
Fix the call to pointer on .UseTemplate(...).Directory(..).Binary(...)
2016-07-26 18:36:03 +03:00
Gerasimos Maropoulos
83c3eb216e
README: make & use the flat book cover as the logo
2016-07-25 22:07:12 +03:00
Gerasimos Maropoulos
012b8a3c71
A risk to update the first-view of the README
2016-07-25 20:28:44 +03:00
Gerasimos Maropoulos
6f5c83272b
prepend the slash on party.API if the developer forgotten that https://github.com/kataras/iris/issues/293#issuecomment-234966015
2016-07-25 17:18:50 +03:00
Gerasimos Maropoulos
952caa493e
Done/DoneFunc are kept to use for the child route parties also
2016-07-25 16:02:51 +03:00
Gerasimos Maropoulos
f3e216c738
.Done/.DoneFunc as requested, examples: https://github.com/iris-contrib/examples/tree/master/middleware_2
...
https://github.com/iris-contrib/examples/tree/master/middleware_2 &&
https://github.com/iris-contrib/examples/tree/master/middleware_3
2016-07-25 15:53:12 +03:00
Gerasimos Maropoulos
d10273391a
Fix https://github.com/kataras/iris/issues/312
2016-07-25 14:45:12 +03:00