Releases: twitter/twurl
Releases · twitter/twurl
v0.9.6
This is primarily a bug fix release with small enhancements
Enhancement
- more graceful handling of invalid options (without stack traces)
- removal of support for xAuth (unsupported by Twitter for several years; use OAuth 1.0A or a bearer token)
- support Ruby 2.7.0 in CI
Bug Fix
- resolve
expand_path
error - documentation errors
v0.9.5
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