Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade: v11.2.0 #1175

Merged
merged 91 commits into from
Jul 23, 2019
Merged
Changes from 1 commit
Commits
Show all changes
91 commits
Select commit Hold shift + click to select a range
dee3e6b
init of v11.2.0: add context#FullRequestURI and NewConditionalHandler
kataras Jan 19, 2019
bd1ada4
minor misspell fix
kataras Jan 19, 2019
48cfac9
gofmt
kataras Jan 19, 2019
32d735f
add a warning on mvc if someone didn't read the examples or the godoc…
kataras Jan 20, 2019
9a777f7
websocket: replace sync.Map with custom map[string]*connection. Add t…
kataras Jan 25, 2019
4cfdc64
add tutorial for the official mongodb go driver
kataras Jan 28, 2019
0b860fa
minor fmt
kataras Feb 2, 2019
07e9179
add Context#ResetRequest and core/handlerconv.FromStdWithNext updates…
kataras Feb 2, 2019
1a8d162
minor
kataras Feb 2, 2019
90784f3
add iris websocket client side for Go and a simple chat example
kataras Feb 9, 2019
edaf461
use the same connection structure for both client and server-side con…
kataras Feb 10, 2019
71ad442
add websocket client stress test, passed and update the vendors (this…
kataras Feb 14, 2019
cea2375
add support for mvc and hero dynamic dependencies to understand the e…
kataras Feb 15, 2019
1fef41a
sessions: give ability to the end-user to modify the cookie via conte…
kataras Feb 16, 2019
63c6ae7
add a new websocket2 package without breaking changes to the iris API…
kataras Feb 17, 2019
f39dffc
fix issue on binding sessions caused by variadic cookie options, as r…
kataras Feb 17, 2019
e5d0702
websocket: from 1k to 100k on a simple raspeberry pi 3 model b by usi…
kataras Feb 18, 2019
7ed238a
improve client test, I think we are OK, both gorilla(websocket) and w…
kataras Feb 19, 2019
1cf47da
some cleanup, and remove the test 'testwebocket2' package at all; A l…
kataras Feb 22, 2019
decd933
add `Context.ResponseWriter.IsHijacked` to report whether the underli…
kataras Feb 23, 2019
328b5c6
remove websocket's connection's temp storage, as it was deprecated fo…
kataras Feb 23, 2019
ffcb1b8
fix https://github.com/kataras/iris/issues/1205
kataras Mar 1, 2019
86e06cb
implement mvc HandleError as requested at #1244
kataras Apr 16, 2019
5a543d8
clean up the mvc error handler example
kataras Apr 16, 2019
18004a4
extract the `Delim` for redis sessiondb as requested at https://githu…
kataras May 30, 2019
1e95695
fix go.mod caused by prev commit
kataras May 30, 2019
d1fd8b2
Add the new websocket package (which is just a helper for kataras/nef…
kataras Jun 2, 2019
fa87c95
add example line on how to get the upgraded conn's `iris.Context` wit…
kataras Jun 2, 2019
e00ec93
add go1.12 to the travis builds (there are 4 tested versions, and thi…
kataras Jun 2, 2019
02ca842
add `neffos.Object` based on the latest neffos API and update the go.…
kataras Jun 3, 2019
a4fbbd3
updates for neffos and re-push the fix of the request path with uri u…
kataras Jun 6, 2019
ce975f3
sync master README.md: video courses, articles and starter kits
kataras Jun 12, 2019
c7d5c83
_examples/websocket/basic: add a nodejs client and provide a README.m…
kataras Jun 13, 2019
56754d7
fix https://github.com/kataras/iris/issues/1273
kataras Jun 14, 2019
6c50e6a
hero/mvc: func result -> struct, map, slices check if content type is…
kataras Jun 14, 2019
9fef498
hero/mvc: func result -> struct, map, slices check if content type is…
kataras Jun 14, 2019
3145586
add more websocket helpers from neffos project
kataras Jun 15, 2019
7974f80
add a `Route#StaticTarget string` to determinate if a specific route …
kataras Jun 15, 2019
7c78079
create the new FileServer and HandleDir, deprecate the rest APIBuilde…
kataras Jun 21, 2019
fb6d94e
fix travis fail on deprecation example test
kataras Jun 21, 2019
af54418
replace the redis library we used with another one, no performance di…
kataras Jun 22, 2019
82aa362
Implement a new View Engine for the Jet template parser as requested …
kataras Jun 22, 2019
5093cc8
a good start of making the ./_benchmarks benchmarker works autonomous…
kataras Jun 23, 2019
ba2f030
finally make the silent and local installation for nodejs get working…
kataras Jun 23, 2019
d225104
fix https://github.com/kataras/iris/issues/1286
kataras Jun 23, 2019
7cee1b4
nothing serious here yet, just having fun with powershell and my nerv…
kataras Jun 24, 2019
b84447e
remove the json-iterator from vendor, keep its most stable version on…
kataras Jun 24, 2019
0434bde
update the nantive-messages(only) example to the latest websocket (mi…
kataras Jun 25, 2019
58731c1
nothing tremendous here
kataras Jun 27, 2019
2e839c1
add the DefaultIDGenerator as variable to the iris neffos helpers
kataras Jul 1, 2019
f806e99
update websocket examples - keep neffos and use the iris/websocket as…
kataras Jul 1, 2019
660849d
implement the Iris Crypto Library for Request Authentication and Veri…
kataras Jul 2, 2019
a95c7a6
add support for iris-specific form of generating connection IDs as re…
kataras Jul 5, 2019
e2a06eb
improve the example and add jwt authentication on handshake or server…
kataras Jul 6, 2019
ab321a6
MVC improvements: add HandleWebsocket that now registers events autom…
kataras Jul 9, 2019
df66284
minor example fixes
kataras Jul 9, 2019
2fe5597
Remove the two day old crypto package, let's not confuse users betwee…
kataras Jul 9, 2019
f0ab69d
add running with http/3 quic protocol as server listener to examples,…
kataras Jul 9, 2019
eafbce2
add the new neffos StackExchange feature to the type aliases and shor…
kataras Jul 11, 2019
a71ad42
add HandleMany to controller's Before/AfterActivation feature as requ…
kataras Jul 11, 2019
0d4f247
add support for b.HandleMany(GET, /custom3/{ps:string}/{pssecond:stri…
kataras Jul 11, 2019
bf3f306
respect the WithoutBodyConsumptionOnUnmarshal on 'ctx.ReadForm' and '…
kataras Jul 12, 2019
f5b810d
sync kataras/iris/websocket with kataras/neffos - added support for n…
kataras Jul 14, 2019
242cc32
Updated all dependencies one by one to go.mod - Backup and remove the…
kataras Jul 15, 2019
19da9e8
update mongodb official driver tutorial to its latest API (requires a…
kataras Jul 15, 2019
4dcf6b9
nothing important here
kataras Jul 15, 2019
0558230
hmm
kataras Jul 15, 2019
efaf87c
remove experimental-handlers examples, users should visit github.com/…
kataras Jul 15, 2019
099cdaa
update the online visitors and vuejs +iris mvc todo app (this gave me…
kataras Jul 15, 2019
55350ba
start of the server tunneling feature - probably will help new users …
kataras Jul 16, 2019
5045552
all examples and tests ran successfully based on iris v11.2.0 and go+…
kataras Jul 16, 2019
3cd0837
New feature: automatic public domain using tunneling: https://github.…
kataras Jul 17, 2019
12dd190
minor
kataras Jul 19, 2019
0854c15
able to fetch the ngrok executable path through a 'NGROK' env variabl…
kataras Jul 19, 2019
f6e78f0
touches before release
kataras Jul 22, 2019
1ca7a36
align image (try 1)
kataras Jul 22, 2019
9c4105e
align image (try 2)
kataras Jul 22, 2019
76248e8
align image (try 2)
kataras Jul 22, 2019
81e6a1a
minify README.md
kataras Jul 22, 2019
607b5b7
https://github.com/kataras/iris/issues/1217
kataras Jul 22, 2019
4469d50
fossa
kataras Jul 22, 2019
3fb52c0
readme needs new translations as it's minified and dramatically changed
kataras Jul 22, 2019
d1c90f3
minor
kataras Jul 22, 2019
29425b5
minor
kataras Jul 22, 2019
15fab43
remove some examples learning content as they are exist on the wiki i…
kataras Jul 23, 2019
46a917b
add the gorm example from: https://github.com/kataras/iris/pull/1275
kataras Jul 23, 2019
7db4c62
resolve conflicts with current master v11.1.1
kataras Jul 23, 2019
b089061
remove the old redis (result of prev commit sync with master)
kataras Jul 23, 2019
a12e467
release 11.2.0
kataras Jul 23, 2019
31c9880
from master
kataras Jul 23, 2019
b79cd8f
Merge branch 'master' into v11.2.0
kataras Jul 23, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
align image (try 2)
kataras committed Jul 22, 2019

Unverified

This user has not yet uploaded their public signing key.
commit 76248e807885de711aa745801f36af4d4d8b381b
16 changes: 7 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -2,17 +2,11 @@

[![build status](https://img.shields.io/travis/kataras/iris/master.svg?style=for-the-badge)](https://travis-ci.org/kataras/iris) [![report card](https://img.shields.io/badge/report%20card-a%2B-ff3333.svg?style=for-the-badge)](https://goreportcard.com/report/github.com/kataras/iris)<!--[![godocs](https://img.shields.io/badge/go-%20docs-488AC7.svg?style=for-the-badge)](https://godoc.org/github.com/kataras/iris)--> [![view examples](https://img.shields.io/badge/learn%20by-examples-0077b3.svg?style=for-the-badge)](https://github.com/kataras/iris/tree/master/_examples) [![chat](https://img.shields.io/gitter/room/iris_go/community.svg?color=blue&logo=gitter&style=for-the-badge)](https://gitter.im/iris_go/community) [![release](https://img.shields.io/badge/release%20-v11.2-0077b3.svg?style=for-the-badge)](https://github.com/kataras/iris/releases)

<a href="https://iris-go.com"> <img align="right" width="130px" src="https://iris-go.com/images/icon.svg?v=a" title="logo created by @merry.dii" /> </a>
<a href="https://iris-go.com"> <img align="right" width="95px" src="https://iris-go.com/images/icon.svg?v=a" title="logo created by @merry.dii" /> </a>

Iris is a fast, simple yet fully featured and very efficient web framework for Go.
Iris is a fast, simple yet fully featured and very efficient web framework for Go. It provides a beautifully expressive and easy to use foundation for your next website or API.

Iris provides a beautifully expressive and easy to use foundation for your next website or API.

Iris offers a complete and decent solution and support for all gophers around the globe.

Learn what [others say about Iris](https://iris-go.com/testimonials/) and **star** this github repository if you'd like what you've seen and learn.

Routing is powered by the [muxie](https://github.com/kataras/muxie#philosophy) project.
Learn what [others say about Iris](https://iris-go.com/testimonials/) and **star** this github repository.

## Quick start

@@ -43,6 +37,10 @@ func main() {
$ go run example.go
```



Routing is powered by the [muxie](https://github.com/kataras/muxie#philosophy) project.

### Get hired

There are many companies and start-ups looking for Go web developers with Iris experience as requirement, we are searching for you every day and we post those information via our [facebook page](https://www.facebook.com/iris.framework), like the page to get notified, we have already posted some of them.