Releases: alexford/twilito
Releases · alexford/twilito
v0.5.0
- Allows
messaging_service_sid
in place of from
argument (PR #29, Issue #26)
- Drops support for Ruby 2.x
v0.4.0
- 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
- 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
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
- 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
- Includes support for MMS via
MediaUrl
(thanks @JKring!): PR #11
- Updates rake dependency to 13.0 (dependabot automated): PR #9
v0.2.1
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
- 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
Twilito seems to work, let's make it a real gem so people can try it out.
Still un-tested in the wild