forked from simple-salesforce/simple-salesforce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES
48 lines (34 loc) · 830 Bytes
/
CHANGES
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
v0.72
=====
Bugs
----
- [134] query_all changed to be non-recursive due to recursion limit being
hit for large result sets.
v0.71
=====
Features
--------
- [131] Added the ability to pass custom headers through to requests
v0.70
=====
Features
--------
- [98] Requests session objects are now shared between SFType instances and
the parent Salesforce object
v0.69
=====
Features
--------
- [103] Require requests[secure] to allow for system openssl, which will allow
for TLSv1.2 in Python < 2.7.9 assuming system openssl is newer than Python's.
Other
-----
- Replaced httpretty with responses for unit tests due to SSL-related errors
in httpretty.
v0.68.2
=======
Other
-----
- [85] Added tox support, updated travis-ci config
- Added CHANGES file
- [97] _call_salesforce is now used consistently across API