Skip to content

Releases: alexford/twilito

v0.5.0

26 Aug 19:35
Compare
Choose a tag to compare
  • Allows messaging_service_sid in place of from argument (PR #29, Issue #26)
  • Drops support for Ruby 2.x

v0.4.0

06 Apr 10:15
Compare
Choose a tag to compare
  • Twilito now supports passing arbitrary arguments on as parameters to the Twilio API, converting snake_cased arguments into Twilio's CamelCased expectations. There are just too many possible parameters available in the API to deal with each explicitly in Twilito.
    • This shouldn't be a breaking change but is a conceptual shift in how Twilito deals with arguments, so it's a minor version bump.
  • Updated tests to cover basic auth by including it in mocks.

v0.3.3

12 Mar 15:53
Compare
Choose a tag to compare
  • Adds support for Twilio's StatusCallback parameter as status_callback (thanks @miyucy!): PR #17

NOTE: v0.3.2 was released touting this change but was accidentally built without any changes. That version has been yanked and replaced with v0.3.3

v0.3.2

10 Mar 12:10
Compare
Choose a tag to compare

NOTE: This release was accidentally built and pushed without any changes. It's been yanked from rubygems.org and replaced by v0.3.3

v0.3.1

11 Aug 11:05
Compare
Choose a tag to compare
  • Addresses Ruby 2.7 deprecation warnings (thanks @philnash!): PR #16
    • Twilito::Result is now a class, not a struct
  • Add YARD and publish basic, autogenerated doc site (https://twilito.netlify.app): PR #14 + #15
    • Doc comments still need added to make these complete: Issue #12

v0.3.0

27 May 09:14
Compare
Choose a tag to compare
  • Includes support for MMS via MediaUrl (thanks @JKring!): PR #11
  • Updates rake dependency to 13.0 (dependabot automated): PR #9

v0.2.1

28 Jan 11:34
Compare
Choose a tag to compare

Tests Ruby 2.7.0 support, no functional changes.

  • Adds Ruby 2.7.x to CI build matrix (PR #7)
  • Addresses some of the keyword argument style deprecation warnings in Ruby 2.7.0 (PR #7). There are still some left (See #8)

v0.2.0

30 Nov 12:58
2e61562
Compare
Choose a tag to compare
  • Adds user agent string to requests made by Twilito (thanks @philnash!): PR #2
  • Adjusts Result struct to support Ruby 2.4 (h/t @david-harkness): Issue #4, PR #6
  • Adds Ruby version matrix testing in GitHub actions for 2.4, 2.5, and 2.6: PR #5

First publish

27 Sep 16:13
Compare
Choose a tag to compare
First publish Pre-release
Pre-release

Twilito seems to work, let's make it a real gem so people can try it out.

Still un-tested in the wild