tomaka / rouille

Web framework in Rust
Apache License 2.0
1.09k stars 105 forks source link

New release? #165

Closed mentalbrew closed 6 years ago

mentalbrew commented 6 years ago

Would there be any problem with releasing a version with serde support now that it has been merged? Is there anything else holding it up?

tomaka commented 6 years ago

The only thing holding things up is that we may want to put as many breaking changes as possible into the same version. So let's merge #164, and then we'll release version 2.0.

mentalbrew commented 6 years ago

Thanks Pierre! Much appreciated.

coder543 commented 6 years ago

The timing of all of this is great. I was just about to post a similar issue. I'm looking at web frameworks, and Rouille seems to be the most highly recommended. Serde support would be nice to have.

coder543 commented 6 years ago

It looks like #164 got merged a few days ago. what's the status on this? I do see that issue #167 has been opened.

tomaka commented 6 years ago

If you open a PR that modifies the version of the library I will merge it and it will automatically publish it!

coder543 commented 6 years ago

alright, I have opened the PR!

MightyPork commented 4 years ago

Just came here to open the same issue for >3.0.0

I need server.poll_timeout(), now I'm pulling it from git but an official version on crates.io would be nicer…