|
1 | 1 | Changelog
|
2 | 2 | =========
|
3 | 3 |
|
4 |
| -0.4.0 [in development] |
| 4 | +0.4.0 [2013-08-09] |
5 | 5 | ----------------------
|
6 | 6 |
|
7 |
| - * Add Application management views, you no more need the admin to register, update and delete your application. TODO: add docs reference |
8 |
| - * Bugfix #25: Bug in the Basic Auth parsing in Oauth2RequestValidator |
9 |
| - * Bugfix #24: Avoid generation of client_id with ":" colon char when using HTTP Basic Auth |
10 |
| - * Bugfix #21: IndexError when trying to authorize an application |
11 |
| - * Bugfix #9: Default_redirect_uri is mandatory when grant_type is implicit, authorization_code or all-in-one |
12 |
| - * Bugfix #22: Scopes need a verbose description |
13 |
| - * Bugfix #33: Add django-oauth-toolkit version on example main page |
14 |
| - * Bugfix #36: Add mandatory namespace to urls |
15 |
| - * Bugfix #31: Add docstring to OAuthToolkitError and FatalClientError |
| 7 | +**New Features** |
| 8 | + |
| 9 | + * Add Application management views, you no more need the admin to register, update and delete your application. |
| 10 | + * Add support to configurable application model |
| 11 | + * Add support for function based views |
16 | 12 |
|
17 | 13 | **Backwards incompatible changes in 0.4.0**
|
18 | 14 |
|
19 | 15 | * `SCOPE` attribute in settings is now a dictionary to store `{'scope_name': 'scope_description'}`
|
20 | 16 | * Namespace 'oauth2_provider' is mandatory in urls. See issue #36
|
21 | 17 |
|
| 18 | +**Bugfixes** |
| 19 | + |
| 20 | + * Issue #25: Bug in the Basic Auth parsing in Oauth2RequestValidator |
| 21 | + * Issue #24: Avoid generation of client_id with ":" colon char when using HTTP Basic Auth |
| 22 | + * Issue #21: IndexError when trying to authorize an application |
| 23 | + * Issue #9: Default_redirect_uri is mandatory when grant_type is implicit, authorization_code or all-in-one |
| 24 | + * Issue #22: Scopes need a verbose description |
| 25 | + * Issue #33: Add django-oauth-toolkit version on example main page |
| 26 | + * Issue #36: Add mandatory namespace to urls |
| 27 | + * Issue #31: Add docstring to OAuthToolkitError and FatalClientError |
| 28 | + * Issue #32: Add docstring to validate_uris |
| 29 | + * Issue #34: Documentation tutorial part1 needs corsheaders explanation |
| 30 | + * Issue #36: Add mandatory namespace to urls |
| 31 | + * Issue #45: Add docs for AbstractApplication |
| 32 | + * Issue #47: Add docs for views decorators |
| 33 | + |
22 | 34 | 0.3.2 [2013-07-10]
|
23 | 35 | ------------------
|
24 | 36 |
|
|
0 commit comments