Skip to content

Releases: twitter/twurl

v0.9.6

27 Aug 14:30
f986f11
Compare
Choose a tag to compare

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

26 Dec 13:38
b9818b8
Compare
Choose a tag to compare

Enhancement

  • Support authorization options on request #120
  • Add -j (--json-pretty) option #130
  • Support Bearer Token (Application-only authentication)
    Now you can make a request using a bearer token. Check out the README for more details.

v0.9.4

10 Dec 13:30
03984a2
Compare
Choose a tag to compare

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 #91 by @woparry

  • Fix PIN authorization #111 by @raethlo

  • 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

Enhancement

  • Add --timeout and --connection-timeout options #128
  • Feature Request: username selection command line option #125