-
Notifications
You must be signed in to change notification settings - Fork 54
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
Release 1.2.0 #111
Release 1.2.0 #111
Conversation
@samwgoldman @tarcieri Did you guys have any last-minute things? |
@seancribbs I didn't want to rush but on the other hand I'd love to have at least a bugfix release when we're waiting for features. I see no point in withholding fixed issues. |
BTW, thanks @pawelpacana for reminding me to do some issue-gardening! |
@bernd #97 might be a lot of work, it's incredibly broken as-is. (My fault! I didn't understand the semantics properly the first time.) Regarding #109, should the semantics be a variant of PUT? I also feel like it should have a specific non-404 response if the client sends PATCH to a resource that doesn't exist, but I might be wrong there. |
wrt #97, I see. I guess we can ship that with a bugfix release later. wrt #109, I just had a look at http://tools.ietf.org/html/rfc5789
Does not sound like a variant of PUT to me. So I guess this is also quite a bit of work that we shouldn't put into a release at the last minute. ;) |
I just added ruby 2.0.0 to the travis config. |
👍 |
Agree. Maybe it should be funneled through something similar to POST. |
@seancribbs not worth blocking a release on. We should talk about LazyRequestBody at some point though, and how to fix it to allow real streaming |
@seancribbs perhaps you might consider #113 |
I'm sorry, Am looking forward to see 1.2 and the changes to the Reel Adapter merged soon. |
@Asmod4n I fixed it. |
We have a major feature of Events framework and several improvements and bugfixes. It would be nice to have a release, the last one was half a year ago.
Here's complete list of changes:
bfd357e...master
I've already prepared initial changelog. What do you think?