Releases: kissmetrics/kmts
Releases · kissmetrics/kmts
Release v3.1.0
Updates the tracking server domain
Version 3.0.3
- fixes a warning message #19
Version 3.0.1
Version 3.0.1
- Adds a
force_key
option, which defaults totrue
(previous behavior). By settingforce_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
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 enablehttps://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).