-
Notifications
You must be signed in to change notification settings - Fork 2
/
CHANGELOG
56 lines (38 loc) · 1.83 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# 0.2.6
- base_uri can now be customized on client setup
# 0.2.0
- Add support for two new API endpoints, POST /verify and GET /events
https://github.com/thisdata/thisdata-ruby/issues/19
- help.thisdata.com/docs/apiv1verify
- help.thisdata.com/docs/v1getevents
- `ThisData::Event.all` returns a filterable, pageable, list of Events
- `ThisData.verify(...)` uses ThisData to determine how likely it is that
the person who is currently logged in has had their account compromised.
- Includes `thisdata_verify` method in the TrackRequest module, for easier
use within Rails apps
# 0.1.6
- Add support for setting the authenticated value when using `thisdata_track`.
https://github.com/thisdata/thisdata-ruby/issues/17
# 0.1.5
- Allows automatic tracking of ThisData's optional JavaScript cookie value
https://github.com/thisdata/thisdata-ruby/issues/13
# 0.1.4
- ThisData wasn't being required properly: https://github.com/thisdata/thisdata-ruby/issues/8
- The response / failure of a request to our API wasn't being correctly logged
https://github.com/thisdata/thisdata-ruby/issues/9
- There are some new verbs with special semantic meaning which we've added
https://github.com/thisdata/thisdata-ruby/issues/12
- Tweaks to the ruby sample code, by @timhaines
https://github.com/thisdata/thisdata-ruby/pull/7
# 0.1.3
In the `ThisData::TrackRequest` module, make tracking a bit easier especially
in the case where `current_user` will return nil - e.g. when someone failed to
log in to that account.
Also update the documentation and default configuration options to better enable
people getting started with the ThisData gem.
# 0.1.2
Fix a typo in the configuration generator (`asyc` instead of `async`)
# 0.1.1
Makes Track requests asynchronous by default.
# 0.1.0
Initial release.