Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 961 Bytes

CHANGES.md

File metadata and controls

17 lines (9 loc) · 961 Bytes

0.9.0

  • Added support for Sidekiq*. You can now use Sidekiq to deliver API requests to Vero. To do so, just specify config.async = :sidekiq in your config.rb file.

0.8.0

  • "development_mode" flag has been deprecated. It is recommended to use a multiple projects (with different API credentials). Please contact support@getvero.com for assistance in upgrading your account.

0.7.0

  • girl_friday has been replaced by sucker_punch. The most significant effect of this change is that Ruby 1.8.7 will no longer be supported.

0.6.0

  • All APIs using the trackable interface will now pass up an :id (if it has been made available). In the past the gem would assume that the user's id would always be equal to their email address, but now the gem properly implements the Vero API.

  • update_user! method no longer takes an optional new email address as a parameter. It is recommended that the email be made a trackable field.