v0.9.4
Bugs are not fun.
Today, we're thrilled to announce that we're releasing a new version of Twurl - v0.9.4 - for the first time in about 4 years. This release includes multiple bug fixes and a couple of additional small enhancements.
We really appreciate all the developers who made contributions and gave us feedback in order to release this new version.
Bug Fix:
-
Make aliases work again #114 by @flaviomartins
-
Stop manual URI parsing/escaping and use CGI::parse #119
-
Do not parse/escape request POST body in case if "content-type" request header is specified 2bcda26
-
set_form_data() does not escape "*" (asterisk) in POST body data #117
-
Use IO.binread instead of IO.read #110