-
Notifications
You must be signed in to change notification settings - Fork 20
/
NEWS.txt
94 lines (54 loc) · 1.19 KB
/
NEWS.txt
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
News
====
0.1.13
---
*Release date: 2019-06-05*
* Allow change data capture channels
0.1.12
---
*Release date: 2018-12-11*
* If subscription fails, tell us why
0.1.11
---
*Release date: 2018-10-29*
* Handle both 402 and 403 unknown client messages
0.1.10
---
*Release date: 2018-10-12*
* Pass constructor kwargs to SalesforceOAuth2Session constructor
0.1.9
---
*Release date: 2018-10-08*
* Compatible with python-bayeux 0.1.7
0.1.8
---
*Release date: 2018-10-03*
* Improved error handling; compatible with python-bayeux 0.1.6
0.1.7
---
*Release date: 2018-09-26*
* %z for "Z" in datetimes is python 3.7 only; restore python 3.6 support
0.1.6
---
*Release date: 2018-09-17*
* Modularized replay data storage; compatible with salesforce-requests-oauthlib 0.1.6
0.1.5
---
*Release date: 2018-09-03*
* Callbacks now wait for resubscribe to finish
0.1.4
---
*Release date: 2018-08-29*
* If connect tells us to handshake again, resubscribe after handshake
0.1.3
---
*Release date: 2018-01-29*
* Platform event support, python3 support, updated py.test set_level() usage.
0.1.1
---
*Release date: 2016-11-28*
* Fix dependencies.
0.1
---
*Release date: 2016-08-26*
* Initial release.