- 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.
- "development_mode" flag has been deprecated. It is recommended to use a multiple projects (with different API credentials). Please contact [email protected] for assistance in upgrading your account.
- 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.
-
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.