From 936a192885b7efd06f4eb19b5297235980720c7a Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Sun, 7 Jun 2020 12:08:04 +0000 Subject: [PATCH] Changelog entry for 7.2.0 - Legacy-Id: 17926 --- changelog | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/changelog b/changelog index 8a1155b00..9240dbc99 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,45 @@ +ietfdb (7.2.0) ietf; urgency=medium + + **Support for OpenID and OAuth2** + + This release introduces support for OpenID and OAuth2, with out-of-band + client registration, and adds some other minor tweaks and bugfixes: + + * Added OpenID support through django-oidc-provider, with tests using the + certified python oic module. + + * Added patches for some issues with the oic and oidc-provider modules, + and updated a patch for request-profiler. + + * Added a factory function OidClientRecordFactory for OpenID testing + + * Added django urlconfig namespace support in + ietf.utils.test.get_callbacks() (needed when testing the reverse lookups in + templates for oidc_provider). + + * Tweaked patch.py for Py3 compatibility. + + * Tweaked log.unreachable() and log.assertion() for Py3 compatibility. + + * Tweaked the meetecho access API fallback response to use person.plain_name + instead of person.name. + + * Added a download-only switch to docker/updatedb + + * Decorated post_submission() with @transaction.atomic, and did some + slight refactoring of code related to post_submission() calls and + submission events. This was triggered by a submission left in an + intermediate state because of a WSGI timeout (leading to a 504 error). + + * Increased the required version of request-profiler and updated its + patch file. + + * Excluded a majority of htmlized drafts at /doc/html from the test-crawler + (but keeping some for testing) in order to reduce the crawl time. + + -- Henrik Levkowetz 07 Jun 2020 12:07:59 +0000 + + ietfdb (7.1.0) ietf; urgency=medium **Code sprint 107.1**