Skip to content

Releases: talkable/talkable-ruby

v1.2.0

28 May 09:50
2fdd5a9
Compare
Choose a tag to compare
  • Support for Ruby 3.2, 3.3
  • Drop support for EOL Rubies

v1.1.0

25 Mar 13:18
b7771a5
Compare
Choose a tag to compare
  • Support for Ruby 2.7, 3.0, 3.1
  • Drop support for EOL Rubies

v1.0.6

20 Jun 15:56
Compare
Choose a tag to compare

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

10 Apr 12:34
Compare
Choose a tag to compare

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 and open_timeout attributes to Talkable::Configuration to set timeout for HTTP requests

    By default, these values are 5 seconds
    If you want to set both together with the same value use timeout=

  • Add authorization via Bearer instead of passing API_KEY to query string

v1.0.4

10 Sep 13:07
Compare
Choose a tag to compare
bump version to 1.0.4

v1.0.3

18 Jul 23:27
Compare
Choose a tag to compare
Merge branch 'ap-PR-9420-updated-tutorial-in-the-repo'

v1.0.2

19 Apr 21:06
Compare
Choose a tag to compare

Install generator now works with Rails 5

v1.0.1

18 Apr 14:49
Compare
Choose a tag to compare

Drop support of unsupported ruby versions