-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
77 lines (55 loc) · 1.38 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
django-oauthost changelog
=========================
v1.1.1 [2021-12-18]
-------------------
* Django 4.0 compatibility improved.
* Drop support for Python 3.5.
v1.1.0 [2019-12-07]
-------------------
! Dropped QA for Django 1.7.
! Dropped QA for Python 2.
+ Add Django 3.0 compatibility.
v1.0.0
------
! Dropped QA for Python 3.4.
* No functional changes. Celebrating 1.0.0.
v0.5.0
------
+ Django 2.0 basic compatibility.
* Dropped support for Python<3.4 and Django<1.7.
v0.4.0
------
+ Added Django 1.7+ config and migrations.
+ Added Russian localization.
* Django 1.8, 1.9, 1.10 adaptations
* Minor code improvements.
v0.3.0
------
+ Added Russian loco.
+ Added new param `redirect_uri` to `register_client()`.
v0.2.0
------
+ API refactored.
+ Implemented advanced scopes handling.
+ Added Scope status.
+ toolbox.register_client() is implemented.
* Fixed Django 1.6 import error in urls.py.
* `authorization_code` grant type now copies token scopes from code.
v0.1.0
------
+ Added Py3 support.
+ Added Django 1.5 custom user model support.
* Fixed auth session flushes in endpoint_authorize issues.
v0.0.3
------
+ Added support for custom URI schemes in redirection endpoints.
* Fixed Piston auth.
v0.0.2
------
+ API refactored.
+ New `synscopes` management command.
+ Added authentication helper class for Piston.
* Bearer token type fixes.
v0.0.1
------
+ Basic OAuth 2 functionality.