|
1 | 1 | # CHANGELOG
|
2 | 2 |
|
| 3 | +## v4.0.0 |
| 4 | + |
| 5 | +New features: |
| 6 | +* New Django samples. (#636) |
| 7 | +* Add support for RFC7636 PKCE. (#588) |
| 8 | +* Release as a universal wheel. (#665) |
| 9 | + |
| 10 | +Bug fixes: |
| 11 | +* Fix django authorization redirect by correctly checking validity of credentials. (#651) |
| 12 | +* Correct query loss when using parse_qsl to dict. (#622) |
| 13 | +* Switch django models from pickle to jsonpickle. (#614) |
| 14 | +* Support new MIDDLEWARE Django 1.10 aetting. (#623) |
| 15 | +* Remove usage of os.environ.setdefault. (#621) |
| 16 | +* Handle missing storage files correctly. (#576) |
| 17 | +* Try to revoke token with POST when getting a 405. (#662) |
| 18 | + |
| 19 | +Internal changes: |
| 20 | +* Use transport module for GCE environment check. (#612) |
| 21 | +* Remove __author__ lines and add contributors.md. (#627) |
| 22 | +* Clean up imports. (#625) |
| 23 | +* Use transport.request in tests. (#607) |
| 24 | +* Drop unittest2 dependency (#610) |
| 25 | +* Remove backslash line continuations. (#608) |
| 26 | +* Use transport helpers in system tests. (#606) |
| 27 | +* Clean up usage of HTTP mocks in tests. (#605) |
| 28 | +* Remove all uses of MagicMock. (#598) |
| 29 | +* Migrate test runner to pytest. (#569) |
| 30 | +* Merge util.py and _helpers.py. (#579) |
| 31 | +* Remove httplib2 imports from non-transport modules. (#577) |
| 32 | + |
| 33 | +Breaking changes: |
| 34 | +* Drop Python 3.3 support. (#603) |
| 35 | +* Drop Python 2.6 support. (#590) |
| 36 | +* Remove multistore_file. (#589) |
| 37 | + |
3 | 38 | ## v3.0.0
|
4 | 39 |
|
5 | 40 | * Populate `token_expiry` for GCE credentials. (#473)
|
|
0 commit comments