Released September 23, 2014
- Deprecates 1.8.7 support
- Internal code style changes including:
- change symbol hash syntax to Ruby 1.9 style
- remove curly braces from hash arguments to methods
- add spaces around curly braces in blocks
- reduces all lines to less than 80 characters
Released September 23, 2014
- Added block configure syntax
Released August 29, 2014
client.account.{resource}
can now be accessed withclient.{resource}
- Many doc updates
Released August 26, 2014
- Add support for new call feedback endpoints
Released August 18, 2014
- Add Rack middleware for Twilio request-signature validation
- Upgrade dependencies and clean up project files
- Documentation fixes
- Add
text
alias forto_xml
method on TwiML generator objects
Released July 25, 2014
- Add #to_xml to TwiML Responses.
- Updated test / development dependencies.
- Updated to RSpec 3 syntax.
Released February 4, 2014
- Add bangs for twilify to indicate it's a dangerous operation.
- Remove reference to deprecated OpenSSL Digest parameter.
- Encode dates properly before passing them to the Twilio API.
Released October 21, 2013
- Add support for listing IncomingPhoneNumbers by type.
- Add support for searching for mobile enabled numbers for both IncomingPhoneNumbers and AvailablePhoneNumbers.
Released October 15, 2013
- Restore support for versions of Ruby other than 2.0.0, which the previous release removed.
Version 3.11.2
Released October 15, 2013
- Restore ability of
sms.messages
to make requests to /SMS/Messages.
Released September 24, 2013
- Fix a bug causing request the new messages class to fail.
Released September 18, 2013
- Add MMS support.
- Add SIP-In support.
- Add docs.