-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathRELEASES
30 lines (24 loc) · 981 Bytes
/
RELEASES
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
# Version 2.5.1
- added User-Agent parameter (&ua) and override IP address parameter (&uip).
- bug fix on __escape_extensible_value: handles unicode objects now.
- added py3 support using six.
Thanks for @infowolfe, @jvkersch, @zonito, @GaleDragon, @benoitguigal for pull requests.
# Version 2.5.0
- removed name space, pyga is no more a namespaced package
Check issue #10 and patch by @nickjoyce-wf (Nick Joyce)
# Version 2.4.1
- fixed broken installation
Thanks for @klen (Kirill Klenov).
# Version 2.4
- flexible time-stamp handling,
- fix for utmz parsing
- one more test case
Thanks for @nsitarz (Nick Sitarz).
# Version 2.3
- Patch from github.com/jaysonsantos to workaround a problem when serializing `Visitor` objects.
- See issue 3 for more info
# Version 2.2
- Patch from github.com/paperlabs TO USE UTc timestamps.
- NB: library now throws exceptions, so you now have to catch them.
# Version 2.1
- Fixed a typo which caused language to not populate on reports.