Skip to content

Commit 28c2265

Browse files
committed
Changelog entry for 7.17.0
- Legacy-Id: 18489
1 parent 982a5a2 commit 28c2265

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

changelog

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
ietfdb (7.17.0) ietf; urgency=medium
2+
3+
* Added an assertion to catch an unexpected document state (no IESG-state
4+
set). Updated the log.assertion() function to accept a "note" argument,
5+
for more informative assertion messages.
6+
7+
* Fixed a bad membership test.
8+
9+
* Updated the decrypt() templatetag to ensure it returns (unicode) strings
10+
rather than bytes.
11+
12+
* Added a view to retrieve profile photos, in order to support Meetecho's
13+
need for such, at /person/{email}/photo. The default is to supply images
14+
with 80px width. Image scaling is available using the same query argument
15+
as for Gravatar: ?size=200 or ?s=200 for 200-pixel wide images, for
16+
instance.
17+
18+
* OpenID already has a photo URL as part of the 'profile' scope. Added the
19+
datatracker photo url to the returned OpenID 'profile' scope information
20+
when a profile photo is available.
21+
22+
* Updated coverage data and tweaked an OpenIDtest and a scope description.
23+
24+
* Added a datatracker version endpoint /api/version. Fixes issue #3077.
25+
26+
* Added documentation of the OpenID Connect and version endpoints to
27+
/api/. Added some tests.
28+
29+
-- Henrik Levkowetz <henrik@levkowetz.com> 13 Sep 2020 12:33:13 +0000
30+
31+
132
ietfdb (7.16.0) ietf; urgency=medium
233

334
**Updated new schedule editor**

0 commit comments

Comments
 (0)