|
| 1 | +ietfdb (7.2.0) ietf; urgency=medium |
| 2 | + |
| 3 | + **Support for OpenID and OAuth2** |
| 4 | + |
| 5 | + This release introduces support for OpenID and OAuth2, with out-of-band |
| 6 | + client registration, and adds some other minor tweaks and bugfixes: |
| 7 | + |
| 8 | + * Added OpenID support through django-oidc-provider, with tests using the |
| 9 | + certified python oic module. |
| 10 | + |
| 11 | + * Added patches for some issues with the oic and oidc-provider modules, |
| 12 | + and updated a patch for request-profiler. |
| 13 | + |
| 14 | + * Added a factory function OidClientRecordFactory for OpenID testing |
| 15 | + |
| 16 | + * Added django urlconfig namespace support in |
| 17 | + ietf.utils.test.get_callbacks() (needed when testing the reverse lookups in |
| 18 | + templates for oidc_provider). |
| 19 | + |
| 20 | + * Tweaked patch.py for Py3 compatibility. |
| 21 | + |
| 22 | + * Tweaked log.unreachable() and log.assertion() for Py3 compatibility. |
| 23 | + |
| 24 | + * Tweaked the meetecho access API fallback response to use person.plain_name |
| 25 | + instead of person.name. |
| 26 | + |
| 27 | + * Added a download-only switch to docker/updatedb |
| 28 | + |
| 29 | + * Decorated post_submission() with @transaction.atomic, and did some |
| 30 | + slight refactoring of code related to post_submission() calls and |
| 31 | + submission events. This was triggered by a submission left in an |
| 32 | + intermediate state because of a WSGI timeout (leading to a 504 error). |
| 33 | + |
| 34 | + * Increased the required version of request-profiler and updated its |
| 35 | + patch file. |
| 36 | + |
| 37 | + * Excluded a majority of htmlized drafts at /doc/html from the test-crawler |
| 38 | + (but keeping some for testing) in order to reduce the crawl time. |
| 39 | + |
| 40 | + -- Henrik Levkowetz <henrik@levkowetz.com> 07 Jun 2020 12:07:59 +0000 |
| 41 | + |
| 42 | + |
1 | 43 | ietfdb (7.1.0) ietf; urgency=medium |
2 | 44 |
|
3 | 45 | **Code sprint 107.1** |
|
0 commit comments