File tree 1 file changed +7
-7
lines changed 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- # 2.3.2 / 2023-06-12
2
- - Update project to use github actions
1
+ # 2.2.3 / 2023-06-12
2
+ - Update project to use GitHub Actions
3
3
- Support for Python 3.10 and 3.11
4
4
- Return values for function calls via the proxy
5
5
52
52
- Add ` shutdown ` function
53
53
- Add gzip support
54
54
- Add exponential backoff with jitter when retrying
55
- - Add a paramater in Client to configure max retries
55
+ - Add a parameter in Client to configure max retries
56
56
- Limit batch upload size to 500KB
57
57
- Drop messages greater than 32kb
58
58
- Allow user-defined upload size
73
73
74
74
# 1.2.6 / 2016-12-07
75
75
76
- - dont add messages to the queue if send is false
76
+ - don't add messages to the queue if send is false
77
77
- drop py32 support
78
78
79
79
# 1.2.5 / 2016-07-02
129
129
130
130
# 1.0.1 / 2014-09-08
131
131
132
- - fixing unicode handling, for write_key and events
132
+ - fixing Unicode handling, for write_key and events
133
133
- adding six to requirements.txt and install scripts
134
134
135
135
# 1.0.0 / 2014-09-05
139
139
- moving to analytics.write_key API
140
140
- moving consumer to a separate thread
141
141
- adding request retries
142
- - making analytics.flush() syncrhonous
143
- - adding full travis tests
142
+ - making analytics.flush() synchronous
143
+ - adding full Travis tests
144
144
145
145
# 0.4.4 / 2013-11-21
146
146
You can’t perform that action at this time.
0 commit comments