All Versions
200
Latest Version
Avg Release Cycle
14 days
Latest Release
484 days ago

Changelog History
Page 19

  • v3.15.1 Changes

    ๐Ÿš€ Released February 18, 2015

    • For real this time, add TaskRouterClient object and resources for new TaskRouter API
  • v3.15.0 Changes

    ๐Ÿš€ Released February 18, 2015

    • โž• Adds TaskRouterClient object and resources for new TaskRouter API
  • v3.14.5 Changes

    ๐Ÿš€ Released February 9, 2015

    • ๐Ÿ˜Œ Relaxes JWT gem version requirement
    • โž• Adds Ruby 2.2.0 testing to TravisCI
  • v3.14.4 Changes

    ๐Ÿš€ Released January 8, 2015

    • ๐Ÿ”‹ Feature: dynamically choose the auth token to validate requests with when using the TwilioWebhookAuthentication middleware.
    • ๐Ÿ—„ Deprecation: The Twilio::REST::SMS::Message resource is deprecated.
    • ๐Ÿ“„ More fixing of docs
  • v3.14.3 Changes

    ๐Ÿš€ Released January 8, 2015

    • ๐Ÿ›  Fix nil error in RequestValidator middleware
    • ๐Ÿ›  Fix up docs
  • v3.14.2 Changes

    ๐Ÿš€ Released November 24, 2014

    • ๐Ÿ›  Fixed incomplete token support
  • v3.14.1 Changes

    ๐Ÿš€ Released November 21, 2014

    • โž• Add support for the new Tokens endpoint
  • v3.14.0 Changes

    ๐Ÿš€ Released November 13, 2014

    • Switch to a constant-time string comparison for TwiML request signature validation
    • โž• Add support for Call and Message deletion/redaction
  • v3.13.1 Changes

    ๐Ÿš€ Released October 1, 2014

    • โฌ†๏ธ Bump required version to 1.9.3
  • v3.13.0 Changes

    ๐Ÿš€ 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