Skip to content

Releases: kissmetrics/kmts

Release v3.1.0

17 Jun 15:41
b52c9f1
Compare
Choose a tag to compare

Updates the tracking server domain

Version 3.0.3

04 Jan 17:24
82ef6e0
Compare
Choose a tag to compare
  • fixes a warning message #19

Version 3.0.1

06 Jan 00:30
Compare
Choose a tag to compare

Version 3.0.1

  • Adds a force_key option, which defaults to true (previous behavior). By setting force_key: false, you can override the API key on each request. This can be useful in instances where you track multiple products across regions/localizations, for example.

Version 3.0.0

04 Jan 21:48
Compare
Choose a tag to compare

Version 3.0.0

  • Update gem versions
  • Run tests on Travis (Ruby versions 2.0, 2.1, 2.2, and 2.3.1)
  • Allow https endpoints for tracking, and enable https://trk.kissmetrics.com as the default endpoint
  • Enable the _d flag when using cron to ensure correct timestamp tracking
  • Fix gemspec warnings
  • Enable the cron flag by default. Writing events to a log file and sending them asynchronously is the preferred method for multiple reasons. This is now the default (but can always be disabled).