Releases: talkable/talkable-ruby
Releases · talkable/talkable-ruby
v1.2.0
v1.1.0
v1.0.6
Base
- Changed
VIA_WHATSAPP
constant to the right value. Thanks @FuzzWorley - Removed creating new Visitor every time when uuid wasn't found in cookies and added generating uuid instead
v1.0.5
Talkable::API
- Add missing endpoints such as:
- GET Campaign.all
- GET Coupon.find
- GET Coupon.permission
- GET Metric.find
- GET People.personal_data
- POST People.unsubscribe
- POST People.anonymize
Base
-
Add method
Talkable.reset_configuration
to set the default configuration -
Add
read_timeout
andopen_timeout
attributes to Talkable::Configuration to set timeout for HTTP requestsBy default, these values are 5 seconds
If you want to set both together with the same value usetimeout=
-
Add authorization via Bearer instead of passing API_KEY to query string
v1.0.4
bump version to 1.0.4
v1.0.3
Merge branch 'ap-PR-9420-updated-tutorial-in-the-repo'
v1.0.2
Install generator now works with Rails 5
v1.0.1
Drop support of unsupported ruby versions