-
Notifications
You must be signed in to change notification settings - Fork 3
/
CHANGELOG
112 lines (64 loc) · 1.93 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
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
Changelog
=========
This document describes changes between each past release. For information
about future releases, check `milestones`_ and :doc:`/about/vision`.
0.15 (unreleased)
- Nothing changed yet.
0.14 (2023-10-06)
-----------------
- Create adobesign webhooks
0.13 (2023-09-29)
-----------------
- Add oauth scopes for webhooks
0.12 (2022-12-05)
-----------------
- Compare emails in lowercase
0.11.1 (2022-02-04)
-----------------
- Supported python versions are now 3.7 and 3.8
- Supported Django versions are now 2.2.27 and 3.2
- Drop python version 3.6
- Use github actions
- Drop circleci
0.10 (2021-01-18)
-----------------
- Fix CI
- Supported python versions are now 3.6, 3.7 and 3.8
- Supported Django version is now 2.2 only
0.9 (2020-10-27)
----------------
- Add a default timeout to 15 seconds to the client
- Catch and raise AdobeSign API max rate limit
0.8 (2020-09-07)
----------------
- Add the possibility to update a signer
- Make the demo able to dynamically select the correct api root url
0.7 (2019-04-26)
----------------
- Confirm compatibility with Django 2.2
0.6 (2019-03-20)
----------------
- Confirm compatibility with Django 2.1 & Python 3.7.
- Limit the version of the requests_oauthlib to not use OAuthlib 3.0.0 to adapt
to the Adobe oauth server.
0.5 (2018-12-18)
----------------
- Remove useless state mapping during signature creation
0.4 (2018-10-19)
----------------
- Add reason from every Adobe exception
0.3 (2018-09-26)
----------------
- Add refuse comment backend method with the adobe events client method
- Fix case sensitive from Adobe email field
0.2 (2018-08-07)
----------------
- Improve Demo website UI
BREAKING CHANGES:
- Use django anysign field: signature_backend_id from signer
- Enhance exceptions management
- Use model imposed by third party (compliance) for document
- Make `refresh_token` a static method
0.1 (2018-07-27)
----------------
- First release.