forked from bynds/django-rest-framework-httpsignature
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES.txt
60 lines (38 loc) · 1.71 KB
/
CHANGES.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
v1.0.0, 20150501 -- Relaxed dependencies
* Let Django version float all the way up to 1.8.x and above
Thanks Markus Holtermann
* Let DRF version float all the way up to 3.x and above
Thanks Sofia Margariti
v0.2.1, 20140818 -- Fix tests
* Update to latest version of httpsig
* Brought 0.1.x fixes in to 0.2.x branch
v0.2.0, 20140803 -- Move to use httpsig package
* Update documentation
* Adapt to httpsig (thanks Konstantinos Koukopoulos)
* Using draft 03 lastest version
v0.1.8, 20140818 -- Improve dependency management
* Loosen dependencies in setup.py
* Fix signature/headers regular expressions
(Thanks Christopher Grebs)
v0.1.7, 20140802 -- Fix fetching user data
* Correctly handle a bad API KEY, adapt test code
(Thanks @benctamas)
v0.1.6, 20140706 -- Slight improvement to API
* Return API key on successful authentication
(Thanks Konstantinos Koukopoulos)
v0.1.5, 20140613 -- Document installation issue
* Document workaround on installation problems
v0.1.4, 20140613 -- Improve installation
* Make requirements file comply with docs
* Decide on http_signature commit
v0.1.3, 20140220 -- Upload to PyPI
* Prepare docs to upload package to PyPI
v0.1.2, 20140219 -- Package data and clean up
* Updated package classifiers
* Cleaned up unused code in authentication.py
v0.1.1, 20140217 -- Documentation and clean up
* The package can be installed
* Continuous integration via Travis
* Unit tests for the authentication code
* General docuementation in the README file
v0.1.0, 20140217 -- Initial release