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:
- Fix token secret cli parsing https://github.com/twitter/twurl/pull/91 by woparry
- Fix PIN authorization https://github.com/twitter/twurl/pull/111 by raethlo
- Make aliases work again https://github.com/twitter/twurl/pull/114 by flaviomartins
- Stop manual URI parsing/escaping and use CGI::parse https://github.com/twitter/twurl/pull/119
- Do not parse/escape request POST body in case if "content-type" request header is specified https://github.com/twitter/twurl/pull/119/commits/2bcda26bcefddda9112514cc0c2ac62b2dfd5f90
- set_form_data() does not escape "*" (asterisk) in POST body data https://github.com/twitter/twurl/issues/117
- Use IO.binread instead of IO.read https://github.com/twitter/twurl/pull/110
Enhancement
- Add `--timeout` and `--connection-timeout` options https://github.com/twitter/twurl/pull/128
- Feature Request: username selection command line option https://github.com/twitter/twurl/pull/125